body.oe_single_form {
    background: #eeeeee;
    height: 100%;
}
body.oe_single_form .oe_single_form_container.modal-content.oe_website_login_container .oe_single_form_logo{padding: 0;margin:0;}
.oe_single_form_container.modal-content.oe_website_login_container {
    border-color: #d5d5d5;
    box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 35px;
}
.oe_single_form_container.modal-content.oe_website_login_container hr {
    border-bottom: 3px solid;
    display: block;
    width: 30px;
    margin: 10px auto 40px auto;
    color: #97af51;
}
.oe_single_form_container.modal-content.oe_website_login_container label {
    display: none;
}
.oe_single_form_container.modal-content.oe_website_login_container .form-control {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 42px;
    -webkit-box-shadow: none;
}
.oe_single_form_container.modal-content.oe_website_login_container .btn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    width: 100%;
    height: 42px;
    background-color: #91a732;
    /*border-color: #7f9344;*/
    border-color: #CCCCCC;
    color: white;
}
.oe_single_form_container.modal-content.oe_website_login_container .btn:hover {
    box-shadow: inset 0 0 100px rgba(0,0,0,0.125);
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.125);
    -ms-box-shadow: inset 0 0 100px rgba(0,0,0,0.125);
}
.oe_single_form_container.modal-content.oe_website_login_container .oe_single_form_footer a,
.oe_single_form_container.modal-content.oe_website_login_container .oe_single_form_footer span.oe_footer_seperator {
    color: #212424;
    font-weight: bold;
}
{color: #212424;
    font-weight: bold;}

.oe_login_buttons .pull-right div {
    float: left;
    width: 50%;
}
.oe_login_buttons .pull-right {
    float: left !important;
    width: 100%;
}
