body {
    /*background: #c6cdcf url(/auth/fig/diadasmaes.png) repeat left center !important;*/
    background: #c6cdcf!important;
    background-size: auto, auto, auto;
}

.bg {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.container {
    width: 360px;
}
canvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.cabecalho-login {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    padding-top: 10px;
    color: white;
    width: 350px;
    background: #2957A4;
    height: 65px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 50px;
    font-size: 15px;
}

.formulario {
    background: none repeat scroll 0 0 white;
    border: 0px;
    border-radius: 10px 10px 10px 10px;
    min-height: 440px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    padding: 20px;
    width: 350px;
    border-bottom: 2px solid #2957A4;
}

#cpf, #senha, #banco {
    min-width: 240px;
}

.chosen-container {
    margin-left: 10px;
}

.error-message {
    padding-left: 14px;
    /*padding-right: 40px;*/
}

.img-ueg {
    clear: both;
    height: 80px;
    text-align: center;
    margin-bottom: 10px;
}

.header-login {
    text-align: center;
}

.container-links {
    margin-top: 20px
}
.container-links a {
    margin-top: 5px!important;
}
.container-links  a:hover {
    color: #5c9f85!important;
    text-decoration: none!important;
}
.logo-auth{
    margin: 15px 0 15px 20px;
}
.link-cadastro{
    text-align: center;
    margin-top: 10px;
}
.link-cadastro a:hover{
    color: #5c9f85!important;
    text-decoration: none!important;
}
.link-cadastro span{
    margin: 0 10px;
}
.painel-logo-ueg {
    background: #283544 !important;
}
.logoueg{
    margin-left: 60px;
}
.logoueg img {
    width: 200px;
}

.border-ueg{
    -webkit-border-radius: 0 0 4px 4px!important;
    -moz-border-radius: 0 0 4px 4px!important;
    -o-border-radius: 0 0 4px 4px!important;
    border-radius: 0 0 4px 4px!important;
    border-bottom: 0!important;
    border-top: 1px solid transparent;
}
.panel{
    min-width: 360px;
    max-width: 360px;
}
.col-sm-2{

}
.col-md-offset-4 {
    margin-left: 0;
}
@media (max-width:992px) {
    .col-md-offset-4{

    }
    }
    @media (max-width:520px) {
    .container {
        width: 360px;
    }
    .col-md-offset-4{
        margin: 0;
    }
    .page-container {
        min-width: 310px;
    }
    .cabecalho-login {
        width: 100%;
    }
    .formulario {
        width: 100%;
    }

    #cpf, #senha, #banco {
        min-width: 200px;
    }
    #cpf{
    }
    input.btn6:not([type="checkbox"]) {
        width: 100%!important;
        margin:0;
    }
    .panel{
        min-width: 300px;
        width: 100%;
    }
    .logo-auth img {
        width: 230px;
    }
    .col-md-4{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:320px) {
    .container {
        width: 320px;
    }
}

.papainoel {
    position: absolute;
    z-index: 9;
    left: -187px;
}
