.bg-login-image {
    background: no-repeat center url(../img/logoAlpro.png) !important;
}

.bg-ALPRO {
    background-color: #3ea8b2;
    background-image: linear-gradient(180deg, #ffffff, #3ea8b2 100%);
    background-size: cover;
}

.bg-gradient-primary {
    background-color: #3ea8b2 !important;
    background-image: linear-gradient(180deg, #3ea8b2 10%, #3ea8b2 100%) !important;
    background-size: cover;
}

