@import url(https://fonts.googleapis.com/css?family=Montserrat);

body{background-color:#060609;font-family:Montserrat;background-image: url(bg0.jpg);background-attachment: fixed;/* background-size: cover; */background-repeat: no-repeat;background-position: center;}
.cntnr{position:absolute;top: 50%;left: 50%;width: 1080px;height: 349px;margin-top: -175px;margin-left: -500px;background: #000 url(sbanner.jpg)no-repeat;box-shadow: 0 20px 70px 30px rgb(0 0 0 / 75%);}
.mplogo {
    width: 236px;
    height: 50px;
    position: absolute;
    top: 65px;
    right: 65px;
    z-index: 9999;
    background: url(logo_sport507.png)no-repeat;
}

.mlogin {
    width: 290px;
    height: 277px;
    position: absolute;
    top: 38px;
    right: 38px;
    background:linear-gradient(to right, rgba(103,103,103,1) 0%, rgba(0,0,0,1) 50%, rgba(190,78,26,1) 100%);;
}
.mlogin span {
    position: absolute;
    top: 30px;
    left: 215px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.bglogin{
    width: 288px;
    height: 275px;
    background: #050605;
    position: absolute;
    top: 1px;
    left: 1px;
}
.logintxt,
.logintxt2 {
    background: #333;
    height: 45px;
    padding: 0 !important;
    position: absolute;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: montserrat;
    border: 0;
    left: 0;
    color:#fff;
    text-align: center;
    border-radius: 4px;
}
.logintxt2 {top: 150px;left: 27px;}
.logintxt {
    width: 80%;
    top: 95px;
    left: 27px;
}
.logintxt2 {
    width: 80%;
}

span.cas {
	top: 35px;
	margin-left: -30px;
}
span.hrs {
	top: 51px;
}
.btn01 {
    position: absolute;
    width: 80%;
    height: 42px;
    top: 206px;
    left: 27px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px #000;
    letter-spacing: 2px;
    background: #bd4e1a;
    border: 0;
    border-radius: 4px;
}
.errortxt {
    z-index: 9999;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    width: 100%;

    top: 97px;
    height: 20px;
}
.errortxt span {
    color: red !Important;
    letter-spacing: 1px;
}
input::-webkit-input-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #929592
}
input:focus::-webkit-input-placeholder {
    opacity: .35
}
input:-moz-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #929592
}
input:focus:-moz-placeholder {
    opacity: .35
}
input::-moz-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #929592
}
input:focus::-moz-placeholder {
    opacity: .35
}
input:-ms-input-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #929592
}
input:focus:-ms-input-placeholder {
    opacity: .35
}
.jcj{
    width: 227px;
    height: 84px;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: .6;
    margin-left: -93.5px;
    margin-top: 230px;
    transition: all 0.65s ease;
}
.jcj:hover {
    opacity: 1;
    transition: all 0.65s ease;
}
.responsive {
    width: 100%;
    height: auto;
}