.auth-prod-slider .blur-bg-images:after {
    background: #242e3e;
}

.auth-prod-slider .auth-prod-slidebg {
    height: 600px;
    width: 100%;
}

.auth-prod-slider .auth-prod-slidebg.bg-1 {
    background-image: linear-gradient(to right, rgba(119, 89, 222, 0.9) 0%, rgba(33, 150, 243, 0.9) 100%);
}

.auth-prod-slider .auth-prod-slidebg.bg-2 {
    background-image: linear-gradient(to right, rgba(33, 150, 243, 0.9) 0%, rgba(0, 172, 193, 0.9) 100%);
}

.auth-prod-slider .auth-prod-slidebg.bg-3 {
    background-image: linear-gradient(to right, rgba(0, 172, 193, 0.9) 0%, rgba(33, 150, 243, 0.9) 100%);
}

.auth-prod-slider .auth-prod-slidebg.bg-4 {
    background-image: linear-gradient(to right, rgba(33, 150, 243, 0.9) 0%, rgba(119, 89, 222, 0.9) 100%);
}

.auth-prod-slider .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    transition: all 0.35s ease-in-out;
    border-top: none;
    border-bottom: none;
}

.auth-prod-slider .carousel-indicators li.active {
    width: 20px;
    background: #2196f3;
}

.auth-prod-slider .carousel-caption {
    bottom: auto;
    top: 50px;
}

.auth-prod-slider .carousel-caption img {
    border-radius: 5px;
    border: 4px solid #fff;
}

.auth-prod-slider .carousel-caption h5 {
    color: #fff;
}

.btn-primary {
    background-color: #023398 !important;
}