@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-size: 100%;
    color: #222;
    background-color: #fff;
    font-family: "Rethink Sans", serif;
}
a {
    color: #040766;
}
.bg-blue {
    background-color: #040766;
}
.button {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 24px;
    border: 1px solid #39e3a5;
    color: #040766; 
    background-color: #39e3a5;
}
.button:hover {
    color: #040766; 
    background-color: #58c49c;
}
.form-card {
    font-size: 0.9rem;
    color: #555;
    width: 100%;
    max-width: 365px;
    border-radius: 24px;
}
.form-label {
    font-weight: bold;
    font-size: 1.2rem;
}
