:root {
    --header-height: 108px;
    --footer-height: 137px;
}

body.yui3-skin-sam .yui3-widget-mask{
    background-color: #000000;
}

.login-popup button.btn.close,
.account-section {
    display: none !important;
}
.login-popup .modal-body {
    padding: 0;
}

.content-padding {
    padding: 0 10px;
}

@media only screen and (min-width: 600px) {
    .content-padding {
        padding: 0 20px;
    }
}

.portlet-login {
    padding: 0;
    margin: 0 auto;
}
.portlet-login .portlet-content {
    padding: 0;
    border-radius: 0;
}
.portlet-login fieldset {
    display: block !important;
    position: relative;
}

.login-container {
    background: #fff;
    border: 1px solid #d5d7da;
    border-radius: 10px;
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0 auto;
    max-width: 400px;
    padding: 20px;
    position: relative;
}

.login-container .button-holder {
    margin: 0;
    padding: 20px 0 15px;
    text-align: center;
}

.login-container .button-holder .btn,
.login-container .button-holder .btn:hover {
    padding: 12px 32px !important;
    width: 100% !important;
    height: auto !important;
    background: #036EB0 !important;
    border-radius: 100px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    line-height: 20px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    transform: initial !important;
}

.login-container a.btn.btn-link,
.login-container a.btn.btn-link:hover,
.resetBody a.btn.btn-link,
.resetBody a.btn.btn-link:hover {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 0 20px;
    text-transform: uppercase;
}

.login-container .control-group {
    margin: 0 0 15px;
}

.login-container .control-label {
    cursor: initial;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.login-container input[type="text"].field,
.login-container input[type="password"].field {
    text-align: left;
    width: 100%;
    max-width: 100% !important;
    font-size: 15px;
    background-color: transparent;
    padding: 0px 18px;
    border: 1px solid #D5D7DA;
    border-radius: 10px;
    height: 54px;
}
.login-container input[type="text"].field:focus,
.login-container input[type="password"].field:focus {
    color: #000000;
    border-color: #036EB0;
}

.login-container .row-error input[type="text"],
.login-container .row-error input[type="password"] {
    color: #ff3d29;
    border-color: #ff3d29;
}

.login-container .row-error input::-webkit-input-placeholder {
    -webkit-text-fill-color: #ff3d29;
    color: #ff3d29;
}
.login-container .row-error input::-moz-placeholder {
    -webkit-text-fill-color: #ff3d29;
    color: #ff3d29;
}
.login-container .row-error input:-ms-input-placeholder {
    -webkit-text-fill-color: #ff3d29;
    color: #ff3d29;
}
.login-container .row-error input:-moz-placeholder {
    -webkit-text-fill-color: #ff3d29;
    color: #ff3d29;
}
.login-container .row-error input::placeholder {
    -webkit-text-fill-color: #ff3d29;
    color: #ff3d29;
}

.login-container ::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
}
.login-container ::-moz-placeholder {
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
}
.login-container :-ms-input-placeholder {
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
}
.login-container :-moz-placeholder {
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
}

.login-container-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.login-container-wrapper p {
    margin-bottom: 8px !important;
}

/* signInContainer */
#signInContainer {
    padding-bottom: 50px;
}

.forgotContainer {
    display: block;
    margin-top: -10px;
}
#forgotPasswordOptionContainer {
    text-align: center;
}
#forgotPasswordOptionContainer a {
    color: #737A8A;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* forgotPasswordContainer */
#forgotPasswordContainer {
    padding-bottom: 50px;
}

#forgotPasswordField .block-pageTitle {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

#forgotPasswordField .control-label {
    cursor: initial;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.signup-container {
    color: #272727;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    padding: 20px 0 50px;
    text-align: center;
}
.signup-container a {
    color: #036EB0 !important;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: initial;
    line-height: 150%;
    text-transform: capitalize;
}

.link-cancel {
    font-style: italic;
}

.text-uppercase {
    text-transform: uppercase;
}

#emailSent {
    display:none;
}

/* update password */
.resetBody {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 0 40px;
}

.resetBody p {
    line-height: 2;
}

#resetPasswordInstruction {
    margin: 0 0 20px;
}

.alerts {
    text-align: center;
}

.alerts .error {
    color: #ff0000;
}
.alerts .link {
    font-style: italic;
}

/* FORM errors*/
.block-for-errors {
    text-align: center;
    position: relative;
    margin-top: -10px;
    color: #ff0000;
    font-size: 12px;
    font-style: italic;
    font-family: 'Nunito Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.block-for-errors > div {
    padding-bottom: 30px;
}

#errorMessage,
#errorMessage1,
.field-error {
    display:none;
}

/* ********************** */
.forgot-password-popup .modal,
.forgot-password-popup .modal-content,
.forgot-password-popup .modal-body,
.forgot-password-popup.show-register-block .modal,
.forgot-password-popup.show-register-block .modal-content,
.forgot-password-popup.show-register-block .modal-body {
    height: 250px !important;
    max-height: none !important;
    text-align: left;
}
.forgot-password-popup .modal,
.forgot-password-popup.show-register-block .modal {
    top: 25% !important;
}

