#error{
    color:#fff;
    font-weight: bolder;
}
.cuadlog {
    padding: 85px 85px 20px 85px;
    position: fixed;/*anterior relative------fixed*/
    width: 36%;
    top: 10%;
    left: 32%;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}
.cuadlog .logo{
    height: 80px;
    width: auto;
    margin: 10px auto 70px auto;
}

.cuadlog .login-bottom{
    margin-top: 50px;
    margin-bottom: 40px;
}

.cuadlog .help-block a{
    position: relative;
    float: right;
    font-weight: lighter;
    color: #fff;
}
.cuadlog #login{
    width: 100%;
    background-color: #131414;
    border-radius: 4px;
    border-color: none;
}
.cuadlog #login:hover{
    width: 100%;
    background-color: #454A4A;
    border-color: #454A4A;
}
.cuadlog .checkbox-inline{
    padding-left: 0px;
}
.cuadlog .checkbox-inline label{
    color: #fff;
    font-weight: lighter;
}

.fondo-login{
    background-image: url("../img/PORTADA_DRAPES.jpg");
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-position-y: -300px;*/
}
.cuadlog .links-bottom{
    margin: auto;
    text-align: center;
    margin-top: 80px;
    color: #fff;
}
.cuadlog .links-bottom a{
    color: #fff;
    font-weight: lighter;
}
.login-bottom .col-xs-12{
    padding: 0px;
}
.login-bottom .col-xs-12 .checkbox{
    margin-top: 20px;
}

/*login en disp movil vertical */
@media (min-width: 300px) and (max-width: 400px){
    .cuadlog {
    padding: 12px;
    width: 289px;
    top: 20%;
    left: 9%;
  }
  /*.fondo-login{
    background-size: 300%;
  }*/
}

@media (max-width: 600px){
    .cuadlog {
    padding: 12px;
    width: 289px;
    top: 10%;
    left: 17.5%;
  }
  .fondo-login{
    background-image: url("../img/plitz Frances.jpg");
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-position-y: -300px;*/
    }
}

@media (max-width: 700px) and (max-height: 700px) {
    .cuadlog {
        padding: 10px 40px 10px 40px;
        position: fixed;
        width: 60%;
        top: 1%;
        left: 20%;
        background: rgba(0,0,0,0.5);
        backdrop-filter: blur(5px);
        border-radius: 10px;
    }
    .cuadlog .logo {
        height: 80px;
        width: auto;
        margin: 10px auto 30px auto;
    }
    .cuadlog .login-bottom {
        margin-top: 35px;
        margin-bottom: 40px;
    }
    .fondo-login{
        background-size: 100%;
    }
}

@media (min-width: 480px) and (max-width: 700px) and (orientation:landscape) {
 /*principal para horizontal*/
    .cuadlog {
    padding: 12px;
    width: 450px;
    top: 1%;
    left: 15%;
  }
}
