body {
    width:100vw;
    height:100vh;
    margin: 0;
    font-family: lato;
}

.hg-logo-icon {
    position:fixed;
    /* padding-bottom:5rem; */
}

.whitelabel-icon {
    position:fixed;
    left:45%
}

.login-form, mfa-auth-form {
    padding-top:50px;
}

.waiting-spinner {
    width: 25px;
    height: 25px;
    display:none;
}

.image-icon {
    /* display: grid; */
    width: 758px;
    height: 804px;
    overflow: hidden;
    /* justify-content: right; */
}

.eye-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 59%;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    background: url('/portal-public-static/img/general/icons-action-visibility.svg');
}
.eye-icon--stroke:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 16px;
    background: gray;
    transform: rotate(-45deg);
}

.nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.info {
    padding-top: 1vh;
    padding-bottom: 1vh;
    color: var(--text-primarydark, rgba(0, 0, 0, 0.85));
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.15px;
    width: 73%;
}

.container {
    display:grid;
}

.container-whitelabel {
    position:fixed;
}

.screen-left {
    padding-left:1rem;
    padding-top:1rem;
}

.screen-left-whitelabel {
    padding-top:1rem;
}

.two-col-row {
    display:grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 12px;
    width:60vw;
    height:57px;
}

.form-error {
    display: grid !important;
    grid-template-columns: 1fr 16fr;
    width: 550px;
}

.form-error-icon {
    width:24px;
}

.form-error-text {
    padding-top:2px;
    font-size: 16px;
    color: #c11409;
}

.displayNone {
    display: none !important;
}
.displayBlock {
    display: block !important;
}

.recalled {
    display: flex;
    place-content: center;
    width: 63%;
}

