@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.intext{
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.container{
    height: 100%;
    align-content: center;
}

.container2{
    height: 100%;
    align-content: center;
}


.content{
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    max-width: 400px;
}

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

.credit-card-div  span { padding-top:10px; }
.credit-card-div img { padding-top:30px; }
.credit-card-div .small-font { font-size:9px; }
.credit-card-div .pad-adjust { padding-top:10px; }

.save_btn{
    color: white;
    background-color: #AB1417;
    width: 100px;
}

.save_btn:hover{
    color: black;
    background-color: white;
}