#textbox
{ border: 1px solid lightgray;
  border-radius: 5px;
  margin: 10px 0;
  padding: 20px;
}
#distributor_btn{
 border: 1px solid #153a4c;
 border-radius: 5px;
 margin: 10px 0;
 width:38%;}
@media (max-width:960px){
 #test{margin-top:-80px}
 }
  @media(max-width:1000px)
  {
	.active-page{display:none;}
  }
  @media(max-width:700px)
  {
	#header{background-image:none;
	background-color:#153a4c}
   }
#blue-bg{background:#153a4c;}
#main{margin-top:-150px;}