.contcaptcha {
    text-align: center;
    margin-top: 20px;
} 

#captcha {
    font-size: 30px;
    margin-bottom: 10px;
    color: #333333;
}

/* Estilo para el botón de recargar */
buttonr {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}

/* Estilo para el icono */
i {
  /*color: #333333;  Color del icono */
  color: #fff; /* Color del icono */
  font-size: 16px; /* Tamaño del icono */
}

button  {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

button:hover {
  background-color: #a0a8b1;
}