.show-register-block .modal,
.show-register-block .modal-content,
.show-register-block .modal-body{
    height: 450px !important;
    max-height: none !important;
}
.show-register-block .modal {
    top: 17% !important;
}

.termsAndConditions {
    display: block;
    padding: 0 0 20px;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 0 !important;
    text-align: center;
    position: relative;
}
.termsAndConditions input {
    margin-top: 0 !important
}
.termsAndConditions .field-error {
    top: -137%;
    display: none;
    width: 65%;
    color: #333333;
    font-size: 11px;
    padding: 7px 10px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #78c7f5;
    border-radius: 4px;
    position: absolute;
    z-index: 10;
    left: 0;
}
.termsAndConditions .field-error:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #78c7f5 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 9px;
}
.termsAndConditions .field-error:after {
    display: block !important;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 10px;
}

/* Business Signin page */
.signInBusinessPage {
    background: #FAFAFA;
    min-height: calc(100vh - var(--header-height) - var(--footer-height));
    position: relative;
}
.signInBusinessPage .signInBusinessHeader {
    position: relative;
    text-align: center;
    display: block;
    padding: 4vw 0 2vw;
}
.signInBusinessPage h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 58px;
    font-family: 'Montserrat', sans-serif;
}

.block-pageTitle {
    font-size: 25px;
    text-align: center;
    line-height: 24px;
    padding: 0 0 20px;
}
.block-pageTitle > h1,
.block-pageTitle > h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.block-pageTitle h1:first-letter,
.block-pageTitle h3:first-letter {
    text-transform: uppercase;
}

@media only screen and (min-width: 768px)  {
    .block-pageTitle {
        padding-bottom: 25px;
    }
    .signInBusinessPage h1 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    .signInBusinessPage h1 {
        font-size: 30px;
    }
}

/* verifyPage */
.verifyPage {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

    padding-bottom: 50px;
    text-align: center;
    min-height: 70vh;
}
.verifyPage .block-pageTitle {
    padding-bottom: 60px !important;
}
.verifyPage .block-pageTitle h1 {
    font-weight: 700 !important;
    font-size: 20px !important;
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

@media only screen and (min-width: 768px) {
    .verifyPage .block-pageTitle h1 {
        font-size: 30px !important;
    }
}

#verifyPage .btn,
#verifyPage .btn:focus,
.resetBody .btn,
.resetBody .btn:focus {
    display: inline-block !important;
    text-shadow: none !important;
    box-shadow: none !important;
    transform: none !important;
    outline: 0 !important;
    border: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-width: 320px !important;
    border-radius: 100px !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 600  !important;
    font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-style: normal !important;
    padding: 12px 32px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    cursor: pointer !important;
    margin: 10px 0 !important;
    background: #036EB0 !important;
}

.verifyAlert {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

    text-align: center;
}
.verifyAlert .verifyAlert__icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(/html/portlet/login/images/email.png) no-repeat center bottom;
    background-size: 100px 100px;
    margin: 0 auto 30px;
}
.verifyAlert p {
    margin: 0 0 20px;
}
.verifyAlert a {
    color: #036EB0 !important;
}
.verifyAlert .t22 {
    font-size: 14px;
}
.verifyAlert .link-resend {
    font-weight: 600;
    margin: 20px 0 30px;
    font-size: 15px;
}
.verifyAlert .t16 {
    font-size: 11px;
}
.verifyAlert .button-holder {
    padding: 0 20px;
    width: 100% !important;
}

@media (min-width: 568px) {
    .verifyAlert .t22 {
        font-size: 16px;
    }
    .verifyAlert .t16 {
        font-size: 12px;
    }
}

@media (min-width: 767px) {
    .verifyAlert .verifyAlert__icon {
        width: 200px;
        height: 200px;
        background-size: 200px 200px;
    }
}

@media (min-width: 992px) {
    .verifyAlert .t22 {
        font-size: 18px;
    }
    .verifyAlert .t16 {
        font-size: 14px;
    }
}

/* showChangesBanner */
.showChangesBanner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #FFFFFF;
    background-color: #036EB0;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.showChangesBanner .showChangesBanner-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    max-width: 300px;
}
.showChangesBanner .showChangesBanner-content:before {
    content: '';
    min-width: 37px;
    width: 37px;
    height: 43px;
    background: url(../images/congrat-icon.svg) no-repeat 0 0;
    background-size: 37px 43px;
    margin-right: 15px;
}
.showChangesBanner .showChangesBanner-content > span {
    display: inline-block;
}

@media only screen and (min-width: 568px) {
    .showChangesBanner .showChangesBanner-content {
        font-size: 18px;
        max-width: none;
    }
}

@media only screen and (min-width: 992px) {
    .showChangesBanner .showChangesBanner-content {
        font-size: 20px;
    }
}

/* SSO Logout page */
.sso-logout__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.sso-logout__container .sso-logout__header {
    font-size: 20px;
    padding: 6vw 0 2vw;
}

.sso-logout__container .sso-logout__welcome-message {
    font-size: 25px;
    padding: 0 0 40px;
}

@media only screen and (min-width: 569px) {
    .sso-logout__container .sso-logout__header {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) {
    .sso-logout__container .sso-logout__header {
        font-size: 30px;
    }
}