.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.order-modal {
  background-image: url("/includes/img/modal/form.png");
  width: 472px;
  height: 467px;
}
.order-close {
  background: url('/includes/img/modal/close-button.png');
  background-color: #0362bf;
  background-repeat: no-repeat;
  width: 136px;
  height: 48px;
  display: inline-block;
  border: 0px;
}
.order-log-in {
  background: url('/includes/img/modal/login-button.png');
  background-color: #0362bf;
  background-repeat: no-repeat;
  width: 197px;
  height: 48px;
  display: inline-block;
  border: 0px;
}
.order-create-account {
  background: url('/includes/img/modal/create_account_button.png');
  background-color: #0362bf;
  background-repeat: no-repeat;
  width: 197px;
  height: 48px;
  display: inline-block;
  border: 0px;
}
#order-login-helper {
  background: url('/includes/img/modal/order_login.png');
  background-color: #0362bf;
  background-repeat: no-repeat;
  width: 135px;
  height: 26px;
  margin-top: 35px;
  margin-left: 168px;
  margin-bottom: 35px;
  display: inline-block;
  border: 0px;
}
#order-create-helper {
  background: url('/includes/img/modal/order_create_account.png');
  background-color: #0362bf;
  background-repeat: no-repeat;
  width: 321px;
  height: 44px;
  margin-top: 15px;
  margin-left: 75px;
  margin-bottom: 15px;
  display: inline-block;
  border: 0px;
}
#order-footer-helper {
  background-color: #0362bf;
  background-repeat: no-repeat;
  width: 269px;
  height: 26px;
  margin-top: 10px;
  margin-left: 102px;
  display: inline-block;
  border: 0px;
}

.input_size {
  width: 332px;
  height: 57px;
}
.order-input-group {
  padding-left: 20px;
  width: 450px;
  padding-bottom: 10px;
}
.order-input-group-addon {
  background-color: #0362bf;
}
.order-form-group {
  margin-bottom: 0px;
}