@charset "UTF-8";

.login-form-wrapper {
    max-width: 350px;
    margin-bottom: 80px;
}

.hero-image-wrapper {
    max-width: 450px;
    margin-bottom: 30px;
}

.steps-wrapper .step {
    background-color: #66a9b5;
    color: white;
    font-size: large;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .steps-wrapper .step {
        aspect-ratio: 1/1;
        max-width: 140px;
    }
}

.steps-wrapper .additional-info {
    font-size: small;
}

.steps-wrapper .arrow {
    color: #66a9b5;
    font-size: large;
}

.notes {
    list-style: none;
}
