body.login {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E8EBF0;
}

.login .logo {
    width: 208px;
    height: 58px;
}

.login .x_title {
    border: 0 !important;
    display: flex;
    /*justify-content: center;*/
}

.login .login_wrapper {
    max-width: 360px;
}

.login .form-control {
    border-radius: 4px 4px 0 0;
    border: 0;
    border-bottom: 1px solid #49454F;
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
    height: auto;
}

.login .form-control:focus {
    box-shadow: inset 0 -3px 0 -1px #00AA7B !important;
    border-color: #00AA7B;
}

.login .language-selector {
    border: 0;
    background: none;
    font-size: 16px;
    color: #009B70;
    font-weight: 600;
}

.language-selector-menu a {
    font-size: 16px;
    padding: 8px 16px !important;
}

.remember-me {
    margin: 32px 0;
}

.login .login_wrapper {
    margin: 4px 0 0;
    border-radius: 10px 10px 0 0;
    background: #E8EBF0;
    padding: 16px;
    width: 100%;
}

.login .login-heading {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #14335C;
    margin-bottom: 20px;
}

.login .x_panel {
    background: none;
    padding: 0;
}

.login .login-button {
    font-family: 'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif;
    display: block;
    padding: 7px 36px;
    border-radius: 4px;
    border: 1px solid #2F3E52;
    background: #163865;
    color: #FFFFFF;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 16px;
}

.login .remember-me {
    font-family: 'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif;
    color: #163865;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.login .forgot-password {
    font-family: 'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif;
    color: #009B70;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.25px;
    margin: 8px 0;
}

@media screen and (max-width: 720px) {
    body.login {
        background: #2F3E52;
        align-items: stretch;
    }

    .login .logo {
        width: 117px;
        height: 32px;
    }

    .login .login_wrapper {
        max-width: 100%;
    }

    .login .x_title {
        justify-content: flex-start;
    }
}