/* Custom styling for the phone number field */
#phone_number {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* Additional styling for the create account form */
.form-group {
    margin-bottom: 20px;
}
