.sso-login-button{
    background: rgb(205, 0, 68);
    color: white;
}

.sso-login-button:hover{
    background: rgb(176, 2, 60);
    color: white;
}

.osm-signup-container .btn-primary:hover {
    background: rgb(176, 2, 60) !important;
    color: white !important;
    border-color: #0e0e0e;
}