html, body {
    width: auto;
    height: 100%;
}
textarea:focus, textarea.form-control:focus, input.form-control:focus,
    input[type=text]:focus, input[type=password]:focus, input[type=email]:focus,
    input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus,
    [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
    outline: none !important;
}
input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
#login {
    display: flex;
    background-image: url('../images/bg_login.png');
    background-repeat: no-repeat;
    background-color: #000;
    background-size: cover;
    align-items: center !important;
    justify-content: center !important;
}
#login .box_login {
    background-color: #FFF;
    border-radius: 3px;
    padding:10px 40px 40px 40px;
}
#login .box_login h1 {
    font-size: 26px;
    margin:0;
}
#login .box_login p.subtitulo {
    font-size: 12px;
}
#login .box_login .logotipo {
    max-width: 80%;
    margin:20px auto 10px 0;
}
#login .box_login .form-row {
    padding-top:10px;
}
#login .box_login .input-group-text {
    background-color: var(--bg_color_primary) !important;
    color:var(--txt_color_primary) !important;
}
#login .box_login input[type=text], #login .box_login input[type=number],
    #login .box_login input[type=password] {
    background-color: #FFF !important;
}
#login .line_div {
    margin-top:0px;
    margin-bottom:0px;
}
#login .developer a {
    font-size: 12px;
    color:#6c757d;
    text-decoration: none !important;
}
#login .developer a img {
    margin:6px 0 6px 5px;
    width: 50px;
}
#login .checks_manter {
    line-height:9px;
}
#login .checks_manter input[type=checkbox] {
    vertical-align: middle;
}
#login .checks_manter .manter_label {
    font-size: 12px;
    color:#6c757d;
}
#login .btn_login {
    width: 100%;
    background-color: var(--bg_color_primary) !important;
    color:var(--txt_color_primary) !important;
}
.desc_esqueci_senha, .desc_esqueci_senha a {
    padding:0;
    margin:0;
    font-size: 12px;
    color:#6c757d;
}
.desc_esqueci_senha a { text-decoration: underline !important; }
#login .erro_login {
    font-weight: bold;
    color:#F00;
    text-align: center;
    display: none;
}
.info_acessos{
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
.info_acessos > div{
    flex: 1;
}

@media (max-width: 576px) {
    #login {
        align-items: start !important;
        background:#FFF !important;
    }
    #login .box_login {
        padding:120px 40px 40px 40px;
    }
    #col_box_login {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        height: 100%;
    }
    #col_box_login .box_login {
        border-radius: 0;
    }
}
.instrucoesSenha {
    padding: 5px 10px;
    font-family: Arial;
    font-size: 12px;
    color: #BEC2C9;
}
.instrucoesSenha ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.boxBarForce {
    width: 100%;
    margin-bottom: 15px;
}
.boxBarForce .barForce {
    background-color: #ccc;
    width: 100%;
    height: 4px;
}
.boxBarForce .barForce .progress-bar {
    height: 100%;
    width: 0;
}
#login .box_login .input-group-text.showPass {
    background-color: #ffffff!important;
    color: #BEC2C9!important;
    border-left: 0;
}