.center-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh; 
}
.login {
    background-color: rgb(253, 253, 253);
    border: 10px solid white;
    border-radius: 10px;
    box-shadow: rgb(168, 168, 168) 2px 2px 5px;
    padding: 10px;
  
    margin-top: 5px;
    margin-bottom: 5px;
    width: auto;
  }
