@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;1,300&display=swap');

*{
    font-family: Lato;
}


#loginside{
    background-color: white;
    position: fixed;
    top: 0;
    right: -100%;
    /* right: 0; */
    width: 400px;
    height: 100vh;
    z-index: 2000;
    transition: .5s ease;
    box-shadow: rgb(0, 0, 0) 0px 30px 90px;
    /* background-color: black; */
    background-image: url(https://www.licious.in/img/default/user-login.png);
    /* background-image: url(https://www.licious.in/img/default/logo-white.png); */
}

.loginactive{
    right: 0!important;
}

#closelogin{
    position: fixed;
    display: none;
    top: 0;
    right: 30px;
    font-size: 50px;
    cursor: pointer;
    
}

.close{
    width: 30px;
    height: 30px;
}

#logouttext{
    font-family: Lato;
    font-size: 13px;
    font-weight: bolder;
    margin-left: 5px;
    color: black;
    border: none;
    background-color: white;
    cursor: pointer;
    display: none;
    margin-top: 28px;
}
#logouttext:hover{

    color: red;
    border: none;
}

#loginimgbanner{
    /* border: 1px solid black; */
    height: 280px;
    margin-left: 20px;
    margin-top: 20px;
    
}

#liciousloginbanner{
    width: 100%;
    height: 10px;
}

.logininfo{
    /* border: 1px solid white; */
    background-color: white;
    width: 90%;
    margin: auto;
    height: 100vh;
    margin-top: 5px;
    border-radius: 8px;
}
.logheading{
    /* border: 1px solid darkblue; */
    width: 55%;
}
.loginform{
    margin-top: 5px;
    /* border: 1px solid red; */
    height: 50%;
}
.logheading>p{
font-size: 25px;
margin: auto;
padding: 10px;
}

.form{
    /* border: 1px solid black; */
    height: 65px;
}
#mobile{
    margin-left: 8px;
  width: 95%;
  height: 59px;
  font-size: 19px;
  color: black;
  border: none;
}
#otphead{
    font-size: 17px;
    margin-top: 20px;
    margin-left: 8px;
}
.otp{
    
    /* border: 1px solid black; */
    height: 65px;
}
#onetimepass{
    margin-left: 8px;
    width: 95%;
  height: 59px;
  font-size: 19px;
  color: black;
  border: none;

}
#line{
    margin-top: 0px;
}
#proceed{
    /* border: 1px solid black; */
    height: 48px;
    width: 93%;
    margin: auto;
    border-radius: 4px;
    margin-top: 10px;
}
#confirmLogin{
    width: 100%;
    height: 48px;
    border-radius: 4px;
    font-size: 20px;
    border: none;
    background-color: lightgray;
    color: white;
    font-family: sans-serif;
    font-weight: 600;
    cursor: pointer;
}
#confirmLogin:hover{
    background-color: crimson;
}

.signing{
    font-size: 15px;
    margin-left: 20px;
    margin-top: 20px;
    color: rgb(92, 88, 88);
}
.tC{
    text-decoration: none;
    color: crimson;
}