body {
    background: url('../img/bg-header-adm.jpg') repeat-x top center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.box_login {
    width: 580px;
    height: 470px;
    display: block;
    left: 50%;
    margin: 50px 0 0 -290px;
    position: relative;
    float: left;
}

.header {
    width: 70%;
    height: auto;
    display: block;
    float: left;
    margin: 40px 15% 0;
}
.header .logo {
    width: 100%;
    text-align: center;
}
.header .logo img{
    max-width: 100%;
}
.header h1 {
    font-size:22px;
    text-align: center;
    color:#333;
    letter-spacing: -1px;
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0;
}
.box_login form {
    width: 70%;
    height: auto;
    display: block;
    clear: both;
    float: left;
    margin: 10px 15%;
}
.box_login form label{
    width: 100%;
    height: 48px;
    margin: 3px 0;
    display: block;
    clear: both;
    float: left;
}
.box_login form label p{
    width: 80px;
    font-size: 16px;
    color: #333;
    float: left;
    display: block;
    text-align: right;
    margin: 11px 5px 0 0;
}
.box_login form label input{
    width: 275px;
    height: 35px;
    display: block;
    float: left;
    padding: 0 3px;
}
.box_login form label select{
    width: 284px;
    height: 38px;
    display: block;
    float: left;
}
.box_login form label input.bt{
    width: 281px;
    height: 40px;
    background: #5c88c8;
    border:1px solid #5c88c8;
    color: #fff;
    outline: none;
    font-size: 16px;
    cursor: pointer;
}
.box_login form label input.bt:hover{
    background: #4274d3;
}
.box_login .erro {
    width: 100%;
    text-align: center;
    color: #cc3641;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 14px;
    margin: 20px 0;
}
.rodape {
    width: 100%;
    text-align: center;
    float: left;
    display: block;
    clear: both;
    font-size: 13px;
    color: #333;
    margin-top: 180px;
}
.rodape a{
    color: #333;
    text-decoration: none;
}
.rodape a:hover{
    color: #f48120;
}

.link-esqueci-senha{
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 20px;
}
.link-esqueci-senha a{
    text-decoration: none;
    color: #666;
}
.link-esqueci-senha a:hover{
    color: #5c88c8;
}

@media all and (max-width: 990px) {
    .box_login{
        width: 95%;
        left: 0;
        margin: 0 2%;
    }
    .header {
        width: 90%;
        margin: 20px 5% 0;
    }
    .header .logo {
        width: 100%;
        text-align: center;
        height: auto;
    }
    .header h1{
        margin: 5px 0
    }
    .box_login form {
        width: 90%;
        margin: 5px 5%;
    }
    .box_login form label{
        height: auto;
    }
    .box_login form label p{
        width: 100%;
        text-align: center;        
    }
    .box_login form label input{
        width: 95%;
        height: 40px;
    }
    .box_login form label input.bt{
        width: 100%;
        height: 40px;
    }
}