.bg-login-image {
    background: url(../img/login-img.jpg);
    background-position: center;
    background-size: cover;
}

.bg-success-custom {
    background-color: green;
}

.btn-success-custom {
    background-color: green;
}