
html {
  
  background: white url("../images/background-proofid.png") center no-repeat; 
  /*background: white; */
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    height: auto;
}
  
.company-logo {
     background: white url("../images/proofID_header.png") center no-repeat; 
     height: 105px;
}

.ping-header.has-logo .company-logo {
    height: 105px;
    max-height: 105px;
}

.ping-credits {
  background: transparent url("../images/poweredbyping_14.png") no-repeat;
}  

.ping-body-container {
    margin-bottom: 0px;
}

.ping-footer {
    background: white;
}

.proofid-signin {
    border: 1px solid #878787;
    border-width: 1px;
    border-color: #878787;
    width: 400px;
    margin: 0 auto;
}

.disclaimer {
    color: #808285;
    font-size: small;
}


@media (max-width: 480px), (max-device-width: 600px) {
    html {
        background: white;
    }
}

