@font-face {
font-family: "montserrat";
src: url("https://fonts.googleapis.com/css?family=Montserrat");
}
body {
	background: #081327 url(bg01.jpg)bottom right;
	font-family: "montserrat";
}
.logintxt {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: transparent;
	color: #fff;
	padding: 12px 0;
	border: 0;
	letter-spacing: 5px;
	box-shadow: none;
	border-bottom: 1px solid #999;
}
.btn01 {
	border-radius: 0;
	-moz-border-radius: 0;
	font-family: "Arial";
	margin: 25px 0 0 0;
	padding: 10px 0;
	font: normal 14px 'arial';
	width: 70%;
	color: #fff;
	text-transform: uppercase;
	background: transparent;
	box-shadow: none;
	border-radius: 50px;
	border-color: red;
	letter-spacing: 3px;
}
.btn01:hover{background: #000;}
.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: red;
}
input:focus::-webkit-input-placeholder {

	opacity: 0.35;
}

/* Firefox < 19 */
input:-moz-placeholder {
    -webkit-transition: opacity 0.3s linear; color: red;
}
input:focus:-moz-placeholder {
	opacity: 0.35;}

/* Firefox > 19 */
input::-moz-placeholder {
    -webkit-transition: opacity 0.3s linear; color: red;
}
input:focus::-moz-placeholder {
	opacity: 0.35;}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    -webkit-transition: opacity 0.3s linear; color: #d44d16;
}
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: #666;
	font-weight: bold;
	font-size: 11px;
}
#Fullver_div a{
	border-color: #000;
	border-bottom: 1px dotted #d44d16;
}