.PayeePortal-password-reset-page {
    height: 100%;
    margin: 0 auto;
    padding: 50px 30px;
    width: 500px;

    &-instructions {
        font-size: 13px;
    }

    &-submit-button,
    &-to-login-button {
        float: right;
    }

    .DismissibleAlert {
        margin-bottom: 20px;
    }
}

.PayeePortal-password-reset-page-wrapper {
    border: 1px solid #d9d2d0;
    width: 100%;
}

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

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