html{ background-color: #FFF; }
body{
    padding: 0;
    margin: 0;
    font-size:12px;
    font-family:Tahoma, Arial, Helvetica, Verdana, sans-serif;
    color:#FFF;
    font-size:12px;
}


#sis-content {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#sis-topo{
    padding: 30px;
}

#sis-corpo{
    overflow: hidden;
}

#sis-rodape {
    padding: 30px;
}

#sis-rodape_dados {
    overflow:hidden;
    width:1000px;
    padding:10px 0;
    text-align:center;
    color: #FFF;
    margin: 0 auto;
}
#sis-rodape_dados a{ color: #000; }

a{
    text-decoration: none;
    color: #FFF;
    display: inline-block;
}
/*
.titulo{
    font-size: 18px;
    margin-bottom: 15px;
    color:#BE202E;
    text-align: center;
    font-weight: bold !important;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -148px;
    margin-bottom: 131px;
    width: 282px;
}
*/

input[type='text'],input[type='password']{
    border:1px solid #85CEF3;
    font-size:13px;
    padding:10px 15px; 
    margin-bottom: 10px;
    width: 220px;
    color: #FFF;

    -moz-box-shadow:0 1px 3px #000;
    -webkit-box-shadow:0 1px 3px #000;
    box-shadow:0 1px 3px #000;
    background-color: rgba(0, 0, 0, 0.3) !important;
}
input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #FFF; }
input:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder { color: #FFF; }
input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder { color: #FFF; }
input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder { color: #FFF; }

.a_bt_defalt {
    border:1px solid transparent;
    font-size:13px;
    padding:10px 15px; 
    margin-bottom: 10px;
    width: 252px;
    color: #FFF;

    -moz-box-shadow:0 1px 3px #000;
    -webkit-box-shadow:0 1px 3px #000;
    box-shadow:0 1px 3px #000;
    background-color: rgba(247, 147, 30, 0.3) !important;
    
    text-align: center;
}
.a_bt_defalt:hover {
    background-color:#f7f7f7;
    border:1px solid #999999;
    -moz-box-shadow:0 1px 3px #aaaaaa;
    -webkit-box-shadow:0 1px 3px #aaaaaa;
    box-shadow:0 1px 3px #aaaaaa;
}
.a_bt_defalt span { padding:10px 15px; }
.sub_i_ok { background:url('../images/botao/ok.png') left no-repeat; }

.sis-login{
    margin: 0 auto;
    width: 600px;
}

.logo{
    padding-bottom: 20px;
    text-align: center; 
}
.logo img{
    width: 250px;
}

.login{
    width: 252px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px; /* 63px*/
    margin-left: -144px;
}

.a_bt_key{
    font-weight: bold;
    float: right;
    clear: both;
    margin-top: 10px;
}

.errors{
    color: #FFF;
    font-weight: bold;
}

