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;
}
section.login-form {
    margin: 0;
}
section.login-form h1 {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    color: #25292b;
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0 0 2rem;
}
section.login-form #login-form .col-md-6 {
    width: 100%;
}
form#login-form {
    padding: 16px 30px;
}
button.btn.btn-primary {
    padding: 8px 64px;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    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: 0 auto;
    display: table;
}
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;
}
.forgot-password {
    margin-left: 0;
    width: 100%;
    display: block;
    padding: 0 15px;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    padding: 0.75rem;
    border-radius: 0 !important;
    outline: 0 !important;
}
.page-customer-account #content .forgot-password {
    padding-bottom: 1rem;
    margin-top: 0;
    font-size: 14px;
    text-align: left;
}
.page-customer-account #content .forgot-password a {
    text-decoration: underline;
    color: #25292b;
    transition: all 0.2s ease;
}
.page-customer-account #content .forgot-password a:hover {
    text-decoration: none;
}
.page-customer-account #content .no-account {
    font-size: 1rem;
    text-align: center;
    margin: 16px 30px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
}
.page-customer-account #content .no-account a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #ce9869;
}
.page-customer-account #content .no-account a:hover {
    color: #25292b;
}
.page-customer-account #content {
    margin: 0 auto 7em;
}
/*** responsive ***/

@media (max-width: 767px) {
}
@media (max-width: 576px) {
    header.page-header {
        padding: 5em 0em 5em 0em;
    }
    .content-container {
        margin: -6em 0em 0em 0em;
        padding: 3em;
    }
    section.login-form h1 {
        margin: 0 0 1.5rem;
    }
    form#login-form {
        padding: 0;
    }
    button.btn.btn-primary {
        width: 100%;
        margin: .5rem auto;
    }
    .page-customer-account #content .no-account {
        margin: 16px 0 0;
    }
    .page-customer-account #content {
        margin: 0 auto 5em;
    }
}
@media (max-width: 485px) {
    header.page-header {
        padding: 2em 0em 5em 0em;
    }
    .content-container {
        margin: -5em 0em 0em 0em;
        padding: 2em;
    }
    section.login-form h1 {
        margin: 0 0 1.25rem;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.2em;
    }
    .page-customer-account #content .no-account a {
        font-size: 14px;
    }
    .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;
    }
}