.req {
  color: red;
  font-weight: bold;
}

.colorHr{
  border-top: 1px solid #dddddd;
}

.colorDashed{
  border-top: 2px dashed #fff;
}

.catatan {
  padding-top: -10px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #535353;
}

.tombol-shadows {
  background-color: #f7941e;
  border-radius: 0px 0px;
  box-shadow: 0px 2px 10px #000;
  color: #fff;
  transition: all 0.5s ease;
}

.tombol-shadows:hover {
  box-shadow: none;
  transition: all 0.5s ease;
  color: #fff;
}

.form-shadows {
  box-shadow: 0px 2px 10px #000;
  transition: all 0.5s ease;
}

.form-shadows:focus {
  box-shadow: none;
  transition: all 0.5s ease;
}

.alert-shadows {
  background-color: #ff5848;
  color: #fff;
  box-shadow: 0px 2px 10px #000;
  transition: all 0.5s ease;
}

.alert-shadows:hover {
  box-shadow: none;
  transition: all 0.5s ease;
}

.alert-text {
  color: #770a00;
  font-weight: bold;
}
