body {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    height: 96vh;
}

footer {
    margin-top: auto;
}

#login-step-1 {
    border-radius: 0.75em;
    background: var(--e-global-color-accent);
    width: 484px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#user-existing {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

#user-existing form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.login-section {
    font-family: var(--e-global-typography-primary-font-family);
    font-style: normal;
    width: fit-content;
}

.login-title-div {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.login-indent-title {
    text-indent: -999999999px;
    height: 0;
    width: 0;
    opacity: 0;
    font-size: 5px !important;
}

.login-title {
    /* background: linear-gradient(to left, var(--e-global-color-secondary), var(--e-global-color-text)); */
    background: var(--e-global-color-f875cdb);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.3px;
    font-family: var(--e-global-typography-primary-font-family);
    margin: 0;
}

.login-section .fieldset {
    border-radius: 10px;
    /* border: 1px solid #BCBCBC; */
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    justify-content: center;
    text-align: center;
}

.login-section h2 {
    text-align: center;
}

#login-step-2 p {
    margin: 0;
}

.g-recaptcha {
    margin-bottom: 0px;
}

div#recaptcha-container div:first-child {
    margin: 0 auto;
}

.login-section .groupRadio {
    text-align: center;
    gap: 30px;
    width: 50%;
    margin: 0 auto;
}

.login-section .groupRadio .gitem input[type="radio"]:checked+label svg path,
.login-section .groupRadio .gitem input[type="radio"]:checked+label,
.login-section .groupRadio .gitem:hover label svg path,
.login-section .groupRadio .gitem:hover label,
.login-section .groupRadio .gitem:hover {
    stroke: var(--e-global-color-0de8d0b);
    color: var(--e-global-color-0de8d0b);
}

.login-section .groupRadio .gitem.voice-message input[type="radio"]:checked+label svg path,
.login-section .groupRadio .gitem.voice-message:hover svg path {
    stroke: transparent;
    fill: var(--e-global-color-0de8d0b);
}

.login-section .groupRadio .gitem {
    flex-basis: 100%;
}

.login-section .groupRadio .gitem label {
    justify-content: space-between;
    min-height: 5.2vh;
}

.input-login-id {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.or {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.or span {
    background: var(--e-global-color-accent);
    padding: 0 10px;
}

.icon-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 36px;
    flex-shrink: 0;
    text-align: center;
}

.govil-btn {
    border-radius: 4px;
    border: 1px solid #BCBCBC;
    background: var(--e-global-color-accent);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: var(--e-global-color-c12c756);
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.18px;
    width: -webkit-fill-available;
}

.govil-btn:focus {
    color: var(--e-global-color-c12c756);
}

.govil-div {
    display: flex;
    justify-content: center;
}

.goto-register {
    padding: 16px 0;
}

.goto-register p {
    padding: 20px 0;
}

.goto-register #goto-register-btn:focus {
    color: var(--e-global-color-c12c756);
}

#lostPassword {
    border: 0px;
    padding: 0;
    text-decoration: underline;
}

.check-list {
    width: 23%;
}

.icon-list svg {
    cursor: pointer;
}

.login-steps,
.lost-password-steps {
    background: var(--e-global-color-accent);
    border-radius: 0.75em;
    /* width: 530px; */
    padding: 24px;
    /* height: 500px; */
    max-width: 440px;
    min-width: 440px;
    width: 100%;
}

.go-back,
.go-back-register {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
    color: #000;
    padding: 0px 0 24px 0;
    gap: 8px;
}

.go-back i.fa-solid.fa-angle-left {
    color: var(--e-global-color-d2857b8);
}

.login-steps>.fieldset,
.lost-password-steps>.fieldset {
    text-align: center;
    padding: 1em;
    height: 450px;
}

.sections {
    padding: 16px 0;
}

.sections .icon-list {
    padding: 17px 0;
}

.timer>svg {
    padding-left: 6px;
}

.timer-div {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.send-again-otp {
    color: var(--e-global-color-d2857b8);
}

.go-without-id {
    position: absolute;
    left: -20%;
    top: -7%;
    border-bottom: 1px solid #000;
}

#user-not-existing {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.user-not-existing-div {
    text-align: center;
    padding: 0 16px !important;
}

.goto-register-form {
    gap: 16px;
}

.goto-register-form a[role="button"] {
    border: 2px solid var(--e-global-color-d2857b8);
    border-radius: 200px;
    background-color: var(--e-global-color-accent);
    padding: 10px 28px;
    line-height: 1;
}

.contact-boxes {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.contact-box {
    display: flex;
    max-width: 100%;
    /*figma 292px*/
    height: auto;
    padding: 8px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--e-global-color-752e732);
    background: transparent;
    min-height: 52px;
    flex: 1 1 auto;
    min-width: 305px;
}

.contact-box a {
    gap: 8px !important;
}

.contact-box span {
    padding: 9px 9px;
    background: var(--e-global-color-1065d64) !important;
    border-radius: 4px;
}

#login-step-3 .fieldset {
    width: 100%;
    min-height: 380px;
}

/* input#oneTimeCode {
    border: 0px;
    border-bottom: 1px solid;
    border-radius: 0px;
    letter-spacing: 1.3em;
    display: flex;
    padding: 0px 58px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px;
} */

/* input::placeholder {
    direction: rtl;
    text-align: right;
}

input[type="number"], input[type="email"] {
    direction: ltr;
    text-align: left;
}

input[type="number"]:not(:focus):placeholder-shown, input[type="email"]:not(:focus):placeholder-shown {
    direction: rtl;
    text-align: right;
} */

@media only screen and (max-width: 768px) {
    #login-step-1 {
        width: 95vw;
        padding: 16px 8px;
    }

    .section-right {
        padding-left: 0;
    }

    .section-left {
        padding-right: 0;
    }

    .g-recaptcha {
        /* transform: scale(0.89); */
        /* transform-origin: 0 0; */
        margin-bottom: 0px !important;
        padding-right: 16px;
    }

    .g-recaptcha div {
        position: relative;
        left: 0.95em;
    }

    .govil-btn {
        font-size: 1em;
    }

    .second-btn {
        background: white;
        padding: 11px 3em;
        border-radius: 50px;
    }

    .login-steps,
    .lost-password-steps {
        width: auto;
        padding: 16px 8px;
        min-width: 100%;
    }

    #login-step-2 .go-back {
        padding: 0 0 16px 0;
    }

    #login-step-3 .fieldset {
        padding: 5em;
    }

    .icon-list {
        gap: 0;
    }

    .check-list {
        width: 33%;
    }

    .icon-list .check-list {
        font-size: 1em;
    }

    .login-section .fieldset {
        display: flex;
        height: auto;
        padding: 24px 8px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }

    #login-step-1 .fieldset {
        padding: 20px 16px;
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: 24px;
    }

    .contact-boxes {
        flex-direction: column;
    }

    #user-not-existing {
        width: auto;
    }

    h1.login-title {
        font-size: 24px;
    }

    .contact-box {
        padding: 8;
        width: 100%;
    }

    .fieldset.user-not-existing-div {
        padding: 16px !important;
    }

    .login-section {
        width: auto;
    }
}