@media(max-width:600px) {
#wrap0 {
    display: none;
}
    .vcenter {
        display: inline;
        
    }
    header h1 {
    font-size: 1.5em;
    line-height: normal;
}
}
  
@media (min-width: 870px) and (max-width: 1045px) {

    header h1 {font-size: 1.8em; }
    .logor { max-width: 200px;}
   
}
@media (min-width: 600px) and (max-width: 870px) {

    header h1 {font-size: 1.5em; }
.logor { max-width: 150px;}
 
}
@media (min-width: 600px) and (max-width: 876px) {
    #wrap0 {
    display: none;
}
   
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
 #wrap0 img{display:none;}
header h1 {
   font-size: 1.3em;
  line-height: 20px;
  text-align: right;
    padding-top:10px;
}
.btnform {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #162c65;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin-left: 10px;
}
footer {
  color: #fff;
  font-size: 10px;
}
.vcenter {
  display:block; 
}
      .logotop {
	margin-left:0px;
	}
}

@media only screen 
  and (min-device-width: 320px) 
   and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 2) {
 #wrap0 img{display:none;}
header h1 {
   font-size: 1.3em;
  line-height: 20px;
  text-align: right;
    padding-top:10px;
}
.btnform {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #162c65;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin-left: 10px;
}
footer {
  color: #fff;
  font-size: 10px;
}
.vcenter {
  display:block; 
}
      .logotop {
	margin-left:0px;
	}
}

@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
       #wrap0 img{display:none;}
header h1 {
   font-size: 1.3em;
  line-height: 20px;
  text-align: right;
    padding-top:10px;
}
.btnform {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  background: #162c65;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin-left: 10px;
}
footer {
  color: #fff;
  font-size: 10px;
}
.vcenter {
  display:block; 
}
      .logotop {
	margin-left:0px;
	}

}