*{
    font-size:14px;
    font-family:"微软雅黑";
    padding: 0px;
}

body{
    overflow-x: hidden;
}
.m-heading{
    height:60px;background-color:#1d1d1d;
    color:#fff;line-height: 60px;
    min-width: 700px
    
}

a,a:hover,a:visited{
    color:#fff;
    text-decoration:none;
}

li{
    margin: 0px 20px;
    cursor: pointer
} 

.m-body{
    background: url('../img/bg.jpg') no-repeat ;
    padding-top: 100px;
    background-color:#1d1d1d;
}
#hdmenu{
    display: none;
    position: fixed;
    top:0px;
    left:100%;
    margin-left: -50px;
    color: #333;
}
#hdmenu li{
    margin: 5px;
}
.m-login{
    width:350px;
    height:460px ;  
    border-radius: 14px;
    background-color: rgba(255,255,255,0.3);
    border: 2px solid rgba(255,255,255,1);
    text-align: center;
    color: #fff;
    margin-left: calc( 100% - 500px);
}
.m-login .row{
    margin-top: 18px;
}
.m-login .row label{  
    font-size: 1.2em;
    margin-top: 5px;
    font-weight: 400;
}
.m-login .form-inline label{  
    font-size: 1.2em;
    margin-top: 18px;
    font-weight: 400;
    margin-right:18px;
}
.m-login .title{   
    font-size: 2em;
    margin:40px 0px 22px 0px;
    font-weight: 400;
}

.form-control{
    width:54%;
}
.mg-top18{
    margin-top:18px
}

#code{
    margin-right: 18px;
    width:80px;
    font-size: 1.2em;
    font-style: italic;
}

/* chekbox */
.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
    display: inline-block;
}

.checkbox-custom input[type="checkbox"] {
    opacity: 0;/*将初始的checkbox隐藏起来*/
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px;
}

.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 1);;
    background: rgba(255, 255, 255, 0.1);
}

.checkbox-custom input[type="checkbox"]:checked +label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    top: 47%;
    left: 3px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}
.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: left;
    font-size: 1em !important;
}

.loginbtn{
    background-color: #394a8a;
    font-size: 1.5em;
    width:264px;
    color: #fff;
}

.remcheck{
    text-align:left;margin-left:55px;
}


.m-footer{
    color: #fff;
    text-align: center;
    margin-top:115px;
    
}




