<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.margin-top-1 {
    margin-top: 1em;
}

.input-group-width-100p {
    width: 100%;
    max-width: 500px;
}

label.verification-check::before {
    left:-20px;
    top:-10px;
    position: absolute;
    content: "\2713";
    color: green;
    font-size: 1.5em;
    display: block;
}</pre></body></html>