34 lines
664 B
CSS
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%);
|
|
} |