.center-screen{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
  }

  .main_menu_button:hover{
    color:#10c469 !important;
    background-color: white;
  }

@media (max-width: 992px) {
  .dropdown-item.main-menu{
    color: white !important;
  }
  .dropdown-item.main-menu:hover{
    color:black !important;
    background-color: white !important;
  }
}

.invalid-feedback {
  font-size: 0.85rem !important;
}