/* This css contains the styling specific to the 'normal mode'. (as opposite to the embedded mode) */
/* In embedded mode [1], this stylesheet won't be loaded. */

/* [1] The web client features an embedded mode in which the webclient */
/*     or a part of it can be started in any element of any webpage host. */

body {
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    height: 100%;
}


body {
  scrollbar-face-color: red !important;
}
.oe_login_logo > img {
display: none;
}

.oe_login_logo::before {
content: url(company_logo.png);
}
.openerp .oe_login button {
    cursor: pointer;
    padding: 6px 16px;
    border: 1px solid #222;
    color: #FFF;
    margin: 0px;
    background-color: #EE0E7D !important;
    background-image: linear-gradient(to bottom, #EE0E7D, #890948) !important;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(155, 155, 155, 0.4) inset;
    float: right;
}
.openerp .oe_login .oe_login_bottom {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-shadow: 0px 1px 1px #999;
    background-color: #EE0E7D !important;
    background-image: linear-gradient(to bottom, #EE0E7D, #890948) !important;
    height: 105px !important;
}
.openerp .oe_login .oe_login_logo {
    position: absolute;
    top: -85px !important;
    left: 5px !important;
    width: 100%;
    margin: 0px auto;
    text-align: center;

}
.openerp .oe_login .oe_login_error_message {
    background-color: #EE0E7D !important;
}
.oe_login_footer:after {
content: 'Modifié par GFI';
font-weight:bold;
font-size: 14px;

}

