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 45px;
}

.login-main {
    border-radius: 35px;
    overflow: hidden;
    background: #c2f3f0;
}

.input-icon {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}
.input-icon-1 {
    position: absolute;
    top: 22px;
    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 #bfbfbf;
    font-size: 1.3rem;
    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: rgb(0, 200, 188);
    background: linear-gradient(180deg, rgba(0, 200, 188, 1) 0%, rgba(0, 114, 173, 1) 100%);
    border-radius: 8px;
}
.btn-login:hover {
    background: linear-gradient(180deg, rgb(0, 152, 142) 0%, rgb(0, 86, 130) 100%);
    color: #ffffff;
}

.bg-login {
    background-image: url("../images/bg1.jpg");
    background-size: cover;
    background-position: top center;
    background-color: #181b34;
    /* 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: #00b9ac;
    padding: 8px;
}

.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: #00b9ac;
    text-decoration: underline;
    font-weight: 500;
}
.form-check-input:checked {
    background-color: #00b9ac !important;
    border-color: #00b9ac !important;
}
.form-check-input:focus {
    border-color: #00b9ac !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%;
}
.fss-15,label,.ffs{
    font-size: 1.1rem;
}
