.container-login{
  display: flex;
margin-top:150px;
margin-left: 500px;
min-width: 600px;
max-width: 600px;
max-height: 600px;
min-height: 600px;
background-color:aqua;
box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.container-left{
min-width: 300px;
max-width: 300px;
max-height: 100%;
min-height: 100%;


background-color:rgb(219, 236, 236);

}

.container-right{
  min-width: 200px;
  max-width: 200px;
  max-height: 100%;
  min-height: 100%;
 
  background-color:rgb(255, 0, 98);
  
  }
  .form-control{
    min-height: 100px;
    max-height: 100px;
  }