.validation-head{
    margin: 7px 0;
    font-weight: bold;
}
.validation-criteria {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.validation-criteria .crit-item {
    display: flex;
    font-size: 15px;
    align-items: center;
    margin-bottom: 5px;
}
.validation-criteria .check {
    visibility: hidden;
    margin-right: 8px;
}
.validation-criteria .check .icon {
    width: 1em;
    height: 1em;
    fill: #1a7f37;
}
.validation-criteria .valid .check {
    visibility: visible;
}
.no-password-reuse {
    font-size: 15px;
    padding: 10px 0;
}

.button2 {
    width: 36vw;
    border-radius: 4px;
    background-color: #0469bc;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.button4 {
    /* align-self: stretch; */
    width: 36vw;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    overflow: hidden;
    padding: 8px 12px;
    color: #0469bc;
    cursor:pointer;
}

.line-parent {
    padding-left: 2px;
    width: 37vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(0, 0, 0, 0.87);
}

.frame-child {
    flex: 1;
    position: relative;
    border-top: 1px solid #dadbdd;;
    box-sizing: border-box;
    height: 1px;
    background-color: #dadbdd;
}

.base {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.screen-right {
    min-width: 31vw;
    min-height: 100vh;
}

.screen-right.bg1 {
    background: url("/portal-public-static/img/login/image.svg");
    background-position: center;
    background-size: cover;
}

.screen-right.bg2 {
    background: url("/portal-public-static/img/mfa/frame-486.svg");
}

.section-heading {
    padding-top:50px;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.87);
}

.input {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 0 12px;
    width:65%;
    height:57px;
}
/* the 2 next classes overrides styling */
.visibleError {
    visibility: visible !important;
    display: block !important;
}

.secondaryColor {
    color: var(--text-secondary, rgba(0, 0, 0, 0.65)) !important;
}

.inputError {
    border: 1px solid rgb(211, 47, 47) !important;
}

.error-label {
    position: absolute;
    visibility: hidden;
    top: 0px;
    display: block;
    left: 0px;
    overflow: hidden;
    transform: translate(8px, -9px) scale(0.75);
    color: rgb(211, 47, 47);
    transform-origin: left top;
    z-index: 1;
    user-select: none;
    background: white;
    margin: 2px;
    padding: 0 7px;
}

.error-label-helper {
    color: var(--error-main, #C11409);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'lato';
    visibility: hidden;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 4px 14px 0 14px;
    line-height: 150%;
    letter-spacing: 0.4px;
    display: none;
}

.error-label-helper.custom {
    position: absolute;
    top: 64%;
}

.form-element {
    display:grid;
    grid-template-columns: 1fr;
    padding-bottom: 24px;
    width: 60vw;
    position: relative;
}

.form-element-custom {
    padding-bottom: 16px;
    width: 60vw;
    position: relative;
}

.form-element-remember-me {
    display:flex;
    width: 71.8%;
}

.two-px-spacer {
    padding-top: 2px;
}

.two-vh-spacer {
    padding-top: 2vh;
}

.four-vh-spacer {
    padding-top: 4vh;
}

.dynamic-top {
    top: 31% !important;
}

.login-button {
    color: #fff;
    text-decoration: none;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 40px;
    font-family: 'lato';
    font-size: 16px;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.46px;
}

.login-button.progress-1 {
    background-color:lightgrey;
}

.login-button:hover {
    border-radius: 4px;
    background: var(--primary-dark, #0361AB);
}

.change-sms-number {
    padding-left: 0px;
    font-size: 14px;
    cursor: pointer;
    color: var(--primary-main, #0469BC);
}

.resend-code-btn {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    width: 122px;
    position: relative;
    text-decoration: none;
    color: var(--primary-main, #0469BC);
    font-family: 'lato';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.4px;
}

.mfa-submit-btn-wrapper {
    width: 212px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.mfa-submit-btn {
    color:#fff;
    text-decoration:none;
    font-size: 22px;
    border-radius: 4px;
    background-color: #0469bc;
    padding: 8px 68px;
    align-items: center;
    justify-content: center;
}

.mfa-submit-btn.disabled {
    background-color: #e0e0e0;
}

.chrono-link-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resend-code-wrapper {
    display: grid;
    grid-template-columns: 6fr 1fr;
    width: 198px;
}

.resend-code-row {
    width:76px;
    display:grid;
    grid-template-columns: 1fr 1fr;
}

.resend-code-check {
    display:none;
}

.login-chrono-link {
    color: var(--primary-main, #0469BC);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-decoration: none;
    letter-spacing: 0.46px;
}

.create-account-link {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #0469bc;
    width: 65%;
    line-height: 150%; /* 21px */
    letter-spacing: 0.4px;
    text-decoration: none;
}

.alert-header {
    width: 250px;
    display:grid;
    grid-template-columns: 1fr 8fr;
}

.union-icon {
    padding-right: 4px;
}

.alert {
    position: relative;
    border-radius: 4px;
    background-color: #e6f3fa;
    width: 90%;
    flex-direction: row;
    padding: 6px 16px;
    box-sizing: border-box;
    color: #003d5e;
    margin-top: 14vh;
}

.mfa-verification-lbl {
    position: absolute;
    padding-left: 12px;
    margin-top: -9px;
}

.footer {
    width: 38vw;
    padding-top: 10vh;
    flex-flow: wrap;
    display:flex;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.footer > * {
    margin-right: 8px;
}

.footer-shares {
    display: flex;
    align-items: center;
    order: 2;
}
.footer-shares a {
    margin: 0 8px;
    fill: #888888;
    width: 16px;
    height: 16px;
}
.footer-shares a svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.typogeraphy {
    color: var(--text-primarydark, rgba(0, 0, 0, 0.85));
}

.typography1 {
    width: 150px;
}

.typography2 {
    padding-left: 10px;
    text-decoration: none;
    width: 80px;
}

.typography3 {
    width: 82px;
}

.typography1,.typography2,
.typography3 {
    position: relative;
    letter-spacing: 0.25px;
    line-height: 150%;
}

.icon {
    width: 24px;
    height: 24px;
    fill: #888888;
}

.label {
    position: relative;
    letter-spacing: 0.15px;
    line-height: 150%;
}

.remember-me-forgot-password-wrapper {
    display:grid;
    width: 60%;
    grid-template-columns: 1fr 1fr 1fr;
}

.remember-me-forgot-password-wrapper-whitelabel {
    width: 87%;
    justify-content: space-between;
    display: flex;
    padding-top: 0;
    align-items: center;
}

.forgot-password-link {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #000000D9;
    font-family: 'lato';
    text-decoration: none;
    letter-spacing: 0.4px;
}

.form-label {

    top: 8px;
    left: 16px;
    background-color: white;
    font-size: var(--components-input-label-size);
    font-family: var(--components-alert-title);
}

.change-password-btn {
    cursor:pointer;
    width: 63%;
    color:#fff;
    text-decoration:none;
    border: none;
    border-radius: 4px;
    background-color: #0469bc;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 40px;
    font-family: 'lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.46px;
}
.change-password-btn:hover {
    border-radius: 4px;
    background: var(--primary-dark, #0361AB);
}

.privacy-policy-link,.tos-link {
    color:rgba(0, 0, 0, 0.87);
}

resend-code-row {
    display:grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 12px;
    width: 70px;
    height: 57px;
}

.restore-footer-spacer {
    padding-top:15%;
}

.reset-footer-spacer {
    padding-top: 14%;
}

.remember-me-spacer {
    display:grid;
}

.recover-acct-header {
    font-size: 18px;
    font-weight: 550;
}

.recover-acct-text {
    padding-top: 2vh;
    padding-bottom: 2vh;
    width: 80%;
}

.recover-acct-email {
    color: #0469bc;
}

.account-recovery-link {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
    font-weight:bold;
    color: #0469bc;
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .container {
        display:grid;
        grid-template-columns: 100vw;
    }
    .container > * {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .container-whitelabel {
        left:7%;
    }

    .whitelabel-icon {
        left:32%;
    }

    .screen-left {
        padding-left: 6vw;
        padding-top: 1vw;
    }

    .section-heading {
        padding-top:2vh;
    }

    .input {
        width: 82vw;
    }

    .image-icon {
        max-width: 100%;
        min-height:100%;
        padding-right: 1rem;
    }

    .info {
        width: 95%;
    }

    .screen-right {
        display:none;
    }

    .button2 {
        width: 144%;
    }


    .button4 {
        width: 82vw;
    }

    .line-parent {
        width: 87vw;
    }

    .create-account-link {
        padding-left: 32%;
        white-space: nowrap;
    }

    .alert {
        width: 92%
    }

    .remember-me-spacer {
        display:none;
    }

    .form-element-remember-me {
        width: 140%;
    }
    .form-element-remember-me .remember-me-forgot-password-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .remember-me-forgot-password-wrapper-whitelabel {
        width:100%;
    }

    .eye-icon {
        left: 135%;
    }

    .footer {
        width: 90%;
        flex-flow: wrap;
        justify-content: center;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .recalled {
        width: 144%;
        height: 40px;
        display: flex;
        place-content: center;
    }

    .change-password-btn {
        width: 87vw;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 900px) and (min-width: 601px){
    .container {
        display:grid;
        grid-template-columns: 60vw 40vw;
    }

    .container > * {
        padding:0rem;
    }

    .container-whitelabel {
        left:22%;
    }

    .whitelabel-icon {
        left:40%;
    }

    .screen-left {
        width: 100%;
        padding-left: 20vw;
        padding-top: 1vh;
    }

    .input {
        width: 86%;
    }

    .line-parent {
        padding-left: 1vw;
        width: 59vw;
    }

    .button4 {
        width: 57vw;
    }

    .screen-right {
        display:none;
    }

    .form-element {
        width: 66vw;
    }

    .form-element-custom {
        display:grid;
        width: 66vw;
    }

    .form-element-remember-me {
        width: 100%;
    }
    .form-element-remember-me .remember-me-forgot-password-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .button2 {
        width: 90%;
    }

    .create-account-link {
        padding-left: 11.3%;
    }

    .eye-icon {
        left: 85%;
    }

    .alert {
        width: 92%
    }

    .recalled {
        display: flex;
        width: 90%;
        place-content: center;
    }

    .footer {
        padding-left: 0vw;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        display: flex;
        width: 100%;
        flex-flow: wrap;
    }

    .remember-me-forgot-password-wrapper {
        width: 100%;
    }

    .remember-me-forgot-password-wrapper-whitelabel {
        width: 87%;
    }

    .change-password-btn {
        width: 90%;
    }

}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 901px) and  (max-width: 1199px) {
    .container {
        display:grid;
        grid-template-columns: 60vw 40vw;
    }

    .container > * {
        padding:0rem;
    }

    .container-whitelabel {
        left:32%;
    }

    .whitelabel-icon {
        left:40%;
    }

    .screen-left {
        padding-left: 8vw;
        padding-top: 1vh;
    }

    .input {
        width: 36vw;
    }

    .two-col-row {
        width: 50vw;
    }

    .button2 {
        width: 64%;
    }

    .alert {
        width: 74%
    }

    .info {
        width: 78%;
    }

    .remember-me-forgot-password-wrapper {
        width: 100%;
        justify-content: space-between;
        display: flex;
    }

    .footer {
        padding-left: 0vw;
        flex-flow: wrap;
        justify-content: center;

    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container {
        display:grid;
        grid-template-columns: 69vw 30vw;
    }

    .container > * {
        padding:0rem;
    }

    .container-whitelabel {
        left:32%;
    }

    .screen-left {
        padding-left: 16vw;
        padding-top: 1vh;
    }

    .input {
        width: 36vw;
    }

    .two-col-row {
        width: 60vw;
    }


    .button2 {
        width: 63%;
        height: 40px;
    }

    .alert {
        /* display: grid; */
        width: 78%;
    }

    .remember-me-forgot-password-wrapper {
        width: 98%;
        justify-content: space-between;
        display: flex;
        padding-top: 0;
        align-items: center;
    }
}
