.content {
    background-image: url(../../Images/Background/Login-Background.jpg);
    background-position: center;
    background-size: cover;
    max-width: none;
    min-height: 100vh;
    width: 100%;
}

.content.aew-theme {
    background-image: url("../../../images/Background/LoginBackground2.jpg");
}

.content.parkside-theme {
    background-image: url("../../../images/clients/parkside-theme/parksideLoginBackground.png");
}

.passwordActionModal {
    color: #083654;
    border-radius: 0.5em;
    font-size: 1em;
    margin: 2.5rem auto;
    max-width: 28em;
    padding: 1em 2em 2em 2em;
    text-align: center;
    vertical-align: middle;
}

.passwordActionModal__header img {
    display: inline-block;
    height: 70%;
    width: 70%;
    margin: 1em;
}

.passwordActionModal__header {
    margin-bottom: .5em;
}

    .passwordActionModal__header h1 {
        font-size: 1.15em;
        font-weight: 500;
        color: var(--main-color);
        margin-bottom: .9rem;
        margin-top: .9rem;
    }

.passwordActionModal a {
    color: var(--main-color);
}

.passwordActionModal .button {
    margin: 0;
    border-radius: 0.5em;
}

.passwordActionModal .button--primary:hover {
    background: #e5eaec;
    color: #083654;
}

.passwordActionModal .form__item {
    margin-bottom: 0;
}

.passwordActionModal .form__input {
    border: 2px solid #e2e2e2;
}

.passwordActionModal .form__label {
    font-size: 1.1em;
    font-weight: 500;
    text-align: left;
}

.passwordActionModal #RecaptchaV2DivId {
    display: inline-block;
}

.passwordActionModal a:link {
    text-decoration: none;
}

.passwordActionModal a:hover {
    color: #acacac;
}

.passwordActionModal hr {
    border-top: 2px solid;

}

.passwordActionModal .content__wrap,
.sg-columns {
    margin: 0;
    min-height: calc(100vh - 230px);
}

.form__label.passwordActionText {
    color: var(--main-color);
}
