.dont-have-account {
    color: #FFC939;
}

.dont-have-account:hover {
    color: #FFC939;
}

.btn-forgot {
    color: #7588f2;
}

.btn-forgot:hover {
    cursor: pointer;
}

.utilities-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* MOBILE S */
@media (max-width: 375px) {
    .utilities-section {
        flex-direction: column;
        gap: 15px;
    }
}
