@font-face {
font-family: "montserrat";
src: url("https://fonts.googleapis.com/css?family=Montserrat");
}
body {
	background: #000000;
	font-family: "montserrat";
}
.loginfrm{
    margin-top: 15px;
}
.divLogo{
    width: 273px;
}
.logintxt {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: transparent;
	color: #fff;
	padding: 3px 0;
	border: 0;
	letter-spacing: 5px;
	box-shadow: none;
	border-radius: 50px;
	margin: 0;
	font-size: 18px;
	height: 50px;
}
.usr{border-bottom: 1px solid #878787;}
.pasw{border-top: 1px solid #878787;position: relative;top: -1px;}
.btn01 {
	margin: 10px 0 0;
	padding: 10px 0;
	font: normal 14px 'arial';
	width: 70%;
	height: 50px;
	font-size: 18px;
	font-family: montserrat;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px 0;
	color: #728507;
	border-width: 1px 0;
	border-style: solid;
	border-color: #a3bf00;
	text-transform: uppercase;
	border-radius: 60px;
	background: linear-gradient(to bottom, #829b00 0%, rgba(0,0,0,1) 50%, #829b00 100%);
	box-shadow: inset 0 0 40px 7px #000;
}
input::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s linear; color: #536101;;
}
input:focus::-webkit-input-placeholder {

	opacity: 0.35;
}
.btn01:focus{
color: white;
    border: 0;
    box-shadow: 0px 0px 35px 0px rgb(66 197 2 / 50%);
    border-color: #d7ff00;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    }
/* Firefox < 19 */
input:-moz-placeholder {
    -webkit-transition: opacity 0.3s linear; color: #536101;
}
input:focus:-moz-placeholder {
	opacity: 0.35;
}

/* Firefox > 19 */
input::-moz-placeholder {
    -webkit-transition: opacity 0.3s linear; color: #536101;
}
input:focus::-moz-placeholder {
	opacity: 0.35;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    -webkit-transition: opacity 0.3s linear; color: #536101;
}
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;
	padding-bottom: 4px;
	border-bottom: 1px dotted #718700;
}