/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-feb-2017, 15:39:41
    Author     : Jesús
*/

/*.login-page, .register-page {
    background: #d2d6de;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}*/


/* PERSONALIZACIÓN DE LOGIN */

.login-page{
    /* background-image: url("../../assets/img/bg_login.png"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
/*    margin-top: 10%;*/
    padding-top:55px;
}

.center-block {
    float: none !important;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10%;
}

.login-box{
    margin-top: 10%;
    background-color: #ffffff;
    border-radius: 10px;
    width: 60%;
    height:390px;
    margin-bottom: 10%;
}

.footer-pers{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    display: block;
}

.p-footer{
    color: black !important;
    margin: 0 0 10px;
    font-size: 14px;
}

#titulo-logo{
    margin-top: 7%;
    margin-bottom: 7%;
    padding-top: 3%;
    font-size: 1.80rem;
}

.p-footer a{
    color: #b31f13;
}

#chk_remember_me{
   font-size: 1.4rem;
} 
nav{
    max-height: 70px;
}
nav a{
    height: auto !important;
}
.top-content nav a img{
    height: auto !important;
}
.foto-izq{
    background-image: url("../../assets/img/Foto-izq.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 
}
.foto-der{
    background-image: url("../../assets/img/Foto-der.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.form-group{
    margin-right: 20px;
    margin-left: 20px;
}
.formulario{
    color:#dd0934;
    font-size: 17px;
    font-weight: 600;
}
input{
    font-size: 14px !important;
}
.iniciar{
    background-color: #dd0934;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
}
.acceso{
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 7px;
    border-color: #dd0934;
    color:#dd0934;
    padding: 0px;
}
.ventajas{
margin: 40px;
text-align: center;
}
.ventaja{
    color:#dd0934;
    font-size: 18px;
    font-weight: 700;
}
.icono{
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 50px !important;
}

.font-firme-book {
    font-family: "Firme Book";
}

.font-firme-bold {
    font-family: "Firme Bold";
}
@media (max-width: 775px) {
    .login-box{
        width: 75%;
    }
  }
 
  /* @media (max-width:  775px) {
    .foto-izq{
        display:none;
    }
  } */

.fade.in{
opacity: 1 !important; 
}  
.mensajeacceso{
    z-index: 9999;
    margin: 0px;
    font-size: 2rem;
}
 @media (max-width:  544px) {
    .logo-resp{
        display:none !important;
    }
  } 