.password-reset-success[data-v-eb51f044] {
    min-height: 100vh;
    margin: 0 auto;
    max-width: 437px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 24px;
}
.password-reset-success svg[data-v-eb51f044] {
    margin: 0 0 40px 0;
}
.password-reset-success h2[data-v-eb51f044] {
    margin: 0 0 16px 0;
}
.password-reset-success p[data-v-eb51f044] {
    margin: 0 0 40px 0;
}
.password-rule-not-passed {
    color: #9d153f;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.password-rule-not-passed::marker {
    content: "✗";
    color: #9d153f;
}

.password-rule-passed {
    color: #207f58;
}

password-rule-passed::marker {
    content: "✓";
    color: #207f58;
}

