h1 {
    font-size: 2.3em;
    line-height: 1.3em;
    margin: 15px 0;
    text-align: center;
    font-weight: 300;
    margin-top: 10rem;
}

input[type="submit"]:hover {
    background: #85C1E9;
}

.frmlogueo {
    width: 650px;
    margin: 0 auto;
}

.texto {
    display: block;
    padding-top: 0.8rem;
}

#usuario #password {}

.texto input {
    padding: 8px;
    width: 100%;
    font-size: 15px;
}

.texto label {
    font-size: 1.4rem;
}

.boton {
    margin-top: 10px;
}

.boton input {
    padding: 10px 20px;
    color: white;
    background-color: green;
    font-size: 14px;
}

.error-nombre {
    background-color: red;
    color: white;
    text-align: center;
}

#password {
    margin-bottom: 20px;
}