.psmev-warning {
  border: 1px solid #e74c3c;
  background: #fdecea;
  color: #c0392b;
  padding: 10px !important;
  margin-bottom: 0px !important;
  font-size: 13px;
  border-radius: 3px;
}

.psmev-input-error {
  border-color: #e74c3c !important;
}

.psmev-warning ul {
  padding: 0;
}

.psmev-warning li {
  margin: 2px 0;
}
.email-error{
  margin-bottom: 0px !important;
}

.psmev-col {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

/* standardní stav */
#authentication .email-error .col-md-6{
  width: 75% !important;
  float: right;
  margin-bottom: 6px !important;
}

/* při šířce ≤ 767px – roztáhni na 100 % */
@media (max-width: 767px){
  #authentication .email-error .col-md-6{
    width: 100% !important;
  }
}

/* při šířce ≤ 767px – roztáhni na 100 % */
@media (min-width: 540px){
  #authentication .psmev-warning{
    margin: 0 15px !important;
  }
}

/* při šířce ≤ 767px – roztáhni na 100 % */
@media (min-width: 540px){
  #module-cofiscart-cofiscart  .psmev-warning{
    margin: 0 15px !important;
  }
}

/* při šířce ≤ 540px – zruš padding u email-error v cofiscart modulu */
@media (max-width: 540px){
  #module-cofiscart-cofiscart .email-error .col-md-6{
    padding: 0 !important;
  }
}

