﻿* { outline:none}
*, :after, :before {    box-sizing: border-box;    -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;}
a { text-decoration:none; outline:none;}
img { outline:none; border:0px; max-width:100%;}
body,html{ width:100%; height:100%; margin:0px; padding:0px;}
body{ background:#f3f7f3;}
.new-login-register {
    position: fixed;
    height: 100%; width:100%;
}
.new-login-register .lg-info-panel {
    background: url(/images/login-bg.png) center center no-repeat !important;
    width: 50%;
    height: 100%;
    background-size: cover !important; position:fixed;
}
.new-login-register .lg-info-panel .inner-panel {
    position: absolute;
    height: 100%;
    width: 100%;
  
}
.new-login-register .new-login-box {
    /* margin-left: 50%; */
    margin-top: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 50px 50px 0 50px;
    float: right;
}
.font-42 {
    font-size: 42px !important;
}
.color-login {
    color: #8A8398;
}
.font-normal {
    font-weight: 400;
}
.m-t-10 {
    margin-top: 10px!important;
}
.font-16 {
    font-size: 16px !important;
}
.m-t-10{margin-top:10px;}
@media only screen
and (min-width : 768px)
and (max-width :990px)
{

}

@media (max-width:767px)
{

}	


 @-webkit-keyframes autofill {
    to {
        color: #666;
     
        background:#fff url(../img/userName.png) 13px 0px no-repeat;
    }
}

@-webkit-keyframes autofillA {
    to {
        color: #666;
        
       background: #fff url(../img/password.png) 13px 0px no-repeat;
    }
}

