.bg-login{
    background: url("../img/login.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a, a:hover{
    color: #71572F;
}
.img-logoLogin{
    margin-bottom: 20px;
}
.contenedor-login{
    border-radius: 6px;                    
    background-color:rgba(255,255,255,0.8);
}
.caja-login{                    
    padding: 35px;

}
.header-login{
    padding: 10px;
    height: 70px;
    color:#000;
    border-bottom: 0px solid #eee;
}

.btn-tema{
    background: #ffc800;
    color: #00000;
    
}

.btn-login{
    color: #4E4C4C;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}

.btn-login:hover, .btn-login:focus, .btn-login.focus {
    background: #DBB006;
    color: #4E4C4C ;
    text-decoration: none;
}

.links{
    padding: 5px;
}

.auto{
    height: auto !important;
}

@media (max-width: 540px){
    .caja-login{
        padding: 5px;
    }
}

@media (max-width: 340px){

    .caja-login{
        padding: 0px;
    }
}

@media (max-height: 600px){

    .vert-center{
        padding-top: 20px;
        height: 100%;
    }
}

.vert-center{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}