
a, a:hover{
    color: #16A34A;
}
.bg-primary {
    background-color: #16A34A !important;
}

.text-neutral{
    color: #171717 !important;
}


.text-neutral-60{
    color: #353535 !important;
}
/* ANCHOR: Mobile */

@media (max-width: 640px) {
    .login-etxra {
        display: none;
    }
}

