/* LOGIN */
/*body {
    background: #fff url('/_modulos/_sistema_images/bg_login.jpg') top center no-repeat !important;
}*/

.containerLogin {
    position: relative;
    background: rgba(255,255,255,0.5);
    border-radius:8px;
    width: 400px;
    height: 290px;
    margin: 0 auto;
}

.containerLoginPosition {
    top: 10px;
}

@media only screen and (min-height: 400px) {
    .containerLoginPosition {
        /*top: 30px;*/
    }
}

@media only screen and (min-height: 440px) {
    .containerLoginPosition {
        /*top: 70px;*/
    }
}

@media only screen and (min-height: 500px) {
    .containerLoginPosition {
        /*top: 150px;*/
    }
}

.containerLoginInterno {
    float: left;
    background: rgba(255,255,255,0.4);
    border-radius: 8px;
    width: 360px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 20px;
}

.containerLoginInterno .txt {
    position: relative;
    margin-top: 5px;
    font-family: 'Helvetica';
    font-size: 30px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #c22e2e;
}

.containerLoginInterno .form {
    float: right;
    margin: 30px 4px 0 0;    
    font-size: 30px;
    width: 250px;
    height: 150px;
    line-height: 36px;
    border-radius: 8px;
}

.containerLogin .form table{
    width: 200px;
    height: 100px;
    font-size: 15px;
    margin: 15px 0 0 25px;
    float: left;
}

.containerLogin .form .txt {
    width: 50px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    margin: 0px;
    float: left;
    color: #666;
    font-family: 'Helvetica';
    font-weight: normal;
}

.containerLogin input{
    border-radius:3px;
    padding-left: 30px;
    width: 135px;
    margin-bottom: 10px;
}

.containerLogin #login{
    background: #ffdede url(../_images/users_grey.png) left no-repeat;
}
.containerLogin #senha{
    background: #ffdede url(../_images/pass_grey.png) left no-repeat;
}

.btnOkLogin {
    float: right;
    width: 36px;
    height: 36px;
    background: url(../_images/btn_ok_login.png) no-repeat;
    cursor: pointer;
}