._alert {
  position: relative;
  padding: 11px 4px 11px 14px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: bold;

  &_error {
    font-size: 13px;
    line-height: 19px;
    color: #000000;
    background-color: #fff2ef;
  }

}
