body {
      background: linear-gradient(to right, #fdfbfb, #ebedee);
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Segoe UI', sans-serif;
    }
.login-box {
      background: #fff;
      padding: 30px;
      margin: 6px;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 420px;
      text-align: center;
    }
.logo {
      max-width: 120px;
      margin-bottom: 20px;
    }
.info-text {
      font-size: 0.9rem;
      color: #555;
      margin-bottom: 20px;
    }
.contac{
    color: #22a6b3;
    text-decoration: none;
    }
.form-control {
      border-radius: 8px;
    }
.btn-primary {
      border-radius: 8px;
      background-color: #3498db;
      border: none;
    }