@charset "UTF-8";

#error{
  margin: 100px auto 0;
  text-align: center;
  font-size: 25px;
}

.errortd{
  background-color: #f3b6b6 !important;
}

.error_message{
  color: #df0000;
  font-weight: bold;
  height: 13px;
  font-size: 14px;
}