
img.pay{
  width: 140px;
  padding: 20px;
 }
 
 #main{background: url('files/img/bg.jpg') no-repeat center;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;background-color: #010101;padding-top: 67px;}
 
 
 .main-container {
     padding-top: 0px !important; 
   }
   
   #main{
     background-position: bottom;
   }
   
   .disc {
     font-size: 10pt;
     line-height: 11pt;
     text-align: center;
     position: absolute;
     color: #fff;
     content: '';
     width: 75%;
     left: 50%;
     bottom: 0;
     margin-left: -37%;
     margin-bottom: 3%;
     background-size: cover;
     background-position: center;
   }
   
   
   .claim {
     font-size: 10pt;
     line-height: 12pt;
     text-align: center;
     position: absolute;
     color: #fff;
     width: 65%;
     left: 50%;
     bottom: 0;
     margin-left: -32%;
     margin-bottom: 22%;
     padding-bottom: 5px;
   }
   
   .terms-text a {
       color: #ffd200;
   }
   
   .steps {
     background-color: #1b1b1b;
   }
     /*mobile background image*/
   
     /* @media (min-width: 1199px){
       .desktop-size{
       }
     } */
   
   
     @media (min-width: 1199px){
       .disc_mobile{
         display: none;
       }
     }
 