﻿.eran-min-vh {
    min-height: 100vh;
}

.account-content {
    position: relative;
    background: white;
}

.sign-content {
    position: relative;
    height: 100vh;
}
.accont-logo {
    position: absolute;
    left: 18px;
    top: 18px;
}

.sign-bg {
    position: absolute;
    animation: ripple 15s infinite;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url('../images/login_bg.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
@media(min-width: 1670px) {
    .sign-bg {
        width: 1245px;
    }
}
@media(min-width: 2000px) {
    .sign-bg {
        width: 1545px;
    }
}
@media(max-width: 1670px) {
    .sign-bg {
        width: 815px;
    }
}
/*---login---*/
.earn-auth-link {
    text-decoration: none;
    color: #3B82F6;
    font-weight: 500;
}

.earn-auth-link:hover {
    /*color: #1a3c40;*/
    text-decoration: underline;
}

.login-card {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 16px;
}

.login-card.lg {
    max-width: 600px;
}
.login-footer {
    position: absolute;
    bottom: 15px;
    left: calc(50vw - 30%);
}

@media(max-width: 991px) {
    .mobile-login-content {
        background-image: url('../images/login_bg_mobile.png');
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 80%;
    }
    .login-card {
        margin-top: 180px;
    }
    .login-footer {
        width: 100%;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.view-pass-link {
    position: absolute;
    right: 0;
    top: 0;
    /*height: 100%;*/
    width: auto;
    text-align: center;
    font-size: 16px;
    color: #747474;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-inp:focus + .login-icon {
    color: #137962;
}

/*----------input---------*/
.onboarding-login-inp {
    height: 55px;
    border: 1px solid #8AC3BA;
}

input.onboarding-login-inp[type=text],
input.onboarding-login-inp[type=password] {
    padding-left: 20px;
    padding-right: 20px;
    /*background-color: #E8F0FE;*/
    border-radius: 8px;
    line-height: 1.5;
    color: #666666;
}

button.onboarding-login-inp {
    background: #007260;
    border-color: #269c41;
    font-size: 16px;
    border-radius: 32px;
    box-shadow: none !important;
}

input.onboarding-login-inp[type=text]:focus,
input.onboarding-login-inp[type=password]:focus,
input.onboarding-login-inp[type=text]:focus + .login-icon,
input.onboarding-login-inp[type=password]:focus + .login-icon {
    border-color: #137962;
}

input.onboarding-login-inp[type=text]:focus + .login-icon,
input.onboarding-login-inp[type=password]:focus + .login-icon {
    color: #137962;
}
.choose-card {
    border: 1px solid var(--textGreen);
    border-radius: 8px;
    padding: 12px;
    background-color: white;
}
.choose-card:has(input[name="ProviderName"]:checked),
.choose-card:has(input[name="SmsMethod"]:checked),
.choose-card:has(input[name="EmailMethod"]:checked) {
    background-color: var(--lightGreenPastel);
}

/*--------------steps---------------*/
.payrol-step-panel {
    display: flex;
    justify-content: center;
}

.payroll-step {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.payroll-step .step-text {
    text-align: center;
    color: var(--textGreen);
    font-size: 12px;
}

.payroll-step .step-text.active {
    font-weight: 600;
}

/*.payroll-step:last-child {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}*/

.payroll-step .step-dot {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.payroll-step .step-dot span.round {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: transparent;
    color: white;
    border: 2px solid var(--navbarNaturalColor);
}

.payroll-step .step-dot span.dash {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--documentInactive);
}
/*curent*/
.payroll-step .step-dot.curent span.round {
    border-color: var(--saveColor);
}
.payroll-step .step-dot.curent span.dash {
    background: var(--saveColor);
}
/*--------*/
/*ready*/
.payroll-step .step-dot.ready span.round {
    background: var(--saveColor);
}
.payroll-step .step-dot.ready span.round:after {
    content: url("../images/icons/check-w.svg");
    margin-top: 6px;
}
.payroll-step .step-dot.ready span.dash {
    display: none;
}
/*-------*/

.payroll-step .step-dash {
    align-self: center;
    height: 1px;
    width: 100%;
    background-color: silver;
    display: inline-block;
}

.payroll-step .step-dash.vn {
    visibility: hidden;
}

.payroll-step.active .step-dot span,
.payroll-step.active .step-dash {
    background-color: #084373;
}

/*.onboarding-user-icon {
    font-size: 18px;
    color: white;
}*/
/*--------------------*/
.input-code-panel input[type="number"] {
    width: 60px;
    height: 60px;
    line-height: 1;
    margin: .1em;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: 1px solid var(--inputFocusGreen);
    color: #073A39;
    border-radius: 8px;
    outline: none;
    font-weight: 600;
}

.input-code-panel input[type="number"]:active,
.input-code-panel input[type="number"]:focus {
    border: 2px solid var(--inputFocusGreen);
}
.input-code-panel input[type="number"]::-webkit-outer-spin-button,
.input-code-panel input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input-code-panel input[type="number"]:nth-child(n+4) {
    order: 2;
}
/*--------------------*/