﻿h5 label {
  width: 100% !important;
}
#form .form {
  position: relative;
  width: 1020px;
  margin: auto;
}
#form .form .form-group-check {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
#form .form .form-group-check label {
  display: block;
  float: left;
  width: 90%;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#form .form .form-group {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
#form .form .form-group label {
  display: block;
  float: left;
  width: 20%;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#form .form .form-group input[type=text] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 80%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #423e39;
  border: 1px solid #933f23;
}
#form .form .form-group textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  height: 60px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #423e39;
  border: 1px solid #933f23;
}
#form .form .form-divide {
  float: left;
  width: 50%;
}
#form .form .form-divide .wrapper {
  margin: 0 10px;
}
#form .form .form-no-divide {
  width: 100%;
}
#form .form .form-no-divide .wrapper {
  margin: 0 10px;
}
#form .form .send {
  display: none;
}
#form .form .no-form,
#form .form .form-inside-check-dynamic {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#form .form .no-form label,
#form .form .form-inside-check-dynamic label {
  width: 100%;
}
#form .form .form-inside-check-dynamic .form-inside-check-dynamic-form {
  display: none;
  float: left;
  width: 100%;
}
#form .form .form-inside-check-dynamic .form-inside-check-dynamic-form .wrapper-insider {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  overflow: hidden;
}
#form .form .form-inside-check-dynamic .form-inside-check-dynamic-form .wrapper-insider label {
  width: 15%;
}
#form .form .form-inside-check-dynamic .form-inside-check-dynamic-form .wrapper-insider input[type=text] {
  width: 30%;
}
#cremation,
#inhumation {
  display: none;
}
.hr-form {
  height: 1px;
  display: block;
  border: none;
  background: #933f23;
  margin: 30px 0;
}
/*# sourceMappingURL=Form.css.map */