body{
    font-family: "Inter", sans-serif !important;

}
.login-sec {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-left {
    width: 45%;
    background: #52952c;
    background-size: cover;
}

.login-right {
    width: 53%;
    padding: 40px 20px;
}

.login-main {
    border-radius: 15px;
    overflow: hidden;
    background: #113d00;
}

.input-icon {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}

.text-small {
    font-size: 0.9rem;
}

.login-input {
     padding: 15px 48px 15px 15px;
    background: #e2f6da;
    border-radius: 9px;
    /* border: 1px solid #ffaf72; */
    font-size: 18px;
    color: rgb(29, 29, 29);
}

.form-control:focus {
    /* border: 1px solid rgb(201, 201, 201); */
    background: white;
    color: rgb(0, 0, 0) !important;
    box-shadow: none !important;
}

::placeholder {
    color: #816053 !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: rgb(80 192 28);
    border-radius: 8px;
}
.btn-login:hover {
    background: rgb(92, 222, 32);
    color: #ffffff;
}

.bg-login {
    background-image: url("../images/bg-1.jpg");
    background-size: cover;
    background-position: top center;
    background-color: #0e2604;
}

@media (max-width:992px) {
    .login-left {
        width: 100% !important;
        display: none !important;
    }

    .login-right {
        width: 100% !important;
        padding: 20px;
    }
}

.login-mid {
    width: 1%;
}

.divider-login {
    width: 1px;
    background: rgb(9 79 110);
    background: linear-gradient(180deg, rgb(19 19 69) 0%, rgb(9 79 110) 50%, rgb(19 19 69) 100%);
    height: 100%;
}

.rem-chk {
    position: relative;
    top: 2px;
    border-color: #50c01c;
}

.fw-600 {
    font-weight: 600;
}

.login-heading {
    font-size: 25px;
    color: #eaeaea !important;
    font-weight: 500;
    margin: 20px;
}
.login-heading-top{
    font-size: 22px;
    color: #fc620e !important;
    font-weight: 500;
    margin: 20px;
}
.login-main a {
    color: #50c01c;
    text-decoration: underline;
    font-weight: 500;
}
.for-txt{
    color: #ede013;
}
label.fss-15 {
    color: #5eb82c;
}
.form-check-input:checked {
    background-color: #50c01c !important;
    border-color: #50c01c !important;
}
.form-check-input:focus {
    border-color: #50c01c !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: 250px;
    max-width: 100%;
}