
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Montserrat", sans-serif;
    position: relative;
}
.login {
    background: #0F5D5B 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-container {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
.login-form-container  {
    background: #fff;
    border-radius: 24px;
    padding: 65px  100px;
    width: 870px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 772px;
}
.login-head {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.login-form-head {
    font-size: 32px;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.login-form-head span {
    position: absolute;
    right: 0;
    font-size: 16px;
}
[dir=rtl] .login-form-head span {
    left: 0;
    right: initial;
}
.login-form-head span a{
    color: #0F5D5B;
    border-bottom: 1px solid;
    display: inline-block;
}
.login-form-head span a:hover {
    text-decoration: none;
}
.login-form-label {
    color: #666666;
    font-size: 16px;
}
.form-control-input {
    height: 56px;
    border-radius: 4px;
    outline: none !important;
    box-shadow: none !important;
}
textarea.form-control-input {
    height: auto;
}
select.form-control-input:not([size]):not([multiple]) {
    height: 56px;
}
.forget-password-link {
    color: #0F5D5B !important;
    margin-bottom: 10px;
}
.forget-password-link:hover{
    text-decoration: none;
}

.login-form-submit {
    background: #105C5C;
    color: #fff;
    height: 64px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.login-form-submit:disabled {
    background: #E5E7EB;
    color: #1F2A37;
    opacity: 1;
}
.social-media-link {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border: 1px solid #333333;
    height: 56px;
    margin: 0;
}
.login-p {
    color: #fff;
    font-size: 18px;
}

/*Sign up*/
.agreement-label {
    margin-bottom: 20px;
}
.custom-checkbox .agreement-input:checked~.agreement-label::before {
    background-color: #0F5D5B;
}
.agreement-label a {
    color:#111111 ;
    border-bottom: 1px solid;
}
.agreement-label a:hover {
    text-decoration: none;
}
/*otp verification*/

.form-input .inputfield {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.form-input .inputfield .input {
    height: 2em;
    width: 3em;
    border: 1px solid #0F5D5B;
    outline: none;
    text-align: center;
    font-size: 1.5em;
    border-radius: 0.3em;
    background-color: #ffffff;
    outline: none;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    color: #000;
}

.text-info {
    color: #0D3076 !important;
}
.text-gray {
    color: #676767 !important;
}
.otp-form-container, .profile-form-container{
    min-height: auto;
}
.profile-form-container label{
    color: #000;
}
.profile-form-container label span{
    color: #8B8B8B;
    font-size: 12px;
}
.otp-form-container .form-control-input{
    min-height: 67px;
    text-align: center;
    font-size: 24px;
}
.form-control-input:focus, .form-control-input:active {
    border-color: #0D3076;
}
.font-lg{
    font-size: 24px;
}
.font-sm{
    font-size: 12px;
}
hr {
    border-color: #E5E7EB;
    width: 100%;
}
.mb-sm-3{
    margin-bottom: 1rem !important;
}
.upload-box{
    background-color: #F9FAFB;
    border: 2px dashed #E5E7EB;
    width: 178px;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}
.full-width{
    width: 100%;
}
.upload-box input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.preview-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-primary{
    color: #0F5D5B !important;
}
.save-and-add{
    border: 1px solid #E5E7EB;
    padding: 16px;
    font-size: 22px;
    background-color: #ffffff;
}
.rounded-pill{
    border-radius: 50px;
}
.btn-primary{
    background-color: #0F5D5B !important;
    border-color: #0F5D5B !important;
}

.form-group .btn-group{
    width: 100%;

}
.form-group .multiselect{
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: left;
}
.multiselect.dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
}
.multiselect-container  a {
    color: #495057;
}
.multiselect-container.dropdown-menu {
    right: 0;
    padding: 15px 0;
}
.multiselect-container>li>a>label>input[type=checkbox] {
    margin-right: 10px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}