.registration-form label {
  padding: 13px 0;
  font-weight: 300;
}

.registration-form .form-check label {
  padding: 0;
  margin-top: -10px;
}

.pep-block {
  display: none;
} 

.registration-payment-wrapper {
  padding: 0 150px!important;
}

.registration-payment-cart {
  margin: 25px 0;
}

.payment-method-selection {
  margin: 15px 0 0 0;
}

.payment-form label {
  padding: 10px 0;
}

.personal-area {
  margin: 30px 0;
  min-height: 400px;
}

.menu-links a {
  text-decoration: none!important;
}

.personal-area form label {
  padding: 10px 0;
}

.personal-area a {
  text-decoration: none!important;
}

label.error {
  color: red;
  font-weight: 600;
  margin-top: -10px;
  font-size: 13px;
}

.payment-error {
  color: red;
  /* font-weight: bold; */
  font-size: 14px;
}

.card-text {
  margin-bottom: 9px;
}

.card-body .col {
  margin-bottom: -12px;
}

.personal-area input,
.personal-area button,
.btn-secondary {
  padding: .2rem 1rem!important;
}


.payment-method-selection .col {
  padding: 6px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-method-selection .col img{
  width: 100px;
}
.payment-method-selection .selected{
  background-color: #f0f0f0;
}
.payment-form-wrapper {
  background-color: #f0f0f0;
  padding: 20px;
}

.message {
  margin: 20px 0;
  background-color: #467FF7;
  padding: 20px;
  color: white;
}
@media (min-width: 768px) {

  .registration-form-wrapper {
    padding: 0 150px!important;
  }  

}

@media (max-width: 768px) {

  .registration-payment-wrapper {
      padding: 0!important;
  }

  .registration-payment-cart {
      overflow-y: scroll;
  }

}