@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url(./fonts/roboto-v30-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-400.woff2) format('woff2');
}

body{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: 400;;
    margin: 0;
    overflow: hidden;
}

.credit-card-number-wrapper,
.expiration-month-wrapper,
.expiration-year-wrapper {
    padding: 0 11.25px;
    box-sizing: border-box;
}

label {
    font-family: 'Roboto', sans-serif; 
    font-size:12px;
    color: #343434;
}

input{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    background-color: #ECEFF1;
    font-size: 1em;
    font-weight: 400;
    line-height: 3em;
    height: 3em;
    border: none;
    padding: 0 5px;
    box-sizing: border-box;
    margin-top: 3px;
}

input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

input::placeholder {
    color: black;
    font-style: normal;
    font-weight: 400;
    opacity: .25;
    text-overflow: ellipsis !important;
}
input::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
}

input#payment_number {
    width: 100%;
    margin-bottom: 1.5em;
}

.expiration-date-wrapper {
    display: flex;
}

input#payment_expire_month, input#payment_expire_year {
    width: 100%;
}
