
.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;
        }
.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';
                }
@media only screen and (max-width: 767px) {
    .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;
}