input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control){
   width: 20em !important;
   height: 2.2em !important;
}

#osm-payment-information{
    background-color: #f5f5f5;
    padding: 10px;
}

#osm-payment-information .input-append{
  width: 50% !important;
  display: flex !important;
}
#osm-payment-information .add-on{
  height: 2.5em !important;
}

#osm-payment-information .input-append .add-on, .input-prepend .add-on{
  min-width: 40px !important;
  line-height: 25px !important;
}


#osm-payment-information .osm-payment-method-icon{
  display: inherit !important;
  padding-left: 10px !important;
}

#osm-payment-information .form-actions{
  margin-bottom: 0px;
}

#osm-payment-information .osm-privacy-policy-message {
   font-size: 0.8em;
}