/* static/css/style.css */

.login-card {
    max-width: 500px;
    margin: auto;
  }
  
  input[disabled] {
    background-color: #e9ecef !important;
  }
  
  input.user-input {
    font-weight: bold;
  }
  
  input.bg-warning {
    background-color: #fff3cd !important;
  }
  
  input.bg-success {
    background-color: #d4edda !important;
  }
  