@charset "utf-8";
/* CSS Document */

body{
    background-image: url("../imagens/bg-effect.png");
    color: #FAFAFA;
}

img{
    border: 0px;
}

.corpo_login{
    width: 540px;
    margin-top: 100px;
}

.cont_login{
    height:350px ;
    width: 540px ;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    background-color: #fff;
    border: solid 1px #B4B4B4;
    color: #666666;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px #CCCCCC;
    -moz-box-shadow: 0 0 4px #CCCCCC;
    box-shadow: 0 0 4px #CCCCCC;
}

.cont-nao-cadastrado{
    float: left;
    width: 260px;
    height: 350px;
}

.cont-ja-cadastrado{
    float: right;
    width: 260px;
    height: 350px;
}

.cont-nao-cadastrado h1 {
    color: #C71F4C;
    margin: 30px 0;
}

.cont-nao-cadastrado img {
    margin-top: 10px;
}

.cont-ja-cadastrado h2{
    margin: 2px;
    color: #065B04;
}

.login-nao-cadastrado {
    margin: 35px 20px;
    text-align: center;
}

.login-nao-cadastrado a {
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}

.login-nao-cadastrado a:hover {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}

.login-bandeiras {
    width: 80px; 
    margin-bottom: 20px;
}

.login-lembrar-senha {
    margin: 10px;
    width: 540px;
}

.login-separador {
    width: 0px;
    float: left;
    height: 350px;
    border: 1px inset;
    margin: 0 5px 0 7px;
}
.formulario{
    padding-top: 7px;
    text-align: left;
    margin-left: 27px;
    margin-bottom: 8px;
}

.campo{
    width: 200px;
    color: #1d4f05;
}

.box-erro-Login{
    width: 100%;
    height: 18px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: red;
    font-family: arial;
    font-size:13px;
    color: white;
}

.boxe-logout{
    width: 100%;
    height: 18px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: green;
    font-family: arial;
    font-size:13px;
    color: white;
}

.texto-erro{
    float: right;
    margin-bottom: 2px;
    width: 100%;
    height: 16px;
    color: white;
}

.link-cad{
    color: black;
    font-weight: bold;
    font-family: verdana, arail;
    text-decoration: none;
    font-size: 11px;
}

.link-cad:hover{
    color: gray;
    font-weight: bold;
    font-family: verdana, arail;
    text-decoration: underline;
    font-size: 11px;
}


a{
    color: #005DA2;
    font-weight:  bold;
    font-size: 11px;
}

a:hover{
    color: #000000;
    font-weight:  bold;
    font-size: 11px;
}