.bg-login{
    background: url("../img/image-login/transport.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: #e78e0e;
}
.img-logoLogin{
    margin-bottom: 5px;
    margin-top: 10px;
    height: 50px;
}
.contenedor-login{
    border-radius: 6px;                    
    background-color:rgba(33, 34, 56,0.8);
    color:white;
}
.caja-login{                    
    padding: 35px;
    height: 270px;
}
.header-login{
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.header-login> h3{
    color:white;
}

.btn-tema{
    background: #FFDB89;
    color:#212238;
    
}

.links{
    padding: 5px;
}

.auto{
    height: auto !important;
}
/*@media (max-width: 770px){
    .col-xs-12{
        width:70% !important;
        margin-left:80px !important;
    }
}

@media (max-width: 540px){
    .col-xs-12{
        width:100% !important;
        margin-left:0px !important;
    }
    .col-xs-push-3{
        margin-left:0px !important;
    }
}

@media (max-width: 340px){

    .col-xs-push-3{
        left:10px !important;
    }

    .img-logoLogin{
        margin-left:50px;   
    }
}*/

@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%);
}