
.login-box{        
    padding: 24px 30px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,8%);
    position: relative;
}
@media(min-width:767px){
    .login-box{        
        width: 462px!important;
    }
}
@media(max-width:767px){
    .login-box{        
        width: 350px!important;
        margin: 0 30px;
    }
}
.top-l{
    position: absolute;
    top: -33px;
    left: -72px;
}
.bottom-r{
    position: absolute;
    bottom: 0;
    right: 0;
}
.login-box h2{
    font-size:36px;
    font-weight: 400;
    line-height: 40px;
}
.login-box .desc{            
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.login-box .desc p{
    width:385px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}
.login-box .input-form{            
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.login-box .input-form input{
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,6%);
    border: 1px solid #E4E5EE!important;
    padding-left: 21px!important;
}
@media(min-width:767px){
    .login-box .input-form input{
        width: 385px;              
    }
}
@media(max-width:767px){
    .login-box .input-form input{
        width: 292px;        
    }
}
.forgot-pwd{
    justify-content: start!important;
    padding-left: 9px!important;
}
.forgot-pwd a{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;   
    color: black!important; 
}
.login-box .login-button{            
    display: flex;
    justify-content: center;
    margin-bottom: 23px;
}
.login-box .login-button button{
    width: 385px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    background: black;
    color: white;
    border: 1px solid black;
}
.login-box .create{            
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.login-box .create a{    
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;   
    color: black; 
}
.login-box .create a span{        
    font-weight: 700;    
}
.login-box .term-and-condition{            
    display: flex;
    justify-content: center;
    margin-bottom: 23px;
    justify-content: start;
    padding-left: 9px;
}
.login-box .term-and-condition input{
    margin-right: 9px;
    margin-top: -7px;
}

.login-box .term-and-condition label{         
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;    
    text-transform: none; 
}
.login-box .term-and-condition label a{
    font-weight: 600;
    color: black;
    text-decoration: none;
}
.eye {
    position: absolute;
    top: 18px;
    right: 10px;
}