html,
body {
  height: 100%;
}

body {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-payment {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
}

.form-payment .checkbox {
  font-weight: 400;
}

.form-floating {
  margin-top: 10px;
}

.form-payment .form-floating:focus-within {
  z-index: 2;
}

.form-payment input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-payment input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}