@font-face {
font-family: "montserrat";
src: url("https://fonts.googleapis.com/css?family=Montserrat");
}
body {
	background: rgba(13,33,0,1);
	background: -moz-linear-gradient(top, rgba(13,33,0,1) 0%, rgba(55,145,1,1) 59%, rgba(254,254,203,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(13,33,0,1)), color-stop(59%, rgba(55,145,1,1)), color-stop(100%, rgba(254,254,203,1)));
	background: -webkit-linear-gradient(top, rgba(13,33,0,1) 0%, rgba(55,145,1,1) 59%, rgba(254,254,203,1) 100%);
	background: -o-linear-gradient(top, rgba(13,33,0,1) 0%, rgba(55,145,1,1) 59%, rgba(254,254,203,1) 100%);
	background: -ms-linear-gradient(top, rgba(13,33,0,1) 0%, rgba(55,145,1,1) 59%, rgba(254,254,203,1) 100%);
	background: linear-gradient(to bottom, rgba(13,33,0,1) 0%, rgba(55,145,1,1) 59%, rgba(254,254,203,1) 100%);
		font-family: "montserrat";

}
.logintxt {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #faf9b0;
	color: #000;
	padding: 12px 0;
}
.btn01 {
	border-radius: 50px;
	-moz-border-radius: 50px;
	font-family: "Arial";
	margin: 15px 0 0 0;
	padding: 10px 0;
	font: bold 18px 'arial';
	width: 70%;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0 5px 7px 0px rgba(0,0,0,0.45);
	background: rgba(58, 58, 58);
	background: -moz-linear-gradient(top, rgba(58, 58, 58) 0%, rgba(0, 0, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58, 58, 58)), color-stop(100%, rgba(0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(58, 58, 58) 0%, rgba(0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(58, 58, 58) 0%, rgba(0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgba(58, 58, 58) 0%, rgba(0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgb(58, 58, 58) 0%, rgb(0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#000000', GradientType=0 );
	border-top: 1px solid #828282;
}
.btn01:hover{background: rgba(255,0,0,1);background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,0,1)), color-stop(100%, rgba(0,0,0,1)));background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);background: -o-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);background: -ms-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);background: linear-gradient(to bottom, rgba(255,0,0,1) 0%, rgb(58, 0, 0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000', GradientType=0 );border-top: 1px solid #f38f8f;}
.btn01:focus{background:#1b4800;-webkit-box-shadow: inset 5px 5px 16px 0px rgba(0,0,0,0.75);-moz-box-shadow: inset 5px 5px 16px 0px rgba(0,0,0,0.75);box-shadow: inset 5px 5px 16px 0px rgba(0,0,0,0.75);border:0;color: #2f7d00;border-bottom: 1px solid #60a82b;}
input::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s linear; color: #379101;
}
input:focus::-webkit-input-placeholder {

	opacity: 0.35;
}

/* Firefox < 19 */
input:-moz-placeholder {
    -webkit-transition: opacity 0.3s linear; color: #379101;
}
input:focus:-moz-placeholder {
	opacity: 0.35;}

/* Firefox > 19 */
input::-moz-placeholder {
    -webkit-transition: opacity 0.3s linear; color: #379101;
}
input:focus::-moz-placeholder {
	opacity: 0.35;}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    -webkit-transition: opacity 0.3s linear; color: #379101;
}
input:focus:-ms-input-placeholder {
	opacity: 0.35;
}
.errspan {
	
background: none;
	
color: white;
	
font-size:12px;
	
padding: 5px;
	
text-shadow: 0px 0px 10px #000;
}
#Fullver_div {
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	font-size: 11px;
}
#Fullver_div a{
	border-color: #000;

	
}