﻿*{
    box-sizing: border-box;
}

body{
    margin:0;
    padding:0;
    font-family:Roboto, sans-serif;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


@media only screen and (orientation: landscape) {
    body{
        background-image: url('images2/bkg-login.jpg?ac=1');
    }
}

@media only screen and (orientation: portrait) {
    body{
        background-image: url('images2/bk_portrait.jpg?ac=1');
    }
}


#container{
    position: absolute;
    /*background-color: rgba(64, 110, 138, 0.90);*/
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    width: 100%;
    height: 100%;
    min-height: 510px;
}

.validations.asteriscos{
    padding-left: 5px; 
    color: red; 
    font-size: 10px;
}

/**  FORMULARIO LOGIN  **/

#logo 
{
	text-align:center;
    margin-bottom: 30px;
}

.content{
    width: 468px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    background-color: rgba(64, 110, 138, 0.90);
    padding-top: 25px;
}

input, select{
    font-family: Roboto, sans-serif;
    width: 75%;
    margin: 11px;
    font-size: 15px;
    padding: 7px 10px;
    border-radius: 3px;
    border: solid 2px #FFF;
}

input.input-validation-error{
    border: solid 2px red;
}

input[type="submit"] {
    letter-spacing: .5px;    
    color: #FFF;
    background: #4aa8ad;
    border: solid 2px #4aa8ad;
}

#Entrar {
    width: 75%;
}

input[type="checkbox"]{
    border: none;
    width: 20px;
    transform: scale(1.7);
    margin: 0px;
}

.remember-me{
    width: 235px;
    float: left;
}

.forgot-usr-pwd{
    width: 185px;
    float: left;
}

.forgot-usr-pwd a {
    color: #FFF;
}

#loginwrapper{
    margin-top: 40px;
    color: #b91515;
    height: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(255, 255, 255,.5);
}

/**  LOADING  **/

#busydiv{
    position: absolute;
    z-index: 10;
    background-color: rgba(158, 181, 192, 0.7);
    width: 100%;
    height: 100%;
}

#imgLogo{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    opacity: .5;
}

#theImg{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}

/**  RECUPERAR PASSWORD  **/
#RequiredFieldValidator1, #RequiredFieldValidator2, #contraseniaValidator{
    font-size:20px
}

.azul:hover{
    background: #43989c;
    border: solid 2px #43989c;
}

.azul:active{
    background: #3a8286;
    border: solid 2px #3a8286;
}

.btn {
    cursor: pointer;
    font-weight: bold;    
}

.btn:hover {
    box-shadow: 1px 1px 4px #888888;
}

.btn:focus {
    outline: 0;
}

.volver{
    width: 35%;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    margin-right: 9px;
    padding: 8px 0px;
    border-radius: 3px;
}

.volver:hover{
    background: #dddddd;
    color: #000;
}

.volver:active{
    background: #cccccc;
}

#btnRecovery{
    width: 35%;
}

.forgotwrapper{
    margin-top: 0px !important;
}

/**  CAMBIO DE CONTRASEÑA  **/
#txtContraseniaActual{
    margin-bottom: 20px;
}