.error-box input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: red !important;
}
.error-box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: red !important;
  opacity:  1;
}
.error-box input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: red !important;
  opacity:  1;
}
.error-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red !important;
}
.error-box input::-ms-input-placeholder { /* Microsoft Edge */
  color: red !important;
}
.error-box input::placeholder { /* Most modern browsers support this now. */
  color: red !important;
}

 /*! Mod - 05/10/2021  */

 .dropdown-perfil {
  left: auto!important;
  right: 0!important;
  top: 100%!important;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  scroll-margin: 70px;
}
 /*! Fin Mod - 05/10/2021  */
