﻿
.principal {
    text-align: center;
}

.loginPanel {
    display: inline-block;
    width: 350px;

}

.leyenda {
    float: left;
}

.loginPanelHeader {
    height: 50px;
    background-color: #2BB1C2;
    text-align: center;
    color: white;
}

.loginPanelFooter {
    height: 5px;
    background-color: #D6D814;
}

.center {
    margin: auto;
   
}

.textoHeader {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: white;
}

.div {
    font-family: 'Roboto', sans-serif;
}

.logoLogin {
    margin: 10px auto 10px auto;
    display: block;
    height: auto;
}

.loginForm {
    align-items: center;
    font-family: 'Roboto', sans-serif;
}



.colorBoton {
   
    background-color: #2BB1C2;
    margin: 10px auto 10px auto;
}

    .colorBoton:hover {
        background-color: #2B97A0;
    }

.cuerpo {
    margin: 5px 5px 5px 5px;
}