body,
html {
    background: #000;
    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: unset;
}
.loginfrm {
    z-index: 1;
    width: 494px;
    height: 100%;
    position: absolute;
    padding: 0;
    right: 0;
}
.logo {
    width: 507px;
    height: 94px;
    background-image: url("logo_hoosierbookie.png");
    position: absolute;
    top: 52px;
    right: 58px;
    z-index: 1;
}
.lgnfrm {
    overflow: hidden;
    /* width: 100%; */
    height: 334px;
    position: relative;
    top: 47px;
    text-align: center;
}
.lgncntr span {
    position: absolute;
    top: 0px;
    font-size: 36px;
    /* font-weight: bold; */
    letter-spacing: 12px;
    color: #fff;
    font-family: montserrat light;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.lgncntr {
    position: absolute;
    top: 184px;
    right: 54px;
    width: 494px;
    height: 300px;
}
.logintxt {
    width: 50%;
    height: 50px;
    background: transparent;
    border: 0;
    outline: none;
    letter-spacing: 5px;
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 15px;
    text-align: center;
    text-transform: lowercase;
    border-radius: 0;
    margin-top: 10px;
}
.login {
    /* top: 30px; */
    border-bottom: 1px solid #f00;
    padding-bottom: 15px;
}
.passw {
    margin-top: 5px;
    /* border-bottom: none; */
}
.btn {
    position: relative;
    top: 60px;
    width: 50%;
    height: 50px;
    font-size: 24px;
    font-family: montserrat black;
    letter-spacing: 5px;
    padding: 10px 0;
    background: red;
    color: white;
    border: 0;
    text-transform: uppercase;
    border-radius: 50px;
}
.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: 2.5px;
    font-family: montserrat;
    text-transform: uppercase;
}
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
}
@media only screen and (min-width: 1920px) {
body {
    background-image: url("bg0.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg{background-image:unset}
}