/* =====================
 .c--error-message
===================== */
@media screen and (max-width: 767px) {
  .c--error-message{
    margin-bottom: 20px;
    padding: 15px;
  }

}
@media screen and (min-width: 768px) {
  .c--error-message{
    margin-bottom: 45px;
    padding: 25px;
  }
}
.c--error-message{
  background-color: #eeeeee;
  border-radius: 3px;
  color: #ff4115;
  font-weight: bold;
  
}