/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   ******* ///// GENERALES ///// *******
   ========================================================================== */


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

div.error-login {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #f2dede;
  color: #a94442;
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
  /*text-transform: uppercase;*/
  letter-spacing: 1.5px;
}

div.error-login {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
 background-color: #f2dede;
  color: #a94442;
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
  /*text-transform: uppercase;*/
  letter-spacing: 1.5px;
}

@media screen and (min-width: 768px) {
  div.error-login {
    width: 70%;
  }
}

div.error-login.ok {
  color: #3c763d !important;
  background-color: #dff0d8 !important;

}

div.error-login span {
  margin-right: 10px;
  font-size: 1.6rem;
}