/**
 * File   : sep-login.css
 * Purpose: Estilos Login
 * Author : LTORO
 * Created: 2015-07-20
 * Updated: 2019-08-01
*/

/* ELEMENTS */
body, html {height: 100% color: DimGray; }
header{background: white url(../images/eac.png) top center no-repeat; height: 130px; margin-bottom: 10px; border-radius: 8px; }
h2{ text-align: center; color: MidnightBlue; font-size: 1.3em !important; }
span{ line-height:.8;display: inline-block; }
input{ border-radius: 15px; height: 2em; margin-bottom: 5px; border: 1px solid #696969; text-indent: 10px; font-style: italic; }
label{ color: Wheat; font-family: Tahoma, Arial, sans-serif; vertical-align: top; }
button{ border-radius: 15px; background-color: Navy; color: White; width: 140px; font-size: 0.85em; font-family: Tahoma, Arial, sans-serif; }
a{ color: RoyalBlue !important; text-decoration: none; }
a:hover{ color: DarkSlateBlue; text-decoration: underline; }


/* CLASSES */
span.msg{ text-align: center; }
span.inimsg, span.errmsg, span.criticalmsg{ text-indent: 20px; line-height: 1.2; color: RoyalBlue; }
span.errmsg{ color:Tomato }
span.criticalmsg{ color:Crimson; display: block; text-align: center; }
.bgimg { background: url('../images/login.jpg') no-repeat left top; background-size: 53%; }
.bs-container{ background-color: White; width:580px; height: 460px; margin: 3em auto; border: 1px solid Silver; border-radius: 30px; padding: 0px 15px; box-shadow: 10px 10px 5px Grey; }
.bs-container, input{ font-family: Candara, sans-serif; font-size: 1em; }
.bs-menu{ width: 241px; margin: 0px; padding: 10px; float: right; }
.bs-form{ width: 50%; }
.submit{ margin-top: 20px; border-radius: 4px; height: 30px; background-image: linear-gradient(to bottom, #5CC3FF, #0060BF); border: none; font: 12pt/1 candara; color: white; padding: 0 20px; }
.subv{ border-radius: 3px; margin: 0 3px 5px 0; }
.clear{ clear: both; }

.bs-form{ border: 1px solid red; }

/*rgba(0, 0, 0, 0.6)*/

/* FORM */
input {
    width: 100%;
    color: DimGray;
    padding: 6px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #bbb;
    background-color: Lavender;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

input:focus { border: 1px solid #555; background-color: #9E9EC8; color: Black; }

