*{
    padding: none;
    padding-top: 0%;
    box-sizing: border-box;
    font-family: Manrope;
}
body {

    background-color: #efefef;

}



#title {
     font-family: Manrope; 

   
}


.main {
    height: 100%;
    width: 100%;
    border-radius: 10%;
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
     /* justify-content: flex-end;  */
    

}
.picture{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: flex-end; 

    
}
.content{
    height: 100%;
    width: 50%;
      display: flex;     
     flex-direction: column;      
    /* justify-content: center; 
    align-items: center;    
    text-align: center;     */

}

.heading{
display: flex;
font-family: Manrope;
font-weight: 700;
font-size: large;

margin-top: 45px;
margin-left: 150px;


}
.form{
  display: flex;     
     flex-direction: column;      
    margin-top: 50px;
    margin-left: 140px; 
    justify-content: center; 
    align-items: center;    
    text-align: center; 
   
}

#acc {
    background-color: rgba(149, 122, 247, 1);
    color: white;
    /* margin-top: 20px; */
     border: 0;
    border-radius: 20px;
   width: 590px;
    height: 85px;
    margin-bottom: 50px;
        font-size: medium;
font-weight: 500; 
}

.bottom-btn{
     border-color: rgba(149, 122, 247, 1);
    border-radius: 15px;
 width: 590px;
    height: 85px;
    margin-bottom: 5px;
    background-color: white;
       margin-bottom: 20px;
    padding-left: 10%; 
    font-size: medium;
    font-weight: 500;
    
    

}
.top-btn{
    border-color: rgba(149, 122, 247, 1);
    border-radius: 15px;
    width: 590px;
    height: 85px;
    margin-bottom: 5px;
    background-color: white;
     display: flex;           
    justify-content: center; 
    align-items: center;    
    font-size: large;
font-weight: 500; 


}

#wr {
    font-family: Manrope;
    font-weight: 500;
    font-size: large;
    margin-left: 400px; 

}

#main-img {
    height: auto;
    display: flex;
    align-items: end;
    width: 100%;
    object-fit: cover;
   

}
.icon{
    position:absolute;
    margin: 30px; 
     padding-bottom: 3px;  
      display: flex;           
    /* justify-content: center; 
    align-items: center;   
      */
    
}
.eye{
    position:absolute;
       margin: 30px; 
     padding-bottom: 1px;  
      display: flex; 
      padding-left: 500px;

}

#head{
margin-left: 0px;
display: flex;
font-family: Manrope;
font-weight: 600;
font-size: large;
font-style: semi-bold;



}
.forget{
      display: flex; 
      padding-left: 450px;
      padding-bottom: 40px; 
      font-size: medium;
      font-weight: 400;
     
     text-decoration: none;

}
.welcome{
    margin-left: 0px;
display: flex;
font-family: Manrope;
font-weight: 500;
font-size: x-large;
margin-top: 0px;
padding-bottom: 5px;


}
.otp{
    display: flex;
font-family: Manrope;
font-weight: 500;
font-size: large;
padding-left: 35px;
margin-bottom: 10px;
color:rgb(136, 134, 134);


}

.otp-btn{
     width: 590px;
    height: 85px;
    display: grid;
      grid-template-columns: repeat(6, 1fr);
    border: 1px solid rgba(149, 122, 247, 1);
    border-radius: 15px;
    overflow: hidden;
    background: white;
    margin-bottom: 40px;
      padding: 0;
}
.otp-btn span {
    border-right: 1px solid rgba(85, 85, 85, 1);
}