/* auth.css */

*{
    margin: 0;
    padding: 0;
}
@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: 'Kovanov-light';
    src: url('../fonts/Kovanov-Light.woff') format('woff');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Kovanov';
    src: url('../fonts/Kovanov-Light.woff') format('woff');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@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.woff2') format('woff2'),
        url('../fonts/Lark-Regular.woff') format('woff'),
        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;
  }
section{
    background: url('../images/Login.png') no-repeat;
    height: calc(100vh);
    background-size:100% 100% ;
}
section .left-div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 70%;
}
.error{
    color:#000;
}
.alert {
    font-family: 'Lark';
    margin-bottom: 0px !important;
}
section .right-div{
    height: calc(100vh);
}
section .logo{
    width: 160px;
    margin-bottom: 15px;
}
section .welcome{
    font-family: 'Kovanov-light';
    text-transform: uppercase;
    color: #ffffff;
    font-size: 3rem;
}
section .text{
    font-family: 'Lark';
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 25px;
    margin-top: -15px;
}
section .copy-right{
    color: #ffffff;
    font-family: 'Lark';
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    left: 18%;
    font-weight: 400;
}
section form label{
    font-family: 'Lark';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0 !important;
}
section form input[type="email"] , section form .reset-password  {
    background: transparent;
    border-bottom: 3px solid #ffffff !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lark';
}
section form input[type="email"]:focus , section form .reset-password:focus ,  section form .password:focus{
    border-bottom: 3px solid #005559 !important;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #ffffff;
}
section form .password
{
    background: transparent;
    border-bottom: 3px solid #ffffff !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lark';
}
section .forgot-password a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lark';

}
section .btn-primary , section .btn-primary:hover{
    background-color: #005559;
    width: 100%;
    border-radius: 50px;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: 'Kovanov';
    font-weight: 600;
    font-size: 20px;
    border: none;
}
section .btn-primary:focus{
    box-shadow: none;
    border: none;
    background-color: none;
}
section .right-div .family{
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 25%;
}
section .right-div .lamp{
    height: 25%;
    position: absolute;
    top: -5%;
    left: 33%;
}
@media screen and (min-width: 320px) and (max-width: 767px){
    section{
        background-size: 160% 100%;
    }
    .right-div{
        display: none !important;
    }
    .left-div{
        transform: translate(-50% , -50%) !important;
        width: 90% !important;
    }
    .form-col{
        height: calc(100vh);
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    section{
        background-size: 160% 100%;
    }
    .right-div{
        display: none !important;
    }
    .left-div{
        transform: translate(-50% , -50%) !important;
    }
    section .welcome{
        font-size: 2.5rem;
    }
    .form-col{
        height: calc(100vh);
    }
}
@media screen and (min-width: 1024px) and (max-width: 1150px){
    section .welcome{
        font-size: 2.5rem;
    }
}