.login_with_marketing_container {
    display: flex;
    height: 100vh;
    background: url("/assets/images/login_with_market_background.jpg");
}

.login_with_marketing {
    max-width: 700px;
    min-height: 200px;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 20px;
}

.marketing_wrapper {
    flex: 1;
    background-color: rgba(24, 92, 171, 0.9);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    display: none;
}

.marketing_wrapper h1 {
    color: white;
    /* margin-bottom: 40px; */
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.swiper {
    max-width: 1100px;
    width: 100%;
    height: auto;
}

.swiper-slide {
    border-radius: 12px;
    overflow: hidden;
}

.swiper-pagination-bullet {
    opacity: 0.8;
    border-radius: 3px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background: white !important;
    opacity: 1;
}

.pagination-container {
    width: 60px;
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination {
    position: relative !important;
    display: inline-block;
}

.has-feedback {
    position: relative;
    margin: 25px 0;
}

.has-feedback .form-control {
    padding-right: 42.5px;
    padding: 10px 16px;
    border-radius: 100px;
}

.login_btn .login {
    padding: 15px;
}

.form-control-feedback {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    opacity: 0.7;
    cursor: pointer;
}

@media (min-width: 700px) {
    .marketing_wrapper {
        width: 50%;
        display: flex;
    }
}

@media (min-width: 920px) {
    .marketing_wrapper h1 {
        margin-bottom: 30px;
        font-size: 2rem;
    }
}

@media (min-width: 1100px) {
    .marketing_wrapper {
        padding: 50px;
        width: 70%;
    }
}

@media (min-width: 1360px) {
    
    .marketing_wrapper h1 {
        margin-bottom: 40px;
        font-size: 2.5rem;
    }
}

@media (min-width: 1580px) {
    .marketing_wrapper {
        max-width: 1260px;
        width: 100%;
    }
}