@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700|Source+Sans+Pro:400,600,700&display=swap');

.card {
    border-radius: .50rem;
}

.card-input_field {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    background: none;
    color: #1a3b5d;
    font-family: "Source Sans Pro", sans-serif;
}

.card-input_button {
    font-size: 20px;
    padding: 0px 15px;
    font-weight: 600;
    height: 50px;
    margin-top: 20px;
}

.willFlip {
    height: 310px;
    position: relative;
    top: 28px;
    z-index: 99999;
    color: white;
    background-color: transparent;
    border: none;
}

.front{
    background-color: #000521;
    border-radius: 5px;
    box-shadow: 3px 10px 20px 0px rgb(73, 79, 111);
    display: flex;
    align-items: center;
}

.back{
    background-color: #000521;
    border-radius: 5px;
    box-shadow: 3px 10px 20px 0px rgb(73, 79, 111);
}

.back-middle {
    margin-top: .5rem;
    padding-left:10px;
    padding-right: 10px;
}

.content-parent {
    height: 80vh;
}

#cardCcv{
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.front input{
    background-color: transparent!important;
    color: white;
    font-size: 23px;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.front input::placeholder{
    color: white;
    font-size: 23px;
}

#expiredMonth{
    text-align: right;
    width:30%;
    height:35px;
}
.slash-text{
    width: 20%;
    height: 35px;
    padding: 3px 11px;
}
#expiredYear{
    width:30%;
    height:35px;
}
#cardNumber{
    font-size: 33px;
    text-align: center;
    letter-spacing: 1px;
}

.willActive{
    border: none;
}

#cardNumber{
    height: 100%;
}

.content-date-input{
    position: relative;
    flex-direction: row!important;
    display: flex;
    justify-content: flex-end;
}

#cardHolderValue{
    text-overflow: ellipsis;
}

.card-bar{
    margin-top: 10%;
    background: #ffffff52;
    height: 40px;
}

.back .card-body{
    padding: 0;
}

.bd-highlight{
    margin-top: -15px;
    height: 85px;
}

.github-link{
    position: absolute;
    right: 20px;
    top: 20px;
}

.inputFakeFont{
    font-size: 34px!important;
    transition: 0.3s;
    filter: blur(50);
    animation: bounce;
}
