/**
 * Phone Number Identity — Styles
 */

/* Registration phone field on wp-login.php */
#login #phone_number {
    width: 100%;
    margin-bottom: 0;
}

/* Admin profile phone input */
.form-table input#phone_number {
    max-width: 25em;
}
