html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}
.alldivLogin {
    height: auto;
    width: 100%;
}
.leftdiv {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #ffffff;
    padding-bottom: 50px;
}
.rightdiv {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 50%;
    background-color: #FAFAFA;
    background-image: url(../images/bg-login.png);
    background-repeat: no-repeat;
    background-position: 0 140%;
}

.sideLogin {
    margin-left: 25%;
    margin-top: 20%;
    margin-right: 10%;
}
.mbForm {
    margin-bottom: 8px;
}
.sideRegister {
    margin-left: 20%;
    margin-right: 10%;
    margin-top: 20%;
}

.listRegister {
    background-image: url(../images/ico-check.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 14px;
    padding-bottom: 5px;
}