.body{background:red}
.body_login{
    background-image: url('./../../../../../../media/img/PACIFICO/bg_login.jpg')!important;
    padding-top: 100px!important;
    padding-bottom: 200px!important;
}
.form-signin .form-signin-heading, .form-signin .checkbox{
    display: none!important;
}
#btn_process_login{
    background-color: #ff7433;
    border-color: #ff7433;
}
a{
    color: white!important;
}
a:hover{
    color:#0075b0;
}
.form-signin{
    border:0;
    background-color: rgba(208,208,208,0.5);
}
.btn-primary{
    background-color: #ff6319;
    border-color: #ff6319;
    font-weight: bold;
}
.btn-primary:hover{
    text-decoration: none;
    color: white;
    background-color: #ff7433;
    border-color:#ff7433;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.btn-primary:active{
    text-decoration: none;
    color: white;
    background-color: #ff7433!important;
    border-color:#ff7433!important;
}
.btn-primary:focus{
    box-shadow: initial;
}
.btn-primary:active:focus{
    box-shadow: initial;
}
a{
    color: #585a5b;
}
a:hover{
    color:#585a5b;
}
.form-signin{
    border:0;
    background-color: background-color: rgba(208,208,208,0.5);
}
.form-control{
    font-size: .875rem;
    height: calc(2.0625rem + 2px);
}
.form-control:focus{
    color: #495057;
    background-color: #fff;
    border-color: #09c;
    outline: 0;
    box-shadow: initial;
}
#user_password-error{
    color: black;
    font-size: inherit;
}
.form-group.has-error label{
    color:#f94040!important;
    font-size: 12px!important;
}
.change_language{
    display: none;
}
