﻿.nexus-login-btn.Is_Default {
    background-color: #33993C !important;
    border-color: #33993C !important;
    color: var(--color-neutral-0) !important;
}

.nexus-login-btn{
    border-color: #33993C !important;
    color: #33993C !important;;
}

.nexus-login-btn:hover {
    background-color: rgba(252, 181, 57, 1) !important;
    border-color: rgba(252, 181, 57, 1) !important;
}

.background-primary {
    background-color: #33993C !important;
}
