
/*-- Use For Custom Styling --*/

    .custom-centered-container {
        display: flex !important;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }


    .error-message {
        color: red;
        font-size: 12px;
        display: none; /* Initially hidden */
        margin-top: -20px;
        margin-bottom: 20px;
    }
    
    
    
    .message-container {
        text-align: center;
        width: 100%;
      }
      
      