.jarscredix-wrapper {
  background-color: rgba(243, 246, 245, 0.8);
  border-color: #e42313;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;


  width: 370px;
  min-height: 236px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #696d6f;

}

.jarscredix-wrapper .credit-card-wrapper {
  padding: 40px 30px;
}

.jarscredix-wrapper .credit-card-wrapper .controls {
  padding-left: 7px;
  padding-right: 7px;
}

.jarscredix-wrapper input.has-error {
  outline: none;
  border-color: #ff7076;
  border-top-color: #ff5c61;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0), 0 0 4px 0 rgba(255, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0), 0 0 4px 0 rgba(255, 0, 0, 0.5);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0), 0 0 4px 0 rgba(255, 0, 0, 0.5);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0), 0 0 4px 0 rgba(255, 0, 0, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0), 0 0 4px 0 rgba(255, 0, 0, 0.5);
}

/*
 * Bootstrap stuff
 */
.jarscredix-wrapper .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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;
}

.jarscredix-wrapper .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.jarscredix-wrapper label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.jarscredix-wrapper input:focus::-webkit-input-placeholder {
  color: #ccc;
}

.jarscredix-wrapper input:focus:-moz-placeholder {
  color: #ccc;
}

.jarscredix-wrapper input:focus::-moz-placeholder {
  color: #ccc;
}

.jarscredix-wrapper input:focus:-ms-input-placeholder {
  color: #ccc;
}

.jarscredix-wrapper .col-sm-8 {
  width: 66.6666666666666%;
}

.jarscredix-wrapper .col-sm-4 {
  width: 33.3333333333333%;
}

.jarscredix-wrapper .col-sm-8,
.jarscredix-wrapper .col-sm-4 {
  float: left;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jarscredix-wrapper .form-group {
  width: 100%;
  display: table;
}

.jarscredix-wrapper .first-row {
  margin-bottom: 20px;
}

.jarscredix-wrapper .card-type {
  margin-top: 10px;
  float: right;
}

.jarscredix-wrapper .form-select{
  display: block;
  width: 70%;
  height: 44px;
  padding: 6px 12px;
  margin-bottom:10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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;
}