header.page-header {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5em 0em 7em 0em;
    background-color: #f5f5f5;
}
.content-container {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -7em 0em 0em 0em;
    --e-column-margin-right: 0em;
    --e-column-margin-left: 0em;
    padding: 3em 3em 3em 3em;
    background: #fff;
}
h1 {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    color: #25292b;
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0 0 2rem;
}
#content {
    max-width: 640px;
    padding: 1rem;
    background: #fff;
    max-width: 640px;
    margin: 0 auto 7em!important;
}
.forgotten-password .form-fields .center-email-fields {
    flex-direction: column;
}
.send-renew-password-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 15px;
    line-height: 24px;
}
.forgotten-password .form-fields label.required {
    width: auto;
    text-align: left;
}
.forgotten-password .form-fields .email {
    width: auto;
}
button.btn.btn-primary {
    padding: 8px 64px;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    height: 40px;
    border-radius: 3px;
    line-height: 20px;
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
    background-color: #CE9869;
    transition: all 0.2s ease;
    margin: 1rem auto .5rem;
    display: table;
    width: 100%;
}
button.btn.btn-primary:hover, button.btn.btn-primary:focus {
    background-color: #425a44;
    color: #fff;
}
label.form-control-label.required:after {
    content: "*";
    position: relative;
    font-weight: 500;
}
label.form-control-label.required {
    position: relative;
}
.form-group {
    margin-bottom: 0.5rem;
}
.form-control-comment {
    display: none!important;
}
form .form-control-label {
    font-size: 14px;
    font-weight: 400;
    color: #25292b;
    line-height: 18px;
}
.form-control {
    color: #25292B;
    border: 1px solid #ddd;
    background: #fff;
    height: 40px !important;
    padding: 0.5rem;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    line-height: 20px;
    outline: 0 !important;
    width: 100% !important;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    padding: 0.75rem;
    border-radius: 0 !important;
    outline: 0 !important;
}
.back-to-login {
    border-top: 1px solid #ddd;
    padding-top: 1rem;
    text-align: center;
    margin: 1em 0 0;
}
.back-to-login  a , a#back-to-login {
    text-decoration: underline;
}
.back-to-login a:hover , a#back-to-login:hover {
    text-decoration: none;
}
/*** responsive ***/

@media (max-width: 576px) {
    header.page-header {
        padding: 5em 0em 5em 0em;
    }
    .content-container {
        margin: -6em 0em 0em 0em;
        padding: 3em;
    }
    h1 {
        margin: 0 0 1.5rem;
    }
}
@media (max-width: 485px) {
    header.page-header {
        padding: 2em 0em 5em 0em;
    }
    .content-container {
        margin: -5em 0em 0em 0em;
        padding: 2em;
    }
    h1 {
        margin: 0 0 1.25rem;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.2em;
    }
    .input-group .input-group-btn>.btn[data-action=show-password] {
        padding: 0.5rem;
    }
}
@media (max-width: 425px) {
    .content-container {
        padding: 1.5em;
    }
    .page-customer-account #content {
        padding: .5rem;
        margin: 0 auto 5em !important;
    }
}