.login-button {
    color: white;
    border-color: white;
}

.world-icon{
    color: white !important;
}

.new_header-scrolled .login-button {
    color: black !important;
    border-color: black !important;
    transition: all 0.3s ease-in-out;
}

.new_header-scrolled .browseApis {
    color: black !important;
}

.new_header-scrolled .world-icon{
    color: black !important;
}

@media (min-width: 768px) {
    .marginTopInWeb {
        margin-top: 10px !important;
    }
}
