body{
    background: url("../img/bg-medium.jpg") repeat-y top center #dfebf7;
    background-size: 100% auto;
}
.registerCard{
    background: rgba(255, 249, 195, 0.58);
}
.checkboxSet{
    height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
}
.loginCard{
    /*background: rgba(254, 212, 145, 0.6);*/
    background: rgba(255, 249, 195, 0.58);

}