
.container-principal{
    width: 100%;
    height: 100vh;
    min-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.container-principal .img{
    width: 300px;
    height: 300px;
   
}


.container-principal .container-login .input{
  width: 400px;
  height: 40px;
  background-color:  #660053; 
  font-size: 20px;
  border: none;
  outline: none;
  
  color: white;
  border-radius: 20px; 
  text-decoration: none;
  margin: 20px 45px;
  padding: 10px;


  box-shadow: 5px 6px rgba(218, 43, 230, 0.15);
}

.container-login h1{  
  font-family: "montserrat";
  font-weight: 700;
  text-align: center;
  margin: 20px;
  margin-top: 0;
  font-size: 40px;
}

button{
  width: 400px;
  height: 60px;
  background-color: rgb(126, 0, 250);
  text-align: center;
  text-decoration: none;
  border: none;
  color: white;
  padding: 10px 20px;

  font-size: 32px;
  font-weight: 900;
  margin: 20px 45px;
  border-radius: 40px;

  cursor: pointer;


}