*{
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'Kovanov';
    src: url('/fonts/Kovanov-Light.woff2') format('woff2'),
        url('/fonts/Kovanov-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/* @font-face {
    font-family: 'Kovanov';
    src: url('/fonts/Kovanov-SemiBold.woff2') format('woff2'),
        url('/fonts/Kovanov-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */
@font-face {
    font-family: 'Kovanov';
    src: url('../fonts/Kovanov-SemiBold.eot');
    src: url('../fonts/Kovanov-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kovanov-SemiBold.woff2') format('woff2'),
        url('../fonts/Kovanov-SemiBold.woff') format('woff'),
        url('../fonts/Kovanov-SemiBold.ttf') format('truetype'),
        url('../fonts/Kovanov-SemiBold.svg#Kovanov-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lark';
    src: url('../fonts/Lark-Regular.eot');
    src: url('../fonts/Lark-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lark-Regular.ttf') format('truetype'),
        url('../fonts/Lark-Regular.svg#Lark-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
  
.main-bg{
    background: url('../images/admin-login-bg.png') no-repeat;
    height: calc(100vh);
    background-size: cover;
}
.main-bg .admin-logo{
    width: 148px;
}
.main-bg .admin-text{
    color: #64748B;
    font-family: Lark;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.main-bg .signin-text{
    color:  #0F172A;
    font-family: Kovanov;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-align: center;
}
.form-bg{
    padding: 0px 0px 25px 0px ;
    width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}
@media only screen and (min-width: 320px) and (max-width:767px){
    .form-bg{
        padding: 0px 0px 25px 0px ;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
  }
.main-bg form .form-control{
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    height: 56px;
    padding: 8px 16px 8px 50px;
    background: transparent;
    font-family: Lark;
    font-size: 16px;
    font-weight: 400;
}
.main-bg form .controls .far{
    position: absolute;
    top: 20px;
    right: 15px;

}
.form-control::placeholder{
    color: #94A3B8;
    font-family: Lark;
    font-size: 16px;
    font-weight: 400;
}
.main-bg form .controls img{
    position: absolute;
    top: 17px;
    left: 12px;
}
.main-bg form .form-check-input {
    width: 20px;
    height: 20px;
}
.form-check-input:checked{
  accent-color: #005c61;
}
.main-bg form .form-check-label{
    position: relative;
    bottom: 5px;
    color: #0F172A;
    font-family: Lark;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-left: 5px;
}
.main-bg form .form-group .text-info , .main-bg form .form-group .text-info:hover{
    float: right;
    color: #005559 !important;
    text-align: right;
    font-family: Lark;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.btn-default, .btn-default:hover{
    border-radius: 12px;
    background: #005559;
    color:  #FFF;
    font-family: Kovanov;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    width: 100%;
    height: 56px;
}
.main-bg form .no-account-text{
    color: #0F172A;
    text-align: center;
    font-family: Lark;
    font-size: 14px;
    font-weight: 500;
}
.main-bg form .no-account-text a{
    color: #005559;
    text-decoration: none;
    font-weight: 600;
}
 .google , .google:hover{
    color: #344054;
    background: #ffffff;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 66px;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.text{
    font-size: 14px;
    color: #475467;
    text-align: center;
}
.text .login-text{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #005559;
    text-decoration: none;
}
.logo1{
    height: 100px;
}
.left-bg{
    width: 100%;
}

.anchor , .anchor:hover{
    color: #E7634B;
    text-decoration: none;
}
.right-bg{
    background: #005559;
    height: calc(100vh);
}
.wel-1{
    font-family: 'Kovanov';
    font-size: 30px;
    font-weight: 600;
    color: #101825
}
.wel-2{
    font-family: 'Lark';
    font-weight: 400;
    color: #667085;
}
.sign-in{
    font-family: 'Kovanov';
    font-weight: 600;
}
.pattern{
    height: calc(100vh);
    width: 100%;
    opacity: 0.3;
}
.support-text{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
 .big-text{
    font-family: 'Kovanov';
    font-size: 60px;
    font-weight: 600;
    color: #ffffff;
    line-height: 72px;
}
.support-text .small-text{
    font-family: 'Lark';
    font-size:18px;
    font-weight: 400;
    color: #ffffff;
}
.support-text span{
    font-family: 'Lark';
    font-size:16px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 10px;
}
.logo-2{
    width: 175px;
    height: 150px;
}
