/* Meter aca el css personalizado y se aplica a toda la web. Tener cuidado con el tema de las clases */
.signin-page2 {
    height: 100%;
    width: 100%;
    /* background: url('../images/mountains2.jpg') no-repeat; 
    background-size: cover; */
    background: linear-gradient(-45deg, #1e6091, #34a0a4, #99d98c, #d9ed92);
    background-size: 400% 400%;
    animation: gradient 7s ease infinite;
    height: 100vh;
}

.signin-page3 {
    height: 100%;
    width: 100%;
    /* background: url('../images/mountains2.jpg') no-repeat; 
    background-size: cover; */
    background: linear-gradient(-45deg, #80ffdb, #56cfe1, #5390d9, #6930c3);
    background-size: 400% 400%;
    animation: gradient 7s ease infinite;
    height: 100vh;
} 