/* login page */
body.oe_single_form {
    /*background: #eeeeee url(/web/static/src/img/form_sheetbg.png);*/
    background: #eeeeee url(/kinepro_skin/static/src/img/yoga1.jpg);
    background-size: cover;
    opacity: 0.77;
    /* HAMZA */
    /*height: 100%;*/
    border-top: 0px solid #e75967;
    background-repeat: no-repeat;
    background-position: center top;
}

body.oe_single_form .oe_single_form_container {
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 400px;
    margin-top: -200px;
    left: 50% !important;
}