body{
    font: 11px Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background:#567;
}

#loginWebAccess{
    width:800px;
    margin:0 auto;
    margin-top:8px;
    margin-bottom:2%;
}

#header{
    background:#f0f0f0;
    padding: 1%;
    margin-bottom:5px;
    width: 750px;
}

#logo{
    width:103px;
}

#logo img{
    height:48px;
}

#title{
    width:100%;
    text-align:center;
    font-size:24px;
    font-weight:700;
}


#bodyForm{
    background: #f0f0f0;
    background: url(../Images/pantalla_fondo.png); 
    
    background-position:center; 
    background-repeat:no-repeat;
    width: 750px;
    height: 490px; 
    text-align: center; 
    padding: 1%;
}

#login{
    padding-top :20%;
    width: 60%;
}

#message label{
    width:100%;
    color:rgba(215, 0, 0, 0.75);
    font-style:italic;
}

label{
    font-size:15px;
    display: inline-block;
    color:#000000;
    width: 22%;
}

input[type="text"], 
input[type="password"]{
    width:40%;
    background:#fff;
    margin-bottom:4%;
    border:1px solid #ccc;
    padding:1%;
    font-size:15px;
    color:#555;
    text-transform:uppercase;
}

#btnInciar{
    width:50%;
    font-size:18px;
    background:#6583cc;
    display:block;
    margin:0 auto;
    margin-top:1%;
    padding:15px;
    text-align:center;
    color:#fff;
    cursor:pointer;
}

#btnInciar:hover{
    background:#2288bb;
}


.rounded-corner{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.error_validate{
    border: 2px solid rgba(215, 0, 0, 0.75);
    box-shadow:inset 0px 0px 2px 0px rgba(255, 0, 0, 0.75);
}