
html {
  
  /*background: white url("../images/background-proofid.png") center no-repeat; */
  background: #F8F7F5;
  /*background: white; */
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font: 85%/1.5 "myriad-pro-n4","myriad-pro",Helvetica,Arial,sans-serif;
}

body {
    height: auto;
    font:0.8125em/1.618 Arial, sans-serif; 

}
  
.ping-header {
     background: #ffffff url("../images/ib.png") center no-repeat; 
     height: 105px;
}

.ping-body-container {
	border-bottom: 69px solid #ffffff;
}

.ping-button.normal {
	background: #004A8D;
	border: 1px #004A8D;
}
  
.ping-container {
    border: 1px solid #ffffff;
    border-width: 2px;
    border-color: black;
    border-radius: 10px;
    /*margin-top: 20px;*/
}

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

input[type=text], input[type=password] {
	border: 1px solid #ccc;
    padding: .6em 1.2em;
    font-size: 1em;
    max-width: 90%;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -box-shadow: none;
}

input[type=text]:focus, input[type=password]:focus {
    outline: none;
    box-shadow: 0 0 3px 0 #13b6ea;
}

@media (max-width: 480px), (max-device-width: 600px) {
    html {
        background: white;
    }
    
    .ping-container {
        border: none;
    }
    
}
