#new-design .alert {
  position: relative;
  padding: 0 0 0 50px;
  margin: 0;
  background: none;
  border: 0;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  min-height: 25px; }
  #new-design .alert-success {
    color: #1FDE82; }
  #new-design .alert-danger, #new-design .alert-error {
    color: #FF4242; }
    #new-design .alert-danger::before, #new-design .alert-error::before {
      content: " ";
      background-image: url(../images/exclamation.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 100%;
      width: 34px;
      height: 28px;
      position: absolute;
      left: 0; }
    #new-design .alert-danger ul, #new-design .alert-error ul {
      list-style: none;
      margin: auto 0 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center; }
  #new-design .alert-small {
    font-size: 14px;
    line-height: 16px;
    padding-left: 35px;
    min-height: 24px; }
  #new-design .alert-small.alert-danger::before, #new-design .alert-small.alert-error::before {
    width: 22px;
    height: 24px; }

/*# sourceMappingURL=alerts.css.map */
