.inpsyde-form .inpsyde-form-field__checkbox {
  width: 25px;
  height: 25px;
}

.inpsyde-form .inpsyde-form-field__checkbox:checked:before,.inpsyde-form .inpsyde-form-field__checkbox:before {
  margin: 0 0 0 -5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 30px;
}

.inpsyde-form .inpsyde-form-field__submit {
  border: none;
  border-radius: 2px;
  clear: both;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  margin-left: 20px;
  text-transform: uppercase;
  text-decoration: none;
  background: #9fc65d;
  color: #222;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.inpsyde-form .inpsyde-form-field__submit:hover,.inpsyde-form .inpsyde-form-field__submit:focus {
  background: #5c792b;
  color: #fff;
}

.form-row--has-errors {
  background: #ecf0f1;
  color: red;
}

.form-errors {
  font-weight: 600;
}

.form-errors__entry {
  color: red;
}

.inpsyde__info-box {
  background: #ecf0f1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.inpsyde-tabs {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: #fff;
  max-width: 1000px;
}

.inpsyde-tabs .ui-tabs-active {
  border-bottom: 3px solid #222;
}

.inpsyde-tabs .ui-tabs-active a {
  padding-top: 0;
}

.inpsyde-tab__navigation {
  background: #ecf0f1;
  min-height: 75px;
  margin: 0;
}

.inpsyde-tab__navigation-item {
  margin-bottom: 0;
  border-bottom: 3px solid transparent;
  font-size: 17px;
  display: inline-block;
  height: 75px;
  line-height: 75px;
}

.inpsyde-tab__navigation-item:hover,.inpsyde-tab__navigation-item:focus {
  border-bottom: 3px solid #222;
}

.inpsyde-tab__navigation-item a {
  color: #222;
  display: block;
  padding: 0 20px;
  text-decoration: none;
}

.inpsyde-tab__content {
  margin: 25px 20px;
}

.settings_page_inpsyde-google-tag-manager #wpcontent:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  min-height: 400px;
  background: #9fc65d;
}

.settings_page_inpsyde-google-tag-manager .settings__headline {
  color: #fff;
  margin: 0;
  padding: 50px 0 !important;
  font-size: 250% !important;
}

.settings_page_inpsyde-google-tag-manager .inpsyde-logo__image {
  margin-top: 20px;
  float: right;
}
