body.login .premium-login-wrapper {width: 100%;display: flex;min-height: 100vh;}
.language-switcher{display: none;}
#login {width: 360px;}
.premium-login-left {
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 55%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.premium-login-left img {max-width: 100%;height: auto;}
.premium-login-right {width: 45%;display: flex;flex-direction: column;justify-content: center;}
#backtoblog {position: relative;text-align: right;bottom: 35px;}