﻿.body {
    color: #fff;
    font-family: normal normal normal 1em/1.45 Roboto,Arial,Helvetica,sans-serif;
    text-align: center;
    background: #f5f5f5;
    height: 100vh;
    width: 100vw;
}

.fondo {
    background:#f5f5f5;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}   

.tituloPrincipal {
    background-image: url("../img/login_logo.png");
    background-repeat:no-repeat;
    background-size:cover;
    height: 77px;
    position: relative;
    text-align: center;
    width: 140px;
    top: 45px;
    margin: 0 auto;
}

.tituloLogin {
    font-size: 25px;
    font-weight: 100;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

.contentLogin {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    width: 90%;
    margin: 0 auto !important;
    margin-top: 5% !important;
}

@media (min-width: 769px) {
    .contentLogin {
        width: 350px;
    }
}

.contentLogin .fila{
    height: 50px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.contentLogin .fila input {
    background: transparent;
    border: 1px solid #ccc;
    /* float: right; */
    letter-spacing: 1px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #ccc;
    font-family:normal normal normal 1em/1.45 Roboto,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
	input: -webkit-autofill;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background-color: transparent;
    height: 40px;
    padding: 0 39px 0 19px;
    border-radius:3px;
}

.footer {
    height: 20px;
    padding: 6px 0 0;
    font-size: 1.083em;
    color: #fff;
    text-align: center;
    background: #c3a169;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.contentLogin .botonLogin:not([disabled]) {
    background: #c3a169;
	border-radius:3px;
}

.contentLogin .botonLogin:hover:not([disabled]) {
    background: #9d7f4f;
    color: #FFFFFF;
}

.contentLogin .fila input:focus {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
    outline: medium none;
}

.contentLogin .botonLogin {
    font-size: 18px;
    height: 37px;
    line-height: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    width: 270px;
    color:#fff;
    font-weight: 100;
}

.labelError {
    color: #ff0000;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-top: 10px;
    width: 100%;
}

#lblError span {
    display: block;
}

.login {
    background: transparent;
}

.login a {
    color: #9d7f4f !important;
    text-decoration: none;
    cursor: pointer;
	font-weight:300;
	font-size: 12px;
}

#formLoginInvitado button.botonLogin {
    width: max-content;
}

#formLoginInvitado .invitado {
    padding: 0 10px;
}

.action-loader {
    width: 15px;
    height: 15px;
    border: 15px solid #f3f3f3;
    margin: 0% auto;
    border-left: 15px solid #c3a169;
    border-right: 15px solid #c3a169;
    border-radius: 50%;
    animation: spinIT 0.8s linear infinite;
    filter: drop-shadow(0px 0px 8px gray);
}

.action-text {
    color: #c3a169;
    font-size: 0.875rem;
    font-style: italic;
}

@keyframes spinIT {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} 
@-webkit-keyframes spinIT {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

#formLoginInvitado .invitado.chile {
    position: absolute;
    right: 0;
    bottom: 2.75rem;
    background-color: #fff;
}