﻿.body {
    width:100%;
    height:100%;
    color: #fff;
    font-family: normal normal normal 1em/1.45 Roboto,Arial,Helvetica,sans-serif;
    text-align: center;
}

.fondo {
    background:#f5f5f5;
    height: 100%;
    width: 100%;
    position: absolute; 
}   

.tituloPrincipal {
   background-image: url("../img/login_logo.png");
   background-repeat:no-repeat;
   background-size:cover;
    height: 77px;
    position: relative;
    right: 0;
    text-align: center;
    width: 140px;
    left: 50%;
    top: 70px;
    margin-left:-70px;
}

.tituloLogin {
    /* font-size: 25px; */
    color: #00000033;
    font-size: 1.25rem;
    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);
    height: auto;
    margin: 50px auto;
    padding: 10px;
    position: relative;
    width: 550px;
}

.contentLogin .fila {
    height: 50px;
    margin: 5px auto;
    text-align: center;
    width: fit-content;
    /* width: 350px; */
}

.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: 350px;
	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;
    bottom: 0px;
    width: 100%;
}

.contentLogin .botonLogin {
    background: #c3a169;
	border-radius:3px;
    border: none;
}

.contentLogin .botonLogin:hover{
    background: #9d7f4f;
    color: #FFFFFF;
    border: none;
}

.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%;
}

.login {
    background: transparent;
}

.login a {
    color: #9d7f4f !important;
    text-decoration: none;
    cursor: pointer;
	font-weight:300;
	font-size: 12px;
}