@charset "utf-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
}
body{
    background-color:#fff;
}
#tudo{
    position: fixed;
    top:0;
    left: 0;
    bottom: -200px;
    right: 0;
    /*background:#EA8610 url(../images/images_login/login_bg.jpg);*/
    background-repeat:no-repeat;
    background-position:top;
}

input[type="text"]{
    border: 1px solid transparent;
    border-radius: 1em;
       -moz-border-radius: 1em; /* Para Firefox */
       -webkit-border-radius: 1em; /*Para Safari e Chrome */
}
input[type="password"]{
    border: 1px solid transparent;

    border-radius: 1em;
       -moz-border-radius: 1em; /* Para Firefox */
       -webkit-border-radius: 1em; /*Para Safari e Chrome */
}

#senha {

    background-color: #ccc;
    background-image: url(../images/images_login/ico_senha.png);
    background-position: 9px 0px;
    padding: 0 0 0 25px;
    background-repeat: no-repeat;
}
#email {

    background-color: #ccc;
    background-image: url(../images/images_login/ico_mail.png);
    padding: 0 0 0 25px;
    background-position: 7px 3px;
    background-repeat: no-repeat;
}

input::-webkit-input-placeholder {
  font-size: 10px;
    color: #fff !important;
}
input:-moz-placeholder {
  font-size: 10px;
    color: #fff !important;
}
input:-ms-input-placeholder {
 font-size: 10px;
    color: #fff !important;
}

#retornoPrincipal{
    display: block;
    border:none;
    background:#FFF;
    background-repeat: repeat-y;
    width:100%;
    min-height: 800px;
    overflow:hidden;
    position: fixed;
    top:800px;
}
#downloadNav{
    width:210px;
    margin:0 auto;
    background:#000;
}
#downloadNav div{
    width:105px;
    float:left;
    text-align: center;
}
#downloadNav div img{
    border:none
}
#content_login{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:400px;
}
#conteudo_login1{
    width:400px;
    height:130px;
    float:center;
    margin-top:55px;
}
#conteudo_login2{
    width:400px;
    position:relative;
    margin-top:10px;
    margin-left: -30px;

}
#conteudo_login3{
    width:400px;
    position:relative;
    float:left;
    padding:30px 0 0 0;
}
p.texto1{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px; color:#4A4A4A;
    text-align:center;
    margin:30px 70px 0 0;
}
p.texto2{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px; color:#FFF;
    text-align:center;
    margin:20px 0 0 0;
}
p.texto3{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px; color:#ef2929;
    text-align:center;
    margin:20px 0 0 0;
}
p.box{ font-family:Arial, Helvetica, sans-serif;
       font-size:10px;
       color:#FFF;
       margin: 20px 45px 20px 45px;
       padding:20px 0 20px 25px;

       background-image:url(../images/diagonal_lines.png);
       border-radius: 1em;
       -moz-border-radius: 1em; /* Para Firefox */
       -webkit-border-radius: 1em; /*Para Safari e Chrome */
}
input.cmp1{
    width:250px;
}
input.btlogin{
    margin:0 0 0 90px;
}

.text{
    height: 25px;
    width: 235px;
    border: 0px;
    padding: 0px 9px 0px 9px;
    margin-bottom: 5px;
}

.focusOn {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #000000;
    height: 15px;
    padding: 3px;
    width: 300px;
}