body, html {
    height: 100%;
}

.bg {
    background-image: url("bg.png");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.progressBar {
    color: #295380;
}

.cvv
{
	background: white url(https://ammo.com/skin/frontend/base/default/transit/images/cvv1.png) no-repeat right;
  background-color: white;
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("/img/cvv1.png");
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
background-size: 50px 30px;
}
.accepted-cards
	{
  margin: 10px 0 5px;
  list-style: none;
  padding-left: 0;
}
.creditcard
{
  background-color: white;
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
background-size: 50px 30px;
background-image: url("/img/cc.png");

}
