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

footer {
    border-top: 7px solid #002e59;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #FFF;
}

.footer {
    position: relative;
    margin-top: -252px;
    height: 252px;
    clear: both;
}

footer .text-titulo-help {
    color: #000;
    font-size: 14px;
    letter-spacing: normal;
    font-variant: normal;
    border-bottom: 5px solid #002e59;
}

.logo-footer{
    width: 150px;
}

.logo-login{
    width: 150px;
}

footer .text-contacto {
    color: #000;
    font-size: 11px;
    letter-spacing: normal;
}

footer .f-contacto {
    color: #000;
    border-left: 7px solid #002e59;
    min-height: 80px;
}

footer .f-contacto .media {
    margin-top: 3px;
    font-size: 11px;
    letter-spacing: normal;
}

.media-left .fa-envelope-background {
    color: #c39138;
}

.media-left .fa-phone-background {
    color: #864b9d;
}

.media-left .fa-whatsapp-background {
    color: #00c421;
}

.media-left .fa-skype-background {
    color: #00b2eb;
}

.media-left .fa-stack-1x {
    color: #fff;
}

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

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

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

#wrap {
  min-height: 100%;
}

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

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

@media (min-width: 767px){
    .media-logo {
        position: absolute;
        top: 4em;
        right: 3em;
    }
}


@media (max-width: 768px){
    footer .media-logo {
        text-align: center !important;
    }

    .logo-footer {
        display: inline-block;
    }

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

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

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



.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;
}




.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;
}

*/
