.language-switcher input[type="submit"]{
    display: none;
}

.dashicons, .dashicons-before:before{
    color: #fff;
}

.login form{
    background: transparent;
    border: none;
    box-shadow: none;
}

#backtoblog{
    display: none;
}

.my-login-shell-box{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-login-shell{
    display: flex;
    width: 1000px;
    align-items: stretch;
}

.my-login-left,.my-login-right{
    width: 50%;
    background: #fff;
}

.my-login-left{
    overflow: hidden;
}

.my-login-right{
    overflow: visible;
}


.my-login-left{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
}

.my-login-right{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 10;
}

.language-switcher{
    position: absolute;
    top: 10px;
    left: -10px;
    transform: translateX(-100%);
}

.my-login-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.my-login-carousel {
    position: relative;
    flex: 1;
    min-height: 0; 
}

.my-login-carousel .swiper-wrapper,
.my-login-carousel .swiper-slide{
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #fff;
}


.swiper-button-next,.swiper-button-prev{
    opacity: 0;
    transition: all .3s;
}

.my-login-left:hover .swiper-button-next,.my-login-left:hover .swiper-button-prev{
    opacity: 1;
}