*{
    margin: 0;
    padding: 0;
}
.body{
    font-family: Arial, Helvetica, sans-serif;
}
.logo{
    height: 240px;
    width: 75px;
    
  
}
.main{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80vh;
    padding-top: 30px;
    background-color: rgb(255, 253, 253);
}
.container{
    background-color: white;
    display: flex;
    flex-direction:column;
    width: 400px;
    height: 400px;
    align-items: center;
    border: none;
    border-radius: 10px;
    
    gap: 5px;
}
.login{
    font-size: 1.2rem;
    margin: 20px 0 10px 0;
    font-size: 25px;
}

input{
    width: 80%;
    height: 45px;
    border:1px solid rgba(0, 0,0,0.1);
    border-radius: 7px;
    font-size: 15px;
    padding-left: 20px;
    font-weight: 500;
    color: rgba(0,0,0, 0.5);
    outline-style: none;
}
button{
    width: 85%;
    height: 50px;
    border-radius: 5px;
    border: none;
    background-color:rgb(252, 103, 128);
    font-size: large;
    font-weight: bold;
    color: white;
}

a{
    margin: 10px;
    font-size: 14px;
    text-decoration: none;
    color: blue;
}
a:hover{
    text-decoration: underline;
}

.new-account{
    width: 50%;
    margin: 10px 0 20px 0;
    font-size: 16px;
    background-color: rgb(10, 177, 10);
    



}
.login-button:hover{
 background-color:rgb(250, 35, 71);

}
.new-account:hover{
    background-color: rgb(13, 196, 13);
}
.style{
    position: relative;
    text-align: center;
    font-size: 12px;
    color: black;
    display: block;
}
.style::before{
    content: "";
    display: block;
    height: 0.9px;
    width: 170px;
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: rgba(0,0, 0,0.2);
}

.style::after{
    content: "";
    display: block;
    height: 0.9px;
    width: 170px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: rgba(0,0, 0,0.2);
}

.login_button:hover{
    background-color:rgb(5, 114, 23);
   
   }

.login_button{
    width: 85%;
    height: 50px;
    border-radius: 5px;
    border: none;
    background-color:rgb(52, 41, 206);
    font-size: large;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}   

.container_otp{
    background-color: white;
    display: flex;
    flex-direction:column;
    width: 400px;
    height: 200px;
    align-items: center;

 
  
    gap: 10px;
}

.containe{
    background-color: white;
    display: flex;
    flex-direction:column;
    width: 400px;
    height: 400px;
    align-items: center;
    border: none;
    border-radius: 10px;
    margin-top: 5px;
    gap: 15px;
}

.msg {
    text-align: center;
}

@media screen and (min-width: 200px) and (max-width: 570px) {
  


  
} 