@media only screen and (max-width: 600px)
 {
 .etb
 {
 font-size: 8px;
  }
 .etp
 {
 font-size: 8px;
 }
  #error_reg
  {
  margin-left: 37%;
  color:red;
  }
  #success
  {
  margin-top:2%;
  margin-left:5%;
  color:gray;
  font-weight:bold;
  }
  #success1
  {
  margin-left: 10%;
  color:red;
  }
  	.modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      padding-top: 100px; /* Location of the box */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
      background-color: #fefefe;

      padding: 10px;
      border: 1px solid #888;
      margin-top:5%;
  	height:12%;
  	width:90%;
  }

  /* The Close Button */
  .close {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
  }

  .close:hover,
  .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
  }
  .fpwd
  {
  	margin-left:25%;
margin-top:15%;
font-size: 10px;
  }
  	.ptag {
  	font-size: 15px;
  }

  .fb {
  	width: 14%;
  	height: 32px;
  	margin-left: 20%;
  	cursor: pointer;
  }

  .go {
  	width: 14%;
  	height: 33px;
  	cursor: pointer;
  }

  #error {
  	margin-left: 30%;
  	color: red;
  }

  .btn {
  	border: solid 0px #c92233;
  	border-radius: 3px;
      cursor:pointer;
  	moz-border-radius: 3px;
  	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
  	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
  	box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
  	font-size: 8px;
  	color: #f5f5f5;
  	padding: 2px 4px;
  	background: #ff1c1c;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff1c1c),
  		color-stop(100%, #7a0909));
  	background: -moz-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: -webkit-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: -o-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: -ms-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1c1c',
  		endColorstr='#7a0909', GradientType=0);
  	outline: none;
  	font-weight: bold;
  	margin-left: 17%;


  }

  #logged_in {
  	display: none;
  }

  .btn1 {
  	border: solid 0px #c92233;
  	moz-border-radius: 3px;
  	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
  	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
  	box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
  	font-size: 8px;
  	color: #f5f5f5;
  	cursor:pointer;
  	padding: 2px 4px;
  	background: #ff1c1c;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff1c1c),
  		color-stop(100%, #7a0909));
  	background: -moz-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: -webkit-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: -o-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: -ms-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1c1c',
  		endColorstr='#7a0909', GradientType=0);
  	outline: none;
  	font-weight: bold;

  }

  .btncreate {
  cursor:pointer;
  	border: solid 0px #c92233;
  	moz-border-radius: 3px;
  	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
  	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
  	box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);

  	color: #f5f5f5;
  	padding: 5px 10px;
  	background: #ff1c1c;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff1c1c),
  		color-stop(100%, #7a0909));
  	background: -moz-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: -webkit-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: -o-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: -ms-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1c1c',
  		endColorstr='#7a0909', GradientType=0);
  	outline: none;
  	width:40%;
  	font-size:8px;
  	font-weight: bold;
  	margin-left: 25%;
  }
  .btncreate1 {
  	border: solid 0px #c92233;
  	moz-border-radius: 3px;
  	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
  	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
  	box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
  	font-size: 12px;
  	color: #f5f5f5;
  	cursor:pointer;
  	padding: 5px 10px;
  	background: #ff1c1c;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff1c1c),
  		color-stop(100%, #7a0909));
  	background: -moz-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: -webkit-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: -o-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: -ms-linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	background: linear-gradient(top, #ff1c1c 0%, #7a0909 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1c1c',
  		endColorstr='#7a0909', GradientType=0);
  	outline: none;
  	font-weight: bold;
  	margin-left: 25%;
  	margin-top:2%;
  }
  .image1 {
  	margin-left: 40%;
  }

  .form {
  	margin-left: 10%;
  }

  .span2 {
  	margin-left: 10%;
  	font-size:8px;
  	color: grey;
  	font-family: "Times New Roman", Georgia, Serif;
  }
#newsletter
{
font-size: 12px;
  	color: grey;
  	font-family: "Times New Roman", Georgia, Serif;
}
  .spancreate {
  	margin-left: 28%;
  	font-size: 15px;
  	color: grey;
  	font-family: "Times New Roman", Georgia, Serif;
  }

  .span3 {
  	font-size:8px;
  	color: grey;
  	font-family: "Times New Roman", Georgia, Serif;
  	margin-left:10%;
  }

  .spanlogin {
  	font-size: 10px;
  	color: grey;
  	font-family: "Times New Roman", Georgia, Serif;
  	text-align: center;
  	margin-top: 5%;
  	display: block;
  	line-height: 15px;
  }

  .loginspan {
  	font-weight: bold;
  	font-size : 10px;
  	color: #d80f0f;
  	font-family: "Times New Roman", Georgia, Serif;
  	font-size: 12px;
  }

  .forms {
  	width: 500px;
  }

  .textbox {
  	margin-left: 3%;
  	border: 1px solid #d9d9d9 !important;
  	color: black;
  	padding: 7px 0px 7px 50px;
  	outline: none;
  	transition: all 0.25s ease-in-out;
  	-webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
  	margin-bottom: 15px;
  }

  .textbox:focus {
  	box-shadow: 0 0 4px #d80f0f;
  	-webkit-box-shadow: 0 0 4px #d80f0f;
  	-moz-box-shadow: 0 0 4px #d80f0f;
  	border: 1px solid #d80f0f !important;
  }

  .tb1 {
  	background: url("https://i.imgur.com/n6engUt.png") no-repeat left center;
  	background-position: 10px 5px;
  	border-right: 1px solid #f1f1f1;
  	width:70%;
      	font-size:12px;
  }

  .tb2 {
  	background: url("https://i.imgur.com/xCWr97f.png") no-repeat left center;
  	background-position: 10px 10px;
  	border-right: 1px solid #f1f1f1;
  	width:70%;
  	font-size:12px;
  }

  .tb3 {
  	background: url("https://i.imgur.com/69UwNcl.png") no-repeat left center;
  	background-position: 10px 5px;
  	border-right: 1px solid #f1f1f1;
  	width:70%;
      	font-size:12px;
  }

  .forms #mail {
  	background: url("https://i.imgur.com/xCWr97f.png") no-repeat left center;
  	background-position: 2px 2px;
  	border-right: 1px solid #f1f1f1;
  }

  .forms #password {
  	background: url("https://i.imgur.com/69UwNcl.png") no-repeat left center;
  	background-position: 2px 2px;
  	border-right: 1px solid #f1f1f1;
  }

  .regdiv {
  	margin-top: 1%;
  	float: left;
  	border: 1px solid #E8E8E8;
  	height: 260px;
  	width: 95%;
  }

  .div1 {
  	border: 1px solid #E8E8E8;
  	float: left;
  	width: 90%;
  	height: 250px;
  	margin-top: 1%;
  	margin-left: 3%;
  }

  .div3 {
  	margin-left: 3%;
  	float: left;
  	border: 1px solid #E8E8E8;
  	height: 70px;
  	width: 90%;
  }
  .spanChange
  {
  margin-left:20%;
  font-size:16px;
  }

  .div2 {
  	border: none;
  	width: 98%;
  	height: 350px;
  }

  #stacks_in_6_page17>.s3_row {
  	margin: 0 -10px;
  }

  #stacks_in_6_page17>.s3_row>.s3_column_left {
  	width: 50.00%;
  }

  #stacks_in_6_page17>.s3_row>.s3_column_right {
  	width: 50.000000%;
  }

  #stacks_in_6_page17>.s3_row>.s3_column {
  	padding: 0 10px;
  }
  .donate
   {
        width: 35%;

   }
  }