.swiper-wrapper {
    --swiper-navigation-color: rgba(255, 255, 255, 0.507);
    --swiper-pagination-color: #fff;
}

/* .parallax-bg {
    background-image: Linear-gradient( 90deg, rgb(255, 250, 250) 30%, rgba(255, 255, 255, 0.712) 70% );
} */

#header-sticky {
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.swiper-slide {
    font-size: 18px;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    margin-left: 20px;
    margin-top: 00px;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

header{
    z-index: 1000;
    position: relative;
}

.login-page-right .logo img{
    max-width: 200px;
}