* {
    margin: 0px;
    padding: 0px;
   font-family:  Helvetica ;
}
.container {
    
  background-color: #f2f4f7;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;

}
.logo {
    height: 100px;
    width: 300px;
    margin-left: 10px;
    
}
.box1 p{
    font-size: 24px;
     font-weight: 400;
    width: 450px;
    margin-left: 20px;
} 
 .box2 {
    width:400px ;
    height: 350px;
    border-radius:10px ;
    box-shadow:rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23)
     0px 3px 6px; ;
     background-color: white;
     padding: 5px;

}
.inputEmail input {
  width: 100%;
  height: 50px;
  border: 1px solid gray;
  border-radius: 7px;
  padding-left: 20px;
}
.inputpass input {
    height: 50px;
    width: 100%;
    border: 1px solid gray;
    border-radius: 7px;
    padding-left: 20px;
    
}
.inputEmail {
  width: 380px;
   margin-top: 10px; 
  padding: 0px auto; 
  border: 1px solid gray;

}
.inputpass {
  width: 380px;
  margin-top: 10px;
  border: 1px solid gray;

}

i {
position: absolute;
 margin-top: -33px;
 margin-left:360px ; 
} 
.login {
  background-color: blue;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  color: white;
  border: 1px solid gray;
  border-radius: 7px;
  font-size: 18px;

}
.forget {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#5F94FF ;
}
hr {
  width: 90%;
   border: 1px solid rgb(237, 231, 231);
  width: 90%;
  margin: 0px auto;
}
.newaccount {
  width: 200px;
  height: 48px;
margin: 0px auto;
margin-top: 30px;
  border: 1px solid green ;
  border-radius: 10px;
  background-color: #36A420;
  color: white;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.login:hover {
  background-color: #0866ff;
  opacity: 0.9;
}
.newaccount:hover {
  background-color: #65c552;
  opacity: 0.9;
  

}
