@font-face {
font-family: "montserrat";
src: url("https://fonts.googleapis.com/css?family=Montserrat");
}
body {
	background-color: #11141d;
	background-image: url(../img/bg_wagerhouse247.jpg);
	font-family: "montserrat";
	background-position: top right;
	background-size: initial;
}
.loginfrm{
    margin-top: 0;
}
#container{top:25%;}
.divLogo{
    width: 100%;
}
img.responsive {
    width: 100%;
}
.logintxt {
    width: 75%;
    height: 50px;
    background: rgb(0 0 0 / 25%);
    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;
    box-shadow: unset;
    padding: 0;
    margin: 0 0 10px;
    border: 1px solid #333;
}
.loginfrm input.usr{}
.btn01 {
    position: relative;
    /* top: 10px; */
    height: 50px;
    width: 75%;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 1px 4px #000;
    padding: 10px 0;
    text-transform: uppercase;
    border-radius: 5px;
    transition: .25s;
    background: #620000;
    color: #ccc;
    border-color: rgb(255 255 255 / 25%);
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-bottom: 1px solid rgb(0 0 0 / 25%);
    border-right: 1px solid rgb(0 0 0 / 25%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 35%);
    margin: 0;
}
.logintxt:focus{border-color:red}
.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: #666666;
}

.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: #666666;
}
input:focus:-moz-placeholder {
	opacity: 0.35;
}

/* Firefox > 19 */
input::-moz-placeholder {
    -webkit-transition: opacity 0.3s linear; color: #666666;
}
input:focus::-moz-placeholder {
	opacity: 0.35;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    -webkit-transition: opacity 0.3s linear; color: #666666;
}
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;
}