
#mc_embed_signup{ 
    font:14px Helvetica,Arial,sans-serif; width: 100%; display: flex;
    justify-content: center !important;
    align-items: center !important;
}

#mc_embed_shell {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust as needed for the desired height */
  }

  .form-control {
    height: 50px; /* Adjust the height value as needed */
  }

  #success_message{ display: none;
  }
  
  .glass-effect{
    background: rgba(0, 0, 0, 0.45) !important;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ) !important;
    backdrop-filter: blur( 2.5px ) !important;
    -webkit-backdrop-filter: blur( 2.5px ) !important;
    border-radius: 10px !important;
    }
    