#login {
    width: 400px;
}

#login input[type='email'],
#login input[type='text'],
#login input[type='tel'],
#login input[type='number'],
#login textarea {
    width: 100%;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
}

#login .form-group {
    margin: 20px 0;
}

#login #register_phone {
    width: 77%;
}

#login #country_code,
#login #birth_year {
    padding: .1875rem .3125rem;
    margin: 4px 6px 16px 0;
    line-height: 2.29;
    width: 100%;
    max-width: 100%;
}

#login #address {
    min-height: 40px;
}

#wp-admin-bar-wp-logo {
    display: none;
}

div#pass-strength-result.hide-if-no-js.strong {
    display: none !important;
}

div#pass-strength-result.hide-if-no-js.short,
div#pass-strength-result.hide-if-no-js.bad {
    display: none !important;
}

#pass1-text.short, #pass1.short {
    border-color: inherit;
}

.pw-weak {
    display: none !important;
}

.reset-pass-submit {
    display: block !important;
}

.reset-pass-submit button.button.wp-generate-pw {
    display: none !important;
}

.reset-pass-submit input#wp-submit {
    float: right;
}

#registerform #send_verification_code {
    flex: 0 0 35%;
    padding: 0.6em;
    background: #007cba;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#registerform #send_verification_code.disabled {
    background: rgb(128, 128, 128);
}
