@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Supporting divDen content */
.divDen {
  margin: 40px 0;
  background-color:#000000;
}

.thiscall {
  text-align: center;
  margin-left: 150px;
  margin-top: 28px;
  margin-bottom: 100px;


}
@media (max-width: 480px) {

.backgrounds{
    background-image: url("../images/banner.png");
    height: 657px;
    width: 1354px;
    margin-left: -110px;
}

.thiscall {
  text-align: center;
  margin-left: -248px;
  margin-top: 28px;
  margin-bottom: 100px;
  

}


}

.backgrounds{
    background-image: url("../images/banner.png");
    margin-top: 6%;
    height: 657px;
    width: 1354px;
    margin-left: -110px;
}

.valid {

  background-color:#68ff68;

}
.error {
 background-color:#ff4d4d;
}
