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: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sldrcntnr {
    width: 1215px;
    height: 492px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -246px;
    margin-left: -608px;
    border-left: 3px solid red;
    box-shadow: 0px 37px 61px -17px rgba(0, 0, 0, 0.75);
}
.sldrfrm {
    width: 90px;
    height: 345px;
    background-image: url("sldrfrm.png");
    position: absolute;
    z-index: 1;
}
.loginfrm {
    z-index: 1;
    width: 475px;
    height: 100%;
    position: absolute;
    padding: 0;
    right: 0;
}
.logo {
    width: 472px;
    height: 188px;
    background-image: url("logo_ezwin247.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 1;
}
.lgnfrm {
    overflow: hidden;
    width: 100%;
    height: 300px;
    position: relative;
    top: 60px;
    text-align: center;
}
.lgncntr span {
    position: absolute;
    top: 40px;
    left: 100px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #faf9b0;
    font-family: montserrat black;
}
.lgncntr {
    position: absolute;
    top: 146px;
    right: 45px;
    width: 380px;
    height: 400px;
    background: rgba(13,33,0,1);
    background: -moz-linear-gradient(top, rgba(13,33,0,1) 0%, rgba(54,145,1,0.78) 20%, rgba(54,145,1,0) 90%, rgba(54,145,1,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(13,33,0,1)), color-stop(20%, rgba(54,145,1,0.78)), color-stop(90%, rgba(54,145,1,0)), color-stop(100%, rgba(54,145,1,0)));
    background: -webkit-linear-gradient(top, rgba(13,33,0,1) 0%, rgba(54,145,1,0.78) 20%, rgba(54,145,1,0) 90%, rgba(54,145,1,0) 100%);
    background: -o-linear-gradient(top, rgba(13,33,0,1) 0%, rgba(54,145,1,0.78) 20%, rgba(54,145,1,0) 90%, rgba(54,145,1,0) 100%);
    background: -ms-linear-gradient(top, rgba(13,33,0,1) 0%, rgba(54,145,1,0.78) 20%, rgba(54,145,1,0) 90%, rgba(54,145,1,0) 100%);
    background: linear-gradient(to bottom, rgba(13,33,0,1) 0%, rgba(54,145,1,0.78) 20%, rgba(54,145,1,0) 90%, rgba(54,145,1,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2100', endColorstr='#369101', GradientType=0 );
}
.logintxt {
    width: 297px;
    height: 34px;
    background: #faf9b0;
    border: none;
    outline: none;
    text-align: center;
    letter-spacing: 2.5px;
    font-size: 15px;
    color: #000;
    position: relative;
    top: 24px;
    font-weight: bold;
    border-radius: 50px;
    margin-bottom: 14px;
}
.login {
    /* left: 15px; */
}
.passw {
    /* left: 165px; */
}
.btn {
    position: relative;
    top: 23px;
    width: 297px;
    height: 40px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 16px;
    font-family: montserrat;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 10px 0;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0 5px 7px 0px rgba(0,0,0,0.45);
    background: rgba(58, 58, 58);
    background: -moz-linear-gradient(top, rgba(58, 58, 58) 0%, rgba(0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58, 58, 58)), color-stop(100%, rgba(0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(58, 58, 58) 0%, rgba(0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(58, 58, 58) 0%, rgba(0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(58, 58, 58) 0%, rgba(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(55, 145, 1) 0%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#000000', GradientType=0 );
    border-top: 2px solid #64ef12;
}
.btn:hover {background: rgba(255,0,0,1);background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,0,1)), color-stop(100%, rgba(0,0,0,1)));background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);background: -o-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);background: -ms-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%);background: linear-gradient(to bottom, rgba(255,0,0,1) 0%, rgb(58, 0, 0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000', GradientType=0 );border-top: 2px solid #fda0a0;}
.btn:focus{background:#1b4800;-webkit-box-shadow: inset 5px 5px 16px 0px rgba(0,0,0,0.75);-moz-box-shadow: inset 5px 5px 16px 0px rgba(0,0,0,0.75);box-shadow: inset 5px 5px 16px 0px rgba(0,0,0,0.75);border:0;color: #2f7d00;border-bottom: 2px solid #ffffff;}

.error {
    position: relative;
    top: 24px;
    font-weight: 700;
    width: 400px;
    height: 50px;
}
.error span {
    font-size: 12px;
    color: red;
    position: unset;
    letter-spacing: unset;
	    font-family: montserrat ;

}
input::-webkit-input-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #379101
}
input:focus::-webkit-input-placeholder {
    opacity: .5
}
input:-moz-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #379101
}
input:focus:-moz-placeholder {
    opacity: .5
}
input::-moz-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #379101
}
input:focus::-moz-placeholder {
    opacity: .5
}
input:-ms-input-placeholder {
    -webkit-transition: opacity .3s linear;
    color: #379101
}
input:focus:-ms-input-placeholder {
    opacity: .5
}
/**/@media only screen and (max-width: 1600px) {
    .loginfrm {
       	background: rgb(255, 254, 210);
	background: -moz-linear-gradient(top, rgb(255, 254, 210) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgb(255, 254, 210) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgb(255, 254, 210) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgb(255, 254, 210) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgb(255, 254, 210) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
        )
    }

    .error span {
        color: #ffca00;
    }
}