body,
html {
    background: #050409;
    height: 100%;
    margin: 0;
    overflow-y: hidden
}
body,
input {
    font-family: montserrat light;
    outline: none;
}
body,
html {
    background-image: url("bg0.jpg");
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: unset;
}
.loginfrm {
    z-index: 1;
    width: 360px;
    height: 380px;
    position: absolute;
    padding: 0;
    top: 50%;
    left: 50%;
    margin-top: -190.5px;
    margin-left: -180px;
}
.logo {
    width: 362px;
    height: 118px;
    position: absolute;
    top: 0;
    /* left: 50%; */
    /* z-index: 1; */
    /* margin-left: -158.5px; */
}
.lgnfrm {
    overflow: visible;
    width: 100%;
    height: 193px;
    position: relative;
    top: 55px;
    text-align: center;
    background-image: url(bgl.png);
    background-attachment: unset;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.lgncntr span {
    position: absolute;
    top: 30px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #999999;
    font-family: montserrat extrabold;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    text-shadow: 3px 7px 5px #000;
}
.lgncntr {
    position: absolute;
    top: 85px;
    left: 50%;
    margin-left: -181px;
}
.logintxt {
    width: 100%;
    height: 70px;
    background: transparent;
    border: 0;
    /* border-bottom: 1px solid #3e3e3e; */
    outline: none;
    letter-spacing: 5px;
    font-size: 16px;
    color: #fff;
    position: relative;
    line-height: 70px;
    top: 18px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 3px 7px 5px #000;
}
.logintxt:focus{/* letter-spacing: 2.5px; *//* font-size: 24px */}
.login {
    /* top: 0; */
}
.passw {
    /* left: 165px; */
    border: 0;
}
.btn {
    position: relative;
    top: 45px;
    width: 40%;
    height: 50px;
    font-size: 24px;
    font-family: montserrat black;
    letter-spacing: 3px;
    padding: 10px 0;
    color: #3d4032;
    background: linear-gradient(to bottom, rgba(45,49,34,1) 0%, rgba(17,21,7,1) 100%);
    border: 1px solid #696969;
    text-transform: uppercase;
    border-radius: 50px;
    border: 0;
    border-color: #474a3e;
    cursor: pointer;
    border-style: solid;
    border-width: 1px 0 0;
    text-shadow: 2px 3px 7px rgba(0, 0, 0, .45);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, .45);
}
.btn:hover {
    color: #e6ffd7;
    border: 1px solid #1d6304;
    background: rgba(31, 93, 0, 0.75);
    cursor: pointer;
    border-style: solid;
    -webkit-box-shadow: 0px 0px 25px -15px rgb(71, 197, 7);
    -moz-box-shadow: 0px 0px 25px -15px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 25px 0px rgb(56, 150, 9);
    text-shadow: 0px 5px 15px rgb(13, 37, 2);
	    -webkit-transition: opacity .3s linear;

}
.btn:focus {
    color: #fff;
    border: 0;
    background: rgba(86, 255, 0, .75);
    cursor: pointer;
    border-style: solid;
    -webkit-box-shadow: 0px 0px 25px -15px rgb(71, 197, 7);
    -moz-box-shadow: 0px 0px 25px -15px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 25px 0px rgb(134, 255, 73);
    text-shadow: 2px 3px 7px rgb(59, 175, 0);
	    -webkit-transition: opacity .3s linear;

}
.logintxt:focus .btn{background:#000; color:#fff}
.errortxt {
    position: relative;
    top: 79px;
    font-weight: 700;
    width: 100%;
    color: red;
    font-size: 12px;
}
.errortxt span {
    font-size: 14px;
    color: red;
    position: unset;
    letter-spacing: unset;
    font-family: montserrat;
}
input::-webkit-input-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #505344;

}
input:focus::-webkit-input-placeholder {
-webkit-transition: opacity .3s linear;
    color: #505344;
}
input:-moz-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #505344;
}
input:focus:-moz-placeholder {
    color: #505344;
}
input::-moz-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #505344;
}
input:focus::-moz-placeholder {
    color: #505344;
}
input:-ms-input-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #505344;
}
input:focus:-ms-input-placeholder {
    color: #505344;
}
.bg {
    background-image: unset
}
.noacct,
.registerr {
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
}
.noacct {
    top: 30px;
    color: #a1a5ac;
    text-decoration: none;
}
.registerr {
    top: 32px;
}
.registerr a {
    border-bottom: 1px solid #c73801;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}
.depositt {
    position: absolute;
    right: 160px;
    bottom: 250px;
    background: #c73801;
    color: #fff;
    width: 127px;
    text-transform: uppercase;
    height: 47px;
    text-align: center;
    line-height: 47px;
    letter-spacing: 2px;
    font-weight: 700;
    text-shadow: 2px 2px 5px #333;
    margin: 0 auto;
}
.rrights {
    position: absolute;
    bottom: 50px;
    color: #999;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
}
.respimg {
    width: 100%;
    height: auto;
    /* max-width: 374px; */
}
.depositt a,
.depositt a:visited {
    text-decoration: none;
    color: #fff
}
@media only screen and (min-width: 1920px) {
    body {
        background-image: url("bg0.jpg");
        height: 100%;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
    }
}