    body {
      margin: 0;
      background: linear-gradient(135deg, #1a2a6c, #0072ff);
      color: white;
      font-family: 'Segoe UI', sans-serif;
    }
    .navbar {
      background-color: transparent;
    }
    .navbar-brand {
      color: white !important;
      font-weight: bold;
    }
    .form-container {
      max-width: 600px;
      margin: 40px auto;
      padding: 30px;
      background-color: rgba(255, 255, 255, 0.95);
      border-radius: 8px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      color: #1a2a6c;
    }
    .btn-primary {
      background-color: #1a2a6c;
      border: none;
    }
    h1, p {
      text-align: center;
      margin: 20px auto;
      max-width: 700px;
    }

    .form-group {
      display: flex;
      align-items: center;
      gap: 85px; /* Espacio entre el label y el select */
    }

    .custom-inputfile{
      height: 40px;
      background-color: rgba(175, 175, 231, 0.95);
      text-align: center;
    }

    #docpath{
      /* color: rgb(188, 188, 188);*/
      width: 70%;
    }
.btn-logout {
  border: 1px solid #6c757d;
  background-color: transparent;
  color: #6c757d;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 6px;
  padding: 6px 14px;
}

.btn-logout:hover {
  background-color: #6c757d;
  color: #fff;
  box-shadow: 0 0 8px rgba(108, 117, 125, 0.4);
}
