/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */
.bg-main {
    background: url("../img/background-login.png") 0 0 no-repeat;
    background-size: auto;
    background-attachment: fixed;
    background-position: -50px 0;
    background-size: cover;
}

.container-right {
    float: right;
}

.form-right {
    margin-left: 55%;
}