.content {
  background: whitesmoke;
  box-shadow: 2px 2px 10px #E0E0E0;
  /* Sombra normal */
}

.body {
  padding: 20px;
}

.descuento-form {
  background: whitesmoke;
  box-shadow: 2px 2px 10px #E0E0E0;
}

.texto-title-input {
  color: #585D5F;
  font-weight: bold;
  font-size: small;
  margin-bottom: 0%;
}

.form-fondo {
  background: whitesmoke;
  box-shadow: 2px 2px 10px #E0E0E0;
  padding: 18px;
}

.card-standar {
  height: 80px;
  background-color: #126B98;
  -webkit-box-shadow: 0px 1px 28px -8px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 1px 28px -8px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 1px 28px -8px rgba(0, 0, 0, 0.66);
  border-radius: 5px;
}

.h2-text {
  font-size: 20px;
  color: white;
}

.card-body p {
  color: white;
}

.class-h2 {
  padding-top: 20px;
}

#load {
  text-align: center;
  height: 50px;
}

#verhistorialdepagos>a{
  color: #FFF;
}

#verhistorialdepagos>a :hover{
  text-decoration: underline;
}