body {
  font-family: Arial, sans-serif;
  padding: 0px;
}

header {
  background-color: #0056b3;
  color: white;
  padding: 15px;
  text-align: center;
}

header img {
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
}

footer {
  background-color: #E5E5E5;
  color: black;
  padding: 10px;
  text-align: center;
}

form {
  max-width: 600px;
  margin: auto;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  #666666
}

input, select, button {
  width: 100%;
  padding: 10px;
  margin: 8px 0 16px;
  border: 1px solid #ccc;
  border-radius: 16px;
  box-sizing: border-box;
}
input:focus, select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.5);
}
button {
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}
button:disabled {
  background-color: #aaa;
  cursor: not-allowed;
}
.verify-btn {
      padding: 10px 20px;
      background-color: #28a745;
      color: white;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  display: inline-block;
  animation: spin 1s linear infinite;
  vertical-align: middle;
  margin-right: 5px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.nota-archivo {
  display: block;
  margin-top: 2px;
  font-size: 0.85em;
  color: #555;
}

.consentimiento {
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.consentimiento label {
    display: block;
    text-align: justify;
    margin-top: 6px;
}

.consentimiento strong {
    font-weight: bold;
}

.link-sin-borde {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}