.form .flex-column p span {
    color: hsl(var(--main-accent), 60%, 68%);
    font-weight: 500;
}

.form .flex-column p {
    text-align: center;
    margin-bottom: 2px;
    font-weight: 300;
}

.styled-link {
    margin-top: 15px;
    color: #fff !important;
    text-align: center;
    font-weight: 300;
}

.styled-link:hover {
    color: hsl(var(--main-accent), 60%, 68%) !important;
    text-decoration: underline !important;
    cursor: pointer;
}