
.body-payment {
  height: 100%;
  min-height: 100vh;
  display: -ms-flexbox;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #10173a;
  color: #fff;
}

.form-payment {
  width: 100%;
  max-width: 550px;
  padding: 15px;
  margin: auto;
}
.form-payment .checkbox {
  font-weight: 400;
  text-align: initial;
}
.form-payment .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-payment .form-control:focus {
  z-index: 2;
}

.payment-header-text {
  color: rgb(255, 255, 255);
  font-family: "Poiret One";
  font-size: 28px;
}

.form-payment .row {
  margin-top:20px
}

.form-payment .label {
  text-align: start;
}

.form-payment .question {
  text-align: start;
  margin-bottom: 15pt;
}

.title-payment {
	padding: 20px;
    font-weight: bolder !important;
}
}

.error-panel-payment {
	margin-top: 20px;
}