.PayeePortal-login-welcome-header {
    background-color: $mouse;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
    width: 100%;

    &-label {
        font-weight: 500;
    }
}

.PayeePortal-login-wrapper {
    border: 1px solid #d9d2d0;
    height: 100%;
    padding-bottom: 25px;
    width: 100%;
}

.PayeePortal-login-content {
    font-size: 12px;
    margin: 0 auto;
    width: 400px;

    &-alert {
        margin-bottom: 20px;
    }

    &-form-row {
        align-items: center;
        display: flex;
        flex-direction: row;
    }

    &-form-row-left {
        flex: 1;
    }

    &-form-header {
        font-weight: 500;
        margin-bottom: 20px;
    }

    &-forgot-password {
        font-style: italic;
    }

    .FormField-label {
        font-weight: 500;
    }
}
