/*******************************************/
/* ENTER YOUR CUSTOM CSS                   */
/*******************************************/

/* Required by blockwishlist templates using <i class="material-icons">ligatures</i>. */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

#authentication .login-left .errorList {
  align-items: flex-start;
  background: #fff7f7;
  border: 1px solid #f4d0d2;
  border-radius: 8px;
  color: #b42318;
  display: inline-flex;
  gap: 10px;
  margin: 0 0 16px;
  max-width: 420px;
  padding: 10px 12px;
  width: 100%;
}

#authentication .login-left .errorList svg {
  flex: 0 0 20px;
  margin-top: 1px;
}

#authentication .login-left .errorList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#authentication .login-left .errorList li {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  white-space: normal;
}

@media (max-width: 767px) {
  #authentication .login-left .errorList {
    max-width: none;
  }
}
