
.loginBody {
    padding: 0 !important;
    margin: 0 !important;
}
.loginSection .login-text-part {
    color: #fff;
}
    .loginSection .login-text-part h4 {
        margin-bottom: 23px;
        font-weight: 600;
    }
        .loginSection .login-text-part h4 .badge {
            background-color: #9FD8DB;
            color: #0896AA;
            padding: 5px 10px;
            font-size: 15px;
            margin: 0 10px;
        }
    .loginSection .login-text-part h6{
        font-size: 12px;
        font-weight: 600;
    }  

    .loginSection .login-text-part h5 {
        font-size: 15px;
        font-weight: 600;
        line-height: 25px;
        margin: 20px 0;
    }
.loginSection {
    background-image: url('../../img/Account/bgLogin.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}
    .loginSection .grid-center {
        display: grid;
        width: 100%;
        align-items: center;
        height: 100vh;
        align-content: center;
    }
    .loginSection .account-form {
        background-color: #fff;
        border-radius: 15px;
        padding: 40px;
        height: auto;
    }

        .loginSection .account-form label {
            font-size: 14px;
            margin-bottom: 5px;
        }
        .loginSection .account-form .input-icon {
          position: relative;
        }
            .loginSection .account-form .input-icon .show-password {
                position: absolute;
                top: 0px;
                padding: 11px;
                color: #696969;
            }
    .loginSection .account-form h4 {
        font-weight: 600;
        font-size: 22px;
    }
        .loginSection .account-form h6 {
            font-weight: 500;
            color: #555555;
            font-size: 16px;
        }
.loginSection .account-form .form-group {
    margin: 25px 0;
}
        .loginSection .account-form .form-control {
            border-radius: 10px;
            background-color: #ebf0f6;
            min-height: 45px;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 1px solid #ebf0f6;
            padding: 10px 20px;
            color: #111;
            border: 1px solid #ccc;
            font-size: 13px;
        }
.language-icon {
    margin-bottom: 10px;

}
    .language-icon a {
        color: #fff !important;
        font-family: 'Segoe UI' !important;
        font-weight: 600;
        cursor: pointer;
    }
.password-check {
    position: relative;
}

    .password-check ul {
        position: absolute;
        z-index: 9;
        background-color: #f8f8f8;
        box-shadow: 0 0 3px #777;
        padding: 10px;
        border-radius: 5px;
        margin: 10px 5px 5px;
    }

        .password-check ul:after {
            content: '\f0d8';
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            right: 17px;
            top: -18px;
            font-size: 21px;
            color: #cdcdcd;
        }

        .password-check ul li {
            font-size: 13px;
            position: relative;
            padding-inline-start: 20px
        }

            .password-check ul li:before {
                content: '\f057';
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                position: absolute;
                right: 0;
            }

            .password-check ul li.sucsess {
                color: #1f7f2f;
            }

                .password-check ul li.sucsess:before {
                    content: '\f058';
                }
.modal-overflow {
    overflow: auto;
    max-height: 80vh;
}
/*.option-resend-code {
    display: none
}

    .option-resend-code.active {
    }*/

.option-resend-code {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 10px 0;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

    .option-resend-code img {
        width: 30px;
    }

    .option-resend-code i {
        font-size: 27px;
        position: relative;
        top: 2px;
        color: #1db9c3;
    }

.verification_form {
    height: 100vh;
    background-color: #1db9c3;
}

    .verification_form .grid-center {
        width: 450px;
        max-width: 95%;
        margin: auto;
        background-color: #fff;
        border-radius: 15px;
        padding: 15px 25px;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
    }

    .verification_form .grid-center-container {
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        width: 450px;
        max-width: 95%;
        margin: auto;
    }

        .verification_form .grid-center-container .grid-center {
            position: static;
            transform: unset;
            max-width: 100%;
            width: 100%;
        }

    .verification_form .grid-center h6 {
        font-weight: 600;
    }

    .verification_form .grid-center p {
        font-size: 14px;
        text-align: center;
        width: 85%;
        margin: 0 auto 40px;
    }

    .verification_form .grid-center .img-container-register {
        text-align: center;
        padding-top: 20px;
    }

        .verification_form .grid-center .img-container-register img {
            width: 80px;
        }

.social-links-login {
    padding: 10px 0px;
    justify-content: start;
    font-size: 21px;
    gap: 22px;
}

    .bottom-part-register .social-links a,
    .social-links-login a {
        color: #fff !important;
    }

.loginSection .login-text-part {
    width: 80%;
    padding-bottom: 100px;
    padding-top: 40px;
}

.bottom-part-register img {
    margin-bottom: 15px;
}

.confirmation-code {
    display: flex;
    margin: 20px 0 40px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    direction: ltr;
}

    .confirmation-code .form-control {
        text-align: center;
        padding: 10px 0 !important;
        font-size: 20px !important;
    }

        .confirmation-code .form-control:focus {
            border: 2px solid #0d9fb0 !important;
        }

.countdown-container {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    color: #777;
}

    .countdown-container span {
        color: #468baf;
    }

        .countdown-container span b {
            margin: 0 4px;
        }
.step_verification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:99;
}
.resend-code-btn .btn, .btn-theme {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 10px;
    background-image: linear-gradient(to left, #0896AA, #1db9c3);
    padding: 12px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.page-loading {
    display: none
}

    .page-loading:before {
        content: '';
        left: 0;
        right: unset;
        width: 100%;
        height: 100%;
        top: 0;
        position: fixed;
        z-index: 999998;
        background-color: #000;
        opacity: 0.25;
    }

    .page-loading img {
        transform: translate(-50%, -50%);
        display: block;
        left: 50%;
        right: unset;
        top: 50%;
        position: fixed;
        z-index: 999999;
        width: 100px;
    }
    @media only screen and (max-width: 767px) {
        .notifyjs-bootstrap-base {
            max-width: 90%;
            min-width: 90%;
            white-space: unset;
        }

        .loginSection .no-mobile {
            display: none
        }

        .loginSection .form-control {
            min-height: 50px;
        }
    }

    .loginSection .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 10px;
    background-image: linear-gradient(to left, #0896AA, #1DB9C3);
    padding: 12px 36px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e8e8e8 !important;
    cursor: no-drop;
}

/* Preloader */
.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background-color: #ffffffe6;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 18px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    right: 15px;
    top: 15px;
    border-radius: 50%;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

    .handle-preloader .animation-preloader .fav {
        position: absolute;
        width: 65px;
        transform: translate(-50%, -50%);
        top: 74px;
        left: 50%;
        /*filter: brightness(0) invert(1);*/
    }

    .handle-preloader .animation-preloader .spinner {
        animation: spinner 1.5s infinite linear;
        border-radius: 50%;
        height: 195px;
        margin: 0 auto 16px auto;
        width: 195px;
        border: 3px solid #4AC7CF;
        border-top-color: rgba(255, 255, 255, 0.5);
    }

    .handle-preloader .animation-preloader .txt-loading {
        text-align: center;
        user-select: none;
        position: relative;
        left: 5px;
        top: -147px;
    }

        .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
            animation: letters-loading 4s infinite;
            content: attr(data-text-preloader);
            left: 0;
            opacity: 0;
            top: 0;
            position: absolute;
        }

        .handle-preloader .animation-preloader .txt-loading .letters-loading {
            font-weight: 500;
            letter-spacing: 11px;
            display: inline-block;
            position: relative;
            font-size: 60px;
            line-height: 70px;
            text-transform: uppercase;
            color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #4AC7CF;
        }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
                animation-delay: 0.2s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
                animation-delay: 0.4s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
                animation-delay: 0.6s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
                animation-delay: 0.8s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
                animation-delay: 1s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
                animation-delay: 1.2s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
                animation-delay: 1.4s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
                animation-delay: 1.6s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
                animation-delay: 1.8s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
                animation-delay: 2s;
            }

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
}

    .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
        color: #4AC7CF;
    }

/* Animación del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}
