#secureFieldsForm {
  overflow: hidden;
  font-size: 0.8rem;
  display: inherit;
  width: 100%;
  justify-content: center;
}

.paymentMethodContainer {
  padding: 15px 0 0 60px;
  /* width: 200px; */
}

.placeholder {
  height: 33.2px;
  padding: 10px 0;
}

#expiry {
  display: flex;
  flex-direction: column;
}

#expiryPlaceholders {
  display: flex;
  flex-direction: row;
}

#expiryPlaceholders p {
  padding: 0px 14px;
  line-height: 60px;
}

#expiryMonth, #expiryYear {
  width: 30px;
}

#cardNumberPlaceholder {
    width: 220px;
}

#cvvPlaceholder {
  width: 100px;
  margin-top: 3px;
  height: 33.2px;
}
