@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;700;800;900&display=swap');

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;
	font-family: montserrat;
}
.loginfrm {
    z-index: 1;
    width: 500px;
    height: 100%;
    position: absolute;
    padding: 0;
    right: 0;
    overflow-y: hidden;
}
.logo {
    width: 90%;
    height: auto;
    position: absolute;
    top: 60px;
    z-index: 1;
    margin-right: -130px;
}
.lgnfrm {
    height: 207px;
    position: relative;
    text-align: center;
    top: 60px;
}
.lgncntr span {
    position: absolute;
    top: 10px;
    font-size: 24px;
    letter-spacing: 4px;
    color: red;
    font-family: montserrat;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.lgncntr {
    position: absolute;
    top: 173px;
    left: 70px;
    width: 304px;
    height: 265px;

}
.logintxt{
    width: 75%;
    height: 50px;
    background: #000;
    border: 2px solid #0072ff;
    outline: none;
    letter-spacing: 3px;
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: montserrat;
    border-radius: 50px;
    margin-top: 15px;
    box-shadow: 0 4px 0 #0049a2;
}

.login {
    top: 0;
}

.btn {
    position: relative;
    top: 20px;
    width: 77%;
    height: 50px;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 1px 4px #000;
    padding: 10px 0;
    border: 0;
    color: #a8cfff;
    text-transform: uppercase;
    border-radius: 60px;
    background: #0072ff;
    box-shadow: 0 7px 0 #0049a2;
    transition: .25s;
    border-top: 2px solid rgb(255 255 255 / 50%);
}
.btn:hover {
    color: white;
    border: 0;
    top: 25px;
    border-color: #399aff;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 4px 0 #0049a2;
    }
.btn:active, .btn: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;
}
.errortxt {
    position: relative;
    top: 80px;
    width: 100%;
    color: red;
    font-size: 10px;
}
.errortxt span {
    font-size: 12px;
    color: red;
    position: unset;
    letter-spacing: 1px;
    font-family: montserrat;
}
input::-webkit-input-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #ccc;

}
input:focus::-webkit-input-placeholder {
opacity:.75
}
input:-moz-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #ccc
}
input:focus:-moz-placeholder {

}
input::-moz-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #ccc
}
input:focus::-moz-placeholder {

}
input:-ms-input-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #ccc
}
input:focus:-ms-input-placeholder {

	color: #ccc
}

.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;
  }
.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;
	}

}

@media only screen and (max-width: 1024px) {
.jislider {display:none}
	.logo{top: 50%;margin-top: -240px;width: 100%;}
	.loginfrm{background: #000;width: 100%;}
	.lgncntr{
		margin-top: -132.5px;
		top: 50%;
		left: 50%;
		margin-left: -152px;
	}
	.depositt{
    right: 50%;
    margin-right: -63.5px;
    bottom: unset;
    top: 65px;
    position: relative;
    }
	.rrights{
    position: absolute;
    bottom: 20px;
    letter-spacing: 1px;
    color: #666;
    }
}   
@media only screen and (min-height: 640px) and (max-height: 812px){
	.rrights, .depositt{
		position: absolute;
		top: unset;
	}
	.rrights{
		bottom:20px;
	}
	.depositt{
		bottom: 100px;
	}
}
@media only screen and (min-height: 1024px) and (max-height: 1024px){
	.lgncntr{
		top: 40%;
		margin-top:-167px;
	}
	.logo{top:60px}
}
@media only screen and (min-width: 1025px) and (max-width: 1919px){

.loginfrm{/* background: rgb(0 0 0 / 45%); */}

}
@media only screen and (max-height: 480px){
	.rrights{bottom: 15px;position: absolute;top: unset;font-size: 9px;}

}

@media only screen and (max-height: 380px){
	.rrights, .lgncntr span{display:none}

}