
fieldset {
margin: 0;
    border: 0;
    min-width: 0;
       margin-bottom: 1em;
    padding: .5em
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
form {
  border: 0;
    min-width: 0;
    padding: 0;
        margin-bottom: 1em;
    padding: .5em;
    margin-top: 0;

}

.free-trial-form fieldset {
  margin-top: 0;
}
.free-trial-form legend {
  margin-bottom: 0.25em;
}
.free-trial-form p {
  margin: 0.52em 0;
}
.free-trial-form .submit-line {
  margin: 1em 0;
}
.form-checkboxes, .form-radios {
    margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: .4em;
    margin-bottom: .4em;
}
.form-checkbox-control > div {
    float: left;
}

.form-item label.option {
    display: inline;
    font-weight: 400;
}

.form-label-control label {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0px;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
    max-width: 100%;
}
form > input[type="radio"], input[type="checkbox"] {

    margin-top: 1px \9;
    line-height: normal;
    box-sizing: border-box;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font: inherit;
    margin: 0;
    width: 14px;
  height: 14px;
  display: inherit;
}
.block-paymentblock .form-item, .free-trial-form .form-item, .ldv-form .form-item {
    margin-top: 10px;
    margin-bottom: 5px;
}
.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 12px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #4e698d;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cdcdcf;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        font-family: inherit;
}

form legend {
  border: 0 none;
}
form fieldset {
  margin-top: 1.5em;
}
form p {
  margin: 1em 0;
}
.free-trial-form .divider.ghost {
  margin: 1em auto;
}
.free-trial-form fieldset {
  margin-top: 0;
}
.free-trial-form legend {
  margin-bottom: 0.25em;
}
.free-trial-form p {
  margin: 0.52em 0;
}
.free-trial-form .submit-line {
  margin: 1em 0;
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    background-color: rgba(247, 155, 83, .2);
    border-radius: 8px;
    color: #fff;
    margin-top: .25em;
    padding: .5em 1em;
    font-size: 1em;
    font-weight: 400;
    display: block;
    margin: 10px auto;
}

.has-error .form-control {
background-color: rgba(247, 155, 83, .2);

    border: 2px solid  #f79b53;
    color: #fff;
}

.help-text {
    padding: 0px 0px 0px 18px;
    margin: 0 !important;
}
 .checkbox {
 margin: 0 !important;
}

.btn-margin {
    margin-bottom: 20px;
}

.terms-text {
    margin-top: 40px !important;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 768px) {
    .form-control {
    font-size: 14px;
  }

#subscriptionForm > div > div > fieldset:nth-child(2) > div.row > div, #subscriptionForm > div > div > fieldset:nth-child(4) > div > div, .col-md-offset-1 {
     padding: 0;
}





}