body,
html {
    background-color: #000;
	background-image: url("bg0.jpg");
	background-size: cover;
    height: 100%;
    margin: 0;
}
body,
input {
    font-family: montserrat;
    outline: none;
}
.bg {
    background-image: url("bg0.jpg");
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}
.loginfrm {
    z-index: 1;
    width: 500px;
    height: 100%;
    position: absolute;
    padding: 0;
    right: 0;
}
.logo {
    width: 341px;
    height: 147px;
    background: url("logo_wagerwizard.png") no-repeat;
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 1;
    margin-left: -170.5px;
}
.lgnfrm {
    position: relative;
    top: 0px;
    text-align: center;
}
.lgncntr span {
    position: absolute;
    top: 0px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 11px;
    color: #ffffff;
    font-family: montserrat;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: none;
}
.lgncntr {
    position: absolute;
    top: 210px;
    right: 50%;
    width: 309px;
    height: 284px;
    margin-right: -154.5px;
    background: url('lgbg.png')no-repeat;
}

.logintxt {
    width: 213px;
    height: 44px;
    background: url('inputbtn.png')no-repeat;
    border: 0;
    outline: none;
    letter-spacing: 5px;
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 25px;
    text-align: center;
    box-shadow: 0 5px 15px #000;
}
.logintxt:focus{font-weight:bold}
.login {
    top: 57px;
}
.passw {
    border-bottom: 0;
    top: 69px;
}
.lgbtn{}
.btn {
    position: relative;
    top: 80px;
    width: 217px;
    height: 52px;
    font-size: 0;
    background: url('loginbtn.png')no-repeat;
    border: 0;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 80%);
}
.btn:hover {border: 0;}
.error {
    position: relative;
    top: 104px;
    font-weight: 700;
    width: 100%;
    color: red;
    font-size: 12px;
}
.error span {
    font-size: 14px;
    color: red;
    position: unset;
    letter-spacing: unset;
    font-family: montserrat;
}
input::-webkit-input-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #ccc;
	 opacity: .5
}
input:focus::-webkit-input-placeholder {
    opacity: .5
}
input:-moz-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #ccc
}
input:focus:-moz-placeholder {
    opacity: .5
}
input::-moz-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #ccc
}
input:focus::-moz-placeholder {
    opacity: .5
}
input:-ms-input-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #ccc
}
input:focus:-ms-input-placeholder {
    opacity: .5
}
.errortxt {
    position: relative;
    margin: 0 auto;
    width: 70%;
    height: 100px;
    top: 110px;
}

.errortxt span{font-size: 12px;letter-spacing: 0;display: block;text-shadow: 0 3px 3px black;}

@media only screen and (min-width: 1920px) {
	body {
		
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		
	}

}

@media only screen and (max-width: 1023px) {
	.loginfrm{
		width: 100%;
	}
	.logo{top: 30%;margin-top: -73.5px;}
	.lgncntr{top: 56%;margin-top: -144px;}
}