@import url(https://fonts.googleapis.com/css?family=Nunito);.input-pag {
  background: #FFFFFF;
  border: 1px solid #F27405;
  border-radius: 15px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  width: 340px;
  height: 46px;
  color: rgba(0, 0, 0, 0.54);
  margin: 10px 0;
}

.input-pag::-moz-placeholder {
  margin-left: 15px;
}

.input-pag::placeholder {
  margin-left: 15px;
}

.input-pag-vencimento {
  background: #FFFFFF;
  border: 1px solid #F27405;
  border-radius: 15px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  width: 228px;
  height: 46px;
  color: rgba(0, 0, 0, 0.54);
  margin: 10px 0;
}

.input-pag-cvv {
  background: #FFFFFF;
  border: 1px solid #F27405;
  border-radius: 15px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  width: 90px;
  height: 46px;
  color: rgba(0, 0, 0, 0.54);
  margin: 10px 0px 0px 15px;
}

.input-pag-cvv::-moz-placeholder {
  text-align: center;
}

.input-pag-cvv::placeholder {
  text-align: center;
}

.flex-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.d-flex {
  display: flex;
}

.btn-pagar {
  width: 353px;
  height: 65px;
  background: #F27405;
  border-radius: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  border: 0px;
}

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

