    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%;
    }
  
