#content-wrapper .page-header {
    text-align: center;
    margin-top: 2rem;
}
.page-header h1 {
    font-size: 28px;
    text-align: center;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: .5rem;
}
#wrapper .container #content, #content-wrapper .page-footer {
    max-width: 540px;
    margin: 0 auto 5rem;
}
.btn.btn-primary {
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 20px;
    height: 45px;
    outline: 0 !important;
    box-shadow: none !important;
    color: #fff;
    background: #2E3192;
    border-color: #2E3192;
}
.btn.btn-primary:hover, 
.btn.btn-primary:focus {
    background: #F26C21;
    border-color: #F26C21;
}
section.form-fields.renew-password > button.btn.btn-primary {
    width: 100%;
}
.login__register-prompt {
    text-align: center;
}
.login__register-prompt .h4 {
    font-size: 18px;
    font-weight: 600;
}
.login__forgot-password a {
    color: #2E3192;
    text-decoration: underline;
    font-size: 16px;
}
.login__forgot-password a:hover, .login__forgot-password a:focus {
    text-decoration: none;
}
.input-group.password-field button.btn.btn-primary {
    background: transparent;
    color: #000;
    position: absolute;
    right: 0;
    border: none;
    padding: 10px 8px;
}
.input-group.password-field {
    position: relative;
}
form .form-control, select.form-select {
    border-radius: 0;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    box-shadow: none;
    background-color: transparent !important;
}
form textarea.form-control {
    height: 80px;
}
form .input-group.password-field .form-control {
    padding-right: 40px;
}
.col-form-label, .form-label {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.input-group.password-field button.btn.btn-primary i {
    font-size: 20px;
}
label.form-check-label {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    top: -1px;
}
label.form-check-label em {
    color: #777;
    font-size: 14px;
}
.js-address-form .form-check .form-check-input {
    margin-left: 0;
    margin-right: 6px;
}
.js-address-form .form-check {
    padding-left: .75rem;
}
label.form-label.required {
    position: relative;
}
label.form-label.required:after {
    content: "*";
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.form-check-input[type="checkbox"] {
    border-radius: 0;
}
/*** registration ***/
.col-id_gender  {
    display: flex;
    align-items: center;
}
.col-id_gender label.form-label {
    margin-right: 2rem;
}
#registration #wrapper .container #content, #registration #content-wrapper .page-footer {
    max-width: 800px;
}
#registration .form-footer button.btn.btn-primary {
    min-width: 250px;
}
.register-form__login-prompt {
    text-align: center;
    margin-bottom: 0;
    margin-top: .5rem;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
p.register-form__login-prompt a {
    color: #2E3192;
    text-decoration: underline;
}
p.register-form__login-prompt a:hover, 
p.register-form__login-prompt a:focus {
    text-decoration: none;
}
/* password  */
button#send-reset-link {
    width: 100%;
    font-size: 17px;
}
#content-wrapper .page-footer #back-to-login {
    text-align: center;
    display: table;
    margin: 0 auto !important;
}
@media (max-width: 576px) {
    #registration .form-footer button.btn.btn-primary {
        width: 100%;
    }
    #customer-form .form-footer {
        margin-bottom: .5rem;
        margin-top: .5rem;
    }
}
