Files
premiaciones_front/styles/login.module.css
T
Gabriela Gómez Hernández 9a5564d870 Correccion del Login
2022-04-22 00:32:36 -05:00

34 lines
626 B
CSS

.Log {
text-align: center;
padding: 40px 30px;
}
.formGroupRadios{
display: flex;
align-items: center;
justify-content:space-between;
color:#000000;
font-size: large;
font-weight: normal;
}
.contenido{
font-family: 'Vollkorn', serif;
min-height: 500px;
margin-top: 30px;
color:#1B3D70;
font-size: x-large;
font-weight: bold;
}
.ingresar{
margin-top: 15px;
color:white;
background-color: #1B3D70;
font-family: 'Vollkorn', serif;
font-size: x-large;
font-weight: bold;
border:0;
}
.ingresar:hover{
background-color:rgb(27,61,112,70%);
}