#bg-body {
    background-color: #81248a !important;
    background-image: linear-gradient(180deg,#81248a 10%,#81248a 100%) !important;
    background-size: cover;
}

.btn-submit, .btn-submit:hover,
.btn-primary:not(:disabled):not(.disabled).active,
 .btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,.btn-primary.focus, .btn-primary:focus
{
    background-color: #e70b89;
    border-color: #e70b89;
}

.bg-login-image {
    background: url(../img/cropped-Log.png) no-repeat;
    background-position: center;
    background-size: inherit;
    background-color: #0f8a38;
}