@font-face {
  font-family: "arialblack";
  src: url("arial-black.woff");
}
table th, table td {
    border: 1px solid white;
}
td {
    text-align: center;
}
th {
    text-align: center;
}
table {
    border-collapse: collapse;
}
body {
    background-image: url("tdash-web-bg2.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    /* color: white; */
    /* font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif; */
    font-family: arialblack;
    /* font-size: 48px; */
}
.container-fluid table {
    width: 100%;
}
.first-col {
    color: black;
    background-color: cyan;
}
.btn-signup {
    width: 30%;
}
input {
    width: 100%;
}
.card-expiry-input {
    width: 49%;
    display: inline-block;
}