body{
    font-family: "Inter", sans-serif !important;

}
.login-sec {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-right {
    width: 100%;
    padding: 20px 35px;
}

.login-main {
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
}

.input-icon {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}

.text-small {
    font-size: 0.9rem;
}

.login-input {
    padding: 15px 48px 15px 15px;
    background: #ffffff;
    border-radius: 9px;
    border: 1px solid #a1a1a1;
    font-size: 18px;
    color: rgb(29, 29, 29);
}

.form-control:focus {
   border: 1px solid rgb(54 54 54);
    background: #ffffff;
    color: rgb(29, 29, 29) !important;
    box-shadow: none !important;
}

::placeholder {
    color: #565656 !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #816053 !important;
}

.btn-login {
    color: #ffffff;
    border: 0px solid;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px;
    background: #26205e;
    border-radius: 8px;
}
.btn-login:hover {
    background: #18143c;
    color: #ffffff;
}

.bg-login {
    background-image: url("../images/bg1.jpg");
    background-size: cover;
    background-position: top center;
    background-color: #1b1b1b;
    /* padding: 20px; */
}

@media (max-width:992px) {
    .login-left {
        width: 100% !important;
        display: none !important;
    }

    .login-right {
        width: 100% !important;
        padding: 20px;
    }
}

.rem-chk {
    position: relative;
    top: 2px;
    border-color: #26205e;
}

.fw-600 {
    font-weight: 600;
}

.login-heading {
    font-size: 25px;
    color: #1d1d1d !important;
    font-weight: 600;
   margin-bottom: 30px;
}
.login-heading-top{
    font-size: 22px;
    color: #1d1d1d !important;
    font-weight: 500;
    margin: 20px;
}
.login-main a {
    color: #26205e;
    text-decoration: underline;
    font-weight: 500;
}
.form-check-input:checked {
    background-color: #26205e !important;
    border-color: #26205e !important;
}
.form-check-input:focus {
    border-color: #26205e !important;
    outline: 0;
    box-shadow: none !important;
}
@media (max-width:767px){
    .login-heading {
        font-size: 22px;
    }
    .login-heading-top{
        font-size: 20px;
    }
    .btn-login {
        font-size: 1.1rem !important;
    }
}
.logo-img{
    width: 300px;
    max-width: 100%;
}