/**
 * MAPURAMIL Health — Registration page
 */

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #ffffff;
}

.strength-bar {
    height: 4px;
    border-radius: 2px;
    background-color: #e5e7eb;
    flex: 1;
}

.strength-bar.active {
    background-color: #d53f8c;
}

@media (max-width: 767px) {
    body.register-page {
        padding-bottom: 5rem;
    }
}
