.login_register_left_container {
    width: 100%;
    height: 100%;
}
.login_register_left_container .swiper-slide {
    position: relative;
}
.login_register_left_container .swiper-container .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    background: #ffffff14;
    backdrop-filter: blur(20px);
}
.login_register_left_container .swiper-container .content-1 {
    /* width: 382px; */
    width: 440px;
    padding: 25px 3px 33px;
}
.login_register_left_container .swiper-container .content-2 {
    /* width: 326px; */
    width: 365px;
    padding: 30px 18px;
}
.login_register_left_container .swiper-container .content div {
    color: #ffffffad;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
}
.login_register_left_container .swiper-container .content p {
    font-size: 12px;
    line-height: 15px;
    color: #ffffffad;
    font-weight: 400;
    text-transform: capitalize;
}
.login_register_left_container .swiper-container .content p>span {
    font-weight: 600;
}
.login_register_left_container .swiper-container .content p.text_title {
    color: #ffffffdb;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 11px;
}
.login_register_left_container .swiper-container .content .h2_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 3px;
}
.login_register_left_container .swiper-container .content .h2_title+p {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 34px;
}
.login_register_left_container .swiper-container .content .content_flex {
    display: flex;
    flex-wrap: wrap;
}
.login_register_left_container .swiper-container .content .content_flex>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    padding: 0 8px;
    text-align: center;
}
.login_register_left_container .swiper-container .content .content_flex .img_fa {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.37);
    margin: 0 auto 5px;
}
.login_register_left_container .swiper-container .content .content_flex img {
    width: 14px !important;
    height: 14px !important;
}
.login_register_left_container .swiper-container .content .btn_go_to {
    width: 172px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #ffffff4d;
    box-sizing: border-box;
    background: #ffffff21;
    color: #ffffffdb;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
    margin: 32px auto 0;
}