.version {
    font-size: 14px;
    color: #dfe2e9;
    font-weight: 400;
    font-family: 'Inter';
}
.right-bg {
    background: linear-gradient(165.53deg, #5a96e1 31.3%, #b0cae9 87.36%, #7babe7 96.37%);
    /* height: 100%; */
    padding-top: 10px;
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.right-bg .logo {
    width: 70%;
}

.right-bg .top {
    padding-top: 3%;
}

.card {
    border-radius: 5px !important;
}

.card-header {
    background: #2860e5 !important;
    color: #fff !important;
    font-family: 'Saira';
}

.card-body {
    height: 325px;
    overflow-y: auto;
    padding-top: 5px !important;
}

/* width */
.card-body::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}

/* Track */
.card-body::-webkit-scrollbar-track {
    background: #fefeff;
}

/* Handle */
.card-body::-webkit-scrollbar-thumb {
    background: #b3beef;
    border-radius: 6px;
}

/* Handle on hover */
.card-body::-webkit-scrollbar-thumb:hover {
    background: #9f9f9f;
    border-radius: 6px;
}

.button-list button {
    display: inline;

}

.button-list .btn {
    width: 100%;
    /* width: 137px; */
    background-color: #194ebf;
    margin-bottom: 10px;
    border-radius: 5px;
    border-top-right-radius: 50px;
    height: 95px;
    color: #ffffff;
    font-family: 'Saira';
    transition: 0.3s ease-in;
}

.button-list .btn .fa {
    display: block;
    font-size: 20px;
    padding: 5px;
}

.button-list .btn:hover {
    background-color: #194ebf !important;
    color: #fff;
    border-top-right-radius: 30px;
}


.left-side {
    padding: 15% 50px 10px 50px;
}

.left-side label {
    font-size: 13px;
    color: #5446bf;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
    font-family: Inter !important;
    text-transform: capitalize;
}

.left-side .form-control {
    padding: 0px 10px !important;
    height: 40px;
    border: 1px solid #cdcdff;
    border-radius: 5px !important;
}

.left-side .input-group .form-control {
    width: auto;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.left-side h1 {
    font-family: Saira;
    font-size: 25px;
    font-weight: 600;
    line-height: 47.22px;
    text-align: center;
    display: block;
    margin-bottom: -5px !important;
}

.left-side h6 {
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: center;
}

.form-group {
    /* position: relative; */
    margin-bottom: 0px;
    /* margin-top: 20px; */
    display: flex;
    justify-content: center !important;
}

/* .form-group input {
    width: 80% !important;
    padding: 10px;
    border: 1px solid #868aed;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    font-family: Inter;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500 !important;
}

.form-group label {
    position: absolute;
    left: 65px;
    top: 12px;
    font-size: 14px;
    color: #777;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
     font-family: Inter;
}

.form-group input:focus {
    border-color: #007bff;
    outline: none;
}

.form-group input+label,
.form-group input:not(:placeholder-shown)+label {
    font-family: Inter;
    top: -10px;
    font-size: 14px;
    color: #5446bf;
    background-color: #ffffff;
    padding: 0 4px;
    border-radius: 4px;
    left: 65px;
    text-transform: capitalize;
} */

.reload_captcha {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    background: #c9dcf5;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 7px;
    font-size: 25px;
}

.captcha_input {
    width: 38% !important;
}

.login_btn {
    width: 100%;
    background: linear-gradient(183.18deg, #E93A33 -111.51%, #880000 185.83%);
    color: #ffffff !important;
    margin-top: 30px;
    margin-bottom: 5px;
}
/* .login_btn2 {
    width: 300px;
    background: linear-gradient(183.18deg, #3336e9 -111.51%, #003088 185.83%);
    color: #ffffff !important;
    margin-top: 30px;
    margin-bottom: 5px;
} */

.error-container {
    padding-left: 50px;
}

.input-group .toggle-password {
    cursor: pointer;
}

.input-group .toggle-password i {
    font-size: 15px;
    color: #ffffff;
}

.invalid-feedback {
    display: none;
    /* Initially hide invalid feedback */
    font-size: 0.875em;
    color: #dc3545;
}

.is-invalid {
    border: 1px solid #dc3545 !important;
    /* Red border color */
}

.is-invalid+.invalid-feedback {
    display: block;
    /* Show invalid feedback when input is invalid */
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: unset !important;
}

.input-group-text {
    background-color: #3988eb !important;
}

ol {
    list-style-type: none; /* Remove default list style */
    padding: 5px 0px !important;
    margin-bottom: 0px !important;
}

.innerList {
    padding: 5px 30px !important;
}

ol li {
    padding-left: 0px;
    margin-bottom: 5px;
    font-size: 13.4px;
    color: #303078;
    font-family: 'Inter';
}

/* Use Unicode character as list marker */
ol li:before {
    content: "\2756";
    color: #597de7;
    margin-right: 5px;
    font-weight: 700;
    font-size: 15px;
}

.forgot-password {
    color: #13b7b1;
    font-weight: 500;
}

.forgot-password:hover {
    color: #13b7b1;
}
.notificationBtn {
    margin-left: 20px;
    background-color: #f18b37;
    margin-bottom: 10px;
    border: 1px solid #df9c25;
    border-radius: 5px;
    color: #ffffff;
    padding: 6px 30px;
    font-family: 'Saira';
    transition: 0.3s ease-in;
    font-weight: 500;
}


@media screen and (min-width: 1440px) {
    .right-bg .logo {
        width: 85% !important;
    }

    .logo {
        height: 150px !important;
        object-fit: contain;
    }

    .card-header {
        font-size: 30px !important;
    }

    ol li:before {
        font-size: 20px !important;
    }

    ol li {
        font-size: 20px !important;
    }

    .card-body {
        height: 385px !important;
    }

    .left-side h1 {
        font-size: 35px !important;
        margin-bottom: 10px !important;
    }

    .left-side h6 {
        font-size: 23px !important;
    }

    .left-side label {
        font-size: 20px !important;
    }

    .left-side .form-control {
        height: 50px !important;
        font-size: 20px !important;
        color: #000000 !important;
    }

    .forgot-password {
        font-size: 19px !important;
    }

    .login_btn {
        padding: 15px !important;
        font-size: 20px !important;
    }

    .lowerText {
        font-size: 25px;
    }

    .button-list {
        margin-top: 35px !important;
    }

    .button-list .btn {
        height: 135px;
        font-size: 22px;
    }
}
