body{
    font-family: "Inter", sans-serif !important;

}
.login-sec {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-left {
    width: 100%;
    background-size: cover;
    height: 150px;
    border-bottom: 1px solid #ed3a43;
    background: white;
}
.login-left img{
    width: 450px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 20px;
}

.login-right {
    width: 100%;
    padding: 25px 40px 60px 40px;
    background: white;
}

.login-main {
    border-radius: 15px;
    overflow: hidden;
    margin: 20px 0px;
}

.input-icon {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}
.input-icon-mail{
    position: absolute;
    top: 22px;
    right: 17px;
    width: 25px;
}
.text-small {
    font-size: 0.9rem;
}

.login-input {
    padding: 15px 48px 15px 15px;
    background: #f4f4f4;
    border-radius: 9px;
    border: 1px solid #c2c2c2;
    font-size: 1.3rem;
    color: rgb(102 61 39);
}

.form-control:focus {
    border: 1px solid rgb(201, 201, 201);
    background: transparent;
    color: rgb(29, 29, 29) !important;
    box-shadow: none !important;
}

.login-input::placeholder {
    color: #777777 !important;
    opacity: 1;
    /* Firefox */
}

.login-input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #777777 !important;
}

.btn-login {
    color: #ffffff;
    border: 0px solid;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 10px;
    border-radius: 8px;
    background: rgb(237 58 67);
}
.btn-login:hover {
    background: rgb(201, 26, 35);
    color: #ffffff;
}

.bg-login {
    background-image: url("../images/bg-1.jpg");
    background-size: cover;
    background-position: top center;
    background-color: #de1a2e;
}

@media (max-width:992px) {
    .login-left {
        width: 100% !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: #aaaaaa;
    padding: 8px;
}

.fw-600 {
    font-weight: 600;
}

.login-heading {
    font-size: 25px;
    color: #2a2a2a !important;
    font-weight: 500;
    margin: 0px 0px 30px 0px;
}
.login-heading-top{
    font-size: 22px;
    color: #2a2a2a !important;
    font-weight: 600;
    margin: 20px;
}
.login-main a {
    color: #ed3a43 !important;
    text-decoration: underline;
    font-weight: 500;
}
.form-check-input:checked {
    background-color: #ed3a43 !important;
    border-color: #ed3a43 !important;
}
.form-check-input:focus {
    border-color: #ed3a43 !important;
    outline: 0;
    box-shadow: none !important;
}
@media (max-width:767px){
    .login-heading {
        font-size: 22px;
    }
    .fss-15 {
        font-size: 1rem !important;
    }
    .login-heading-top{
        font-size: 20px;
    }
    .btn-login {
        font-size: 1.1rem !important;
    }
}
.fss-15 {
    font-size: 1.1rem;
}

a {
    color: var(--bs-link-color);
    text-decoration: none !important;
}