Files
premiaciones_front/styles/login.module.css
T
Gabriela Gómez Hernández 0bd6809aa1 Alerta código QR
2022-04-29 18:08:41 -05:00

34 lines
664 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: 'Calibri','Ginebra','Verdana', 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: 'Calibri','Ginebra','Verdana', serif;
font-size: x-large;
font-weight: bold;
border:0;
}
.ingresar:hover{
background-color:rgb(27,61,112,70%);
}