.webform-submission-tp-form{
  background: #0074bd;
}
.webform-required{
  overflow: hidden;
  height: 0;
}
.eod_ctn{
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0 auto;
  max-width: 900px;
  padding: 60px 20px 20px 20px;
  margin-top: 100px;
  background: aliceblue;
}
.title_ctn {
  font-size: 28px;
  text-align: center;
  padding-bottom: 40px;
  font-weight: 500;
  //border-bottom: 4px double black;
  //margin-bottom: 20px;
}

.eod_inside_ctn{
  border-color: #0074bd #0074bd #0074bd transparent;
  background-color: #d9edf7;
  background-repeat: no-repeat;
  background-position: 10px 17px;
  //box-shadow: -8px 0 0 #0074bd;
  padding-top: 20px;
  padding-left: 40px;
}
.eod_ctn fieldset {
  padding-bottom: 15px;
}
.eod_ctn input, select, textarea{
  background: aliceblue;
  border: 1px solid;
}
.eod_ctn fieldset.webform-composite-hidden-title{
  margin-top : 0px;
}
.eod_ctn .fieldset-wrapper .form-item, .form-type-email, .form-item-company-name, .form-item-telephone-number, .form-type-textfield, .form-type-select {
  display: grid;
  grid-template-columns: 20% auto;
  align-items: normal;
  justify-content: space-between;
  padding-bottom: 10px;
}
.eod_ctn .form-type-textarea, .form-type-checkbox{
  display: block;
}
.eod_ctn .form-checkbox{
  //margin-left: 40px;
}
.eod_ctn .form-textarea{
  width: 91%;
  //margin-left: 40px;
}
.eod_ctn .form-text, .form-email, .form-select, .form-tel {
  width:430px;
  margin-right: 40px;
  margin-bottom: 10px;
}
.eod_ctn .form-item label {
  grid-row: 1 / span 2;
  grid-column: 1;
}
.title_label{
  //margin-left: 20px;
  color: #0074bd;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.subtitle_label_1{
  display: block;
  font-weight: 500;
  text-decoration: underline;
}
.subtitle_label_2{
  display: block;
  font-size: 14px;
  color: red;
  padding-bottom: 10px;
}

.submit_btn_ctn{
  text-align:center; 
  margin-top: 20px;
}
.submit_btn_ctn .webform-button--submit, .submit_btn_ctn .webform-button--reset{
  padding: 8px;
  font-size: 20px;
  font-weight: 500;
  color: #0074bd;
  width: 150px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background: #d9edf7;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit_btn_ctn .webform-button--submit:hover, .submit_btn_ctn .webform-button--reset:hover {
  background: #bce0f5; 
  transform: translateY(-2px); 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.data_info_ctn{
  margin-top: 20px;
  //border-top: 2px solid #0074bd;
  //border-bottom: 2px solid #0074bd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.data_info_lbl{
  font-weight: 500;
  display:block;
  text-decoration: underline;
}
.messages--info p{
  font-size: 16px;
  font-weight: 200px;
}
.webform-message{
  margin-top: 10px;
}
.notice_lbl_1{
  display: block;
  margin-top: 20px;
  //margin-left: 40px;
  font-weight: 500;
}
.messages{
  border:0px !important;
}
.messages.messages--info{
  background-image:none;
  //box-shadow: none !important;
  box-shadow: -2px 0 0 #0074bd;
}
.field-prefix{
  //margin-left: auto;
  color: red;
}
.eod_ctn .form-item label.error, .form-item--error-message{
  color: red;
  font-size: small;
  grid-row: 2;
  grid-column: 2;
}
.eod_ctn .explain_textarea label.error{
  color: red;
  font-size: small;
  position: absolute;
  display: block;
  margin-top: 0 !important;
}
.eod_ctn .agree_checkbox label.error{
  color: red;
  font-size: small;
  position: absolute;
  display: block;
  margin-top: 0 !important;
}

.webform-confirmation__message, .webform-confirmation__back {
  position: relative;
  top: 150px;
  margin: 0 auto;
  max-width: 500px;
  padding: 40px;
  border-radius: 30px;
}
.errormsg {
  margin-top: 8px;
  color: #b71c1c;
  font-size: 0.9rem;
}