@charset "utf-8";
/* CSS Document */
@import url('fonts/stylefonts.css');
*{ outline:none;}
body{margin:0; padding:0; background:url(img/bg.jpg) no-repeat; background-size:100%; font-family: Myriad Pro Regular;}
#logo{width:417px; height:35px; background:url(img/logo.png) no-repeat; margin:50px auto 0 auto}

#cx{ width:362px; height:210px; background:url(img/cx1.png) center no-repeat; margin:200px auto 0 auto; display:table;}
.avatar{width:124px; height:124px; margin:20px auto 0 auto; -moz-border-radius: 70px; -webkit-border-radius: 70px; border-radius: 70px; overflow:hidden}

#cx input{width:298px; height:35px; background:none; border:1px solid #cbcbcb; margin:10px auto 0 auto; display:table; box-sizing:border-box; padding-left:10px; font-size:16px}
.btlogin{width:298px; height:35px; border:none; background:#165f82; text-align:center; font-size:18px; padding-top:3px; color:#fff; margin:10px auto 0 auto; display:table; font-family: Myriad Pro Regular; cursor:pointer; border-bottom:3px solid #083449}
.btvoltar{width:298px; height:27px; border:none; background:#900; text-align:center; font-size:18px; padding-top:3px; color:#fff; margin:10px auto 0 auto; display:table; font-family: Myriad Pro Regular; cursor:pointer; padding-top:8px}

/************************************************/

.erro{width:362px; height:35px; background:#900; margin:20px auto 0 auto; display:table; text-transform:uppercase; color:#fff; text-align:center; padding-top:15px; font-size:18px; font-weight:bold; display:none}