/* ----------------------------- */
/* IPM DCM Form style                */
/* ----------------------------- */
.dcm_content {
  color:#fff;
  text-align:center;
  font-size:18px;
}

.dcm_form {
  font-size: 14px;
  /*float: left;*/
  width: 100%;
  padding: 24px 0;
  border-radius: 3px;
  text-align: left;
}

.dcm_form form label {
  color: #fff;
  font-size: 24px;
  display: block;
}

.dcm_button {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  /*background: #eb4535;*/
  background: #ffc524;
  border-radius: 3px;
  padding: 25px 20px;
  width: 100%;
}

.dcm_button:hover, .dcm_button:focus, .dcm_button:active {
  background: #3a9dda;
  color: #fff;
}

.dcm_fieldset {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f8f8f8;
}

.dcm_spacing {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.dcm_active {
  opacity: 0.75;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

.dcm_active:hover, .dcm_active:focus, .dcm_active:active {
  opacity: 1;
}

.dcm_errors .dcm_link {
  text-decoration: underline;
  color: #ffc524;
}

.dcm_info {
  font-size: 12px;
  text-align: left;
}

@media screen and (min-width:767px) {

  .dcm_form .form-control:not(textarea) {
    height: 38px;
    padding: 8px 12px;
  }

  .dcm_form .form-group {
    margin-bottom: 22px;
  }
  .dcm_form {
    /*background: #217cb5;*/
    background: rgba(255, 255, 255, 0.08);
    margin-top: 25px;
    padding: 24px 24px 10px;
  }
}

@media screen and (min-width:1136px) {

  .dcm_content {
    padding:45px 65px;
  }
}
