body{
    font-family: "Inter", sans-serif !important;

}
.login-sec {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-left {
       width: 50%;
    background: #072942;
    background-size: cover;
    padding: 20px;
    text-align: center;
}

.login-right {
    width: 50%;
    padding: 40px 30px;
    background: white;
    border: 1px solid #8dd6e2;
    border-radius: 0px 15px 15px 0px;
}

.login-main {
    border-radius: 16px;
    overflow: hidden;
    background: #113d00;
}
.left-img{
    width: 120px;
    max-width: 100%;
}
.input-icon {
    position: absolute;
    top: 23px;
    right: 17px;
    width: 25px;
}
.input-icon-1 {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}

.text-small {
    font-size: 0.9rem;
}

.login-input {
   padding: 15px 48px 15px 15px;
    background: #f6feff;
    border-radius: 9px;
    border: 1px solid #93d3dc;
    color: rgb(29, 29, 29);
    font-size: 1.3rem;
}

.form-control:focus {
    /* border: 1px solid rgb(201, 201, 201); */
    background: white;
    color: rgb(0, 0, 0) !important;
    box-shadow: none !important;
}

::placeholder {
    color: #4c4040 !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #4c4040 !important;
}

.btn-login {
    color: #ffffff;
    border: 0px solid;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px;
    background: rgb(48 170 191);
    border-radius: 8px;
}
.btn-login:hover {
    background: rgb(37, 132, 148);
    color: #ffffff;
}

.bg-login {
    background-image: url("../images/bg-1.jpg");
    background-size: cover;
    background-position: top center;
    background-color: #e8fcfe;
}

@media (max-width:992px) {
    .login-left {
        width: 100% !important;
        display: none !important;
    }

    .login-right {
      border-radius: 15px;
        width: 100% !important;
        padding: 20px;
    }
}
.rem-chk {
    position: relative;
    top: 2px;
    border-color: #30aabf;
        padding: 8px;
}

.fw-600 {
    font-weight: 600;
}

.login-heading {
    font-size: 30px;
    color: #000000 !important;
    font-weight: 500;
    margin: 20px;
}
.login-heading-top{
    font-size: 22px;
    color: #fc620e !important;
    font-weight: 500;
    margin: 20px;
}
.login-main a {
    color: #37a1f5;
    text-decoration: underline;
    font-weight: 500;
    font-size: 1.1rem;
}
.for-txt{
    color: #ffffff;
    font-weight: 400;
}
label.fss-15 {
    color: #696969;
    font-size: 1.1rem;
}
.ffs {
    font-size: 1.1rem;
}
.form-check-input:checked {
    background-color: #30aabf !important;
    border-color: #30aabf !important;
}
.form-check-input:focus {
    border-color: #30aabf !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;
    }
    .login-input {
    font-size: 1.1rem !important;
    }
    label.fss-15 {
    font-size: 0.9rem !important;
}
.login-main a{
    font-size: 0.9rem !important;
}
.ffs {
    font-size: 0.9rem !important;
}
.rem-chk {
    padding: 7px !important;
}
}
.logo-img{
    width: 250px;
    max-width: 100%;
}