@font-face {
font-family: "montserrat";
src: url("https://fonts.googleapis.com/css?family=Montserrat");
}
body {
	background: #000000;
	font-family: "montserrat";
}
.loginfrm{
    margin-top: 0;
}
.divLogo{
    width: 100%;
}
img.responsive {
    width: 100%;
}
.logintxt {
    width: 75%;
    height: 60px;
    background: #000;
    letter-spacing: 3px;
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: montserrat;
    border-radius: 0;
    border:0;
    margin: 0;
    padding: 0;
}
.loginfrm input.usr{background:  linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(146,83,1,1) 15%, rgba(222,155,0,1) 50%, rgba(146,83,1,1) 85%, rgba(0,0,0,1) 100%);box-shadow: inset 0 59px 0 #000;}
.btn01 {
    position: relative;
    top: 10px;
    height: 45px;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 1px 4px #000;
    padding: 10px 0;
    border: 1px solid #8e5900;
    color: #ffc61c;
    text-transform: uppercase;
    border-radius: 60px;
    background: linear-gradient(to bottom, rgba(76,54,0,1) 0%, rgba(43,30,0,1) 50%, rgba(76,54,0,1) 100%);
    box-shadow: inset 0 0 0 3px #000;
    transition: .25s;
}
.btn01:hover {
    color: white;
    border: 0;
    top: 15px;
    border-color: #fd0;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    }
.btn01:active, .btn01:focus {
    box-shadow: 0px 0px 35px 0px rgb(21 118 239 / 80%);
    color: #001758;
    text-shadow: 2px 2px 1px rgb(255 255 255 / 30%);
    font-weight: 800;
}
input:focus::-webkit-input-placeholder {
opacity:.65
}
input::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s linear; color: #7e4700;;
}

.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;
	color: #bebebe;
	border-bottom: 1px dotted #b17600;
}