body {
    /*background: linear-gradient(125deg, #662cc3 1%, #082be5 76%, #3c8dc4 100%);*/
    background: #8f0458;
    display: flex;
}

#login {
    flex: 1;
    max-width: calc(50% - 400px);
    padding: 0 200px;
}

.login h1 a {
    display: none;
}

.login-blend-messaging {
    flex: 1;
    max-width: calc(50% - 400px);
    padding: 0 200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.login-blend-messaging img {
    max-width: 200px;
}

.login-blend-messaging h2 {
    margin-top: 40px;
    text-transform: capitalize;
    font-family: Roboto;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.07;
    letter-spacing: 0.08px;
    color: #ffe6f5;
}

.login #login_error, .login .message {
    border-left: unset;
    background-color: unset;
    box-shadow: unset;
    padding: 0;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 3;
    color: #ffe6f5;
    text-transform: uppercase;
}

.login #login_error strong {
    font-weight: 500 !important;
}


.login form {
    padding: unset;
    font-weight: 400;
    overflow: hidden;
    background: none;
    border: unset;
    box-shadow: unset;
}

.login label {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #ffe6f5;
    text-transform: uppercase;
}

.login input[type=text], .login input[type=password] {
    border: none;
    border-bottom: solid 2px #ffe6f5;
    background: none !important;
    border-radius: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    color: #ffe6f5;
}

.login input[type=text]:focus, .login input[type=password]:focus {
    box-shadow: unset;
    outline: unset;
}

.login .user-pass-wrap {
    margin-top: 70px;
    margin-bottom: 30px;
}

.login .button.wp-hide-pw .dashicons {
    color: #ffe6f5;
}

.login form input[type=checkbox] {
    background: none;
    border-radius: 0;
    border: solid 1px #ffe6f5;
}

.login form .forgetmenot label {
    text-transform: capitalize;
}

.login form .forgetmenot {
    margin-top: 14px;
}

.login form #wp-submit {
    border: unset;
    border-radius: 2px;
    background-color: #ffe6f5;
    padding: 14px 50px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #8f0458;
}

.login form #wp-submit:focus {
    box-shadow: unset;
}

#nav {
    margin-top: 35px;
}

#nav, #backtoblog {
    text-align: center;
    padding-left: 0;
}

.login #nav a, .login #backtoblog a {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #ffe6f5;
    text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
    .login-blend-messaging {
        max-width: calc(50% - 100px);
        padding: 0 50px;
    }

    #login {
        max-width: calc(50% - 100px);
        padding: 0 50px;
    }
}

@media screen and (max-width: 850px) {
    body {
        display: block;
    }

    .login-blend-messaging {
        max-width: unset;
        padding: 50px 40px;
        align-items: center;
    }

    .login-blend-messaging h2 {
        font-size: 35px;
    }
    
    #login {
        max-width: unset;
        padding: unset;
    }
}