
body {
    font-family:"Inter" ;
    position: relative;
}

.login {
    background: #2CAEE4 url("../../images/auth/teacher-bg.svg") no-repeat;
    background-size:cover ;
    min-height: 100vh;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-form-head span a{
    color: #2CAEE4;
}
.forget-password-link {
    color: #2CAEE4 !important;
}

.login-form-submit {
    background: #2CAEE4;
}
.custom-checkbox .agreement-input:checked~.agreement-label::before {
    background-color: #2CAEE4;
}
.text-info {
    color: #2CAEE4 !important;
}
.form-control-input:focus, .form-control-input:active {
    border-color: #2CAEE4;
}