body {
    background: #eaeaea !important;
    box-sizing: border-box;
}
#login {
    width: 75% !important;
    background: #fff;
    padding: 40px 40px 30px !important;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 11px 34px 0 rgba(0,0,0,.2);
    
}

#login label[for="user_login"],
#login label[for="user_pass"] {
    display: none;
}
#user_login::placeholder,
#user_pass::placeholder {
    font-size: 18px;
}
#login h1 a {
    background-image: url('../../img/login/ideasyn-logo-dark.png');
    background-size: 100%;
    width: 100%;
    height: 90px;
    max-width: 300px;
}
#login form {
    box-shadow: none;
    background: transparent;
    border: none;
    padding: 0;
}
#login #login_error, #login .message, #login .notice, #login .success {
}
form#loginform .input, .login input[type=password], .login input[type=text] {
    font-size: 24px;
    padding: 5px 15px;
}
form#loginform .button, form#loginform .button.button-large {
    font-size: 18px
}
.login #backtoblog a {
    display: none;
}
.language-switcher {
    display: none !important;
}

#login .button-primary {
    background: #27acf7;
    border: none;
    text-shadow: none;
    box-shadow: none;

}
#login #nav {
    text-align: center;
}
@media screen and (min-width: 950px) {
    #login {
        width: 100% !important;
        max-width: 900px;
        padding: 43px 63px 30px !important;
    }
    #login:after {
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
        content: '';
        position: absolute;
        left: 0;
        right: 50%;
        bottom: 0;
        top: 0;
        background: url('../../img/login/bg-2.jpg') no-repeat left center / 100% 100%;
        z-index: -1;
    }
    .login h1 {
        max-width: 42%;
        margin: 0 0 0 auto;
    }
    #login form {
        max-width: 42%;
        margin: 0 0 0 auto;
    }
    #login #login_error, #login .message, #login .notice, #login .success {
        max-width: 38%;
        margin: 0 0 20px auto;
    }
    #login #nav {
    text-align: right;
    padding: 0;
}
.login #backtoblog {
    float: left;
    max-width: 100%;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.login #backtoblog::after{
    content: '';
    max-width: 330px;
    display: block;
    width: 100%;
    background: url('../../img/login/company-info.jpg');
    height: 195px;
    background-size: cover;
    margin: 0 0 0 auto;
}
}