html {
    min-height: 100%;
    position: relative;
}

body{
    background-color: transparent;
	margin: 0;
    margin-bottom: 80px;
	overflow-x: hidden;
}

.fondo-login {
    opacity: inherit;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ESTILOS PARA EL LOGIN relleno*/

.login-row{
    position: relative;
    width: 300px;
    margin-top: 100px;
    padding-top: 35px;
    background-color: #CFCFCD;
    border-radius: 7%;
	margin-left: 14%;
}

.aviso_error {
    background-color: #67B874;
    border-radius: 10px;
    color: white;
}

.btn-celeris {
    background-color: #00539E;
    color: white;
}
.btn-celeris:hover {
    color: white;
}

/* FIN ESTILOS PARA EL LOGIN */

/* ESTILOS PARA EL FOOTER */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 15px;
}

.redes {
    display: inline;
    padding-left: 8%;
    color: white;
}

.tope {
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-login {
    background-color: #00539E;
    color: white;
}
.img-celeris{
    width: 20px;
}

/******* FIN ESTILOS PARA EL FOOTER *******/


