
.exp-wrapper {
    margin-top: 13px;
    position: relative;
    border: 1px solid #aaa;
    display: flex;
    width: 270px;
    justify-content: space-around;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
}

.exp-wrapper:after {
    content: '/';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    color: #aaa;
}


.ccExp-wrapper {
    margin-top: 13px;
    position: relative;
    border: 1px solid #aaa;
    display: flex;
    width: 270px;
    justify-content: space-around;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
}

.ccExp-wrapper:after {
    content: '-';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    color: #aaa;
}




.exp-nowrapper {
    margin-top: 13px;
    position: relative;
    border: 1px solid #aaa;
    display: flex;
    width: 270px;
    justify-content: space-around;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
}

.exp-nowrapper:after {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    color: #aaa;
}

input.exp {
    float: left;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    border: 0;
    width: 30px;
    outline: none;
    appearance: none;
    font-size: 14px;
}

input.textExp {
    float: left;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    border: 0;
    width: 170px;
    outline: none;
    appearance: none;
    font-size: 14px;
}

input.ccExp {
    float: left;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    border: 0;
    width: 140px;
    outline: none;
    appearance: none;
    font-size: 14px;
}
