body{
    background-image: url("/images/bg1_login.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.content-cambio-pass{
    text-align: left;
    background-color:#FFFFFF;
    font-size: 15px;
}

.tpl-pass input[type='text'], .tpl-pass input[type='password']{
    border:1px solid #000;
    height: 25px;
    border-radius: 0px;
}

.content-cambio-pass p{
    margin-left: 0px;
}

.content-cambio-pass label{
    font-weight: bold;
}

.pass-titulo{
    color:#2D93E5;
    font-weight: bold;
}

.bg-info{
    padding: 10px;
}
.tpl-pass label{
    font-size: 12px;
}

.tpl-pass p{
    font-size: 12px;
}

#mdl_contrasenia  .modal-header{
    background-color: #337ab7;
    border-color: #337ab7;
    color:#FFF;
    text-align: left;
}

.form-group{
    margin-bottom: 5px !important;
}

.login-logo{
    padding: 30px 0px;
}

.box-form-login{
   background: rgba(0, 0, 0, .5);
   color: #fff;
}

.box-form-login input{
   background: rgba(0, 0, 0, .5);
   color: #fff;
}

.col-input-login{
    padding-top: 20px;
}


#recup_pass span{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

#recup_pass:hover{
    text-decoration: underline;
}

.alt-msg{
    padding: 0px;
    padding-right: 35px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.alt-msg.in{
    padding: 15px;
    padding-right: 35px;
    margin-top: 10px;
    margin-bottom: 10px
}

.form-signin label{
    color: #fff;
}

#wrap {
  min-height: 100%;
}

#mainLogin {
  overflow:auto;
  padding-bottom:252px; /* this needs to be bigger than footer height*/
}

.footer {
  position: relative;
  margin-top: -252px; /* negative value of footer height */
  height: 252px;
  clear:both;
} 

@media (max-width: 768px){
    #mainLogin {
        padding-bottom:427px; /* this needs to be bigger than footer height*/
    }

    .footer{
        margin-top: -427px; /* negative value of footer height */
        height: 427px;
    }
}

@media (min-width: 1024px){
    .box-form-login{
        padding: 0px 75px;
    }
}