.darkblue-btn{
         background: url(../images/front/default/pmp-long-darkblue-btn.png) no-repeat center center;
         background-size: 157px;
         height: 41px;
         width: 157px;
         height: 41px;
}

input[type="checkbox"] {
    margin: 0;
}

.ci-box{
    width: 350px;
    margin: 1% 3% 0 63%;
    background-color: #fff;
    border-radius: 2%;
}
.ci-input,.lg-input,.ci-input:focus{
	border-color:#F5B832;
}
.ci-input,.ci-input,.ci-input:active{
    border: solid 1px #dddddd;
    border-radius: 2px;
    height: 33px;
    line-height: 36px;
    width: 233px;
    outline:none;
    padding-left: 75px;
    left: 19px;
    top: 0px;
}

.ci-label{
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    width: 70px;
    top: 11px;
    left: 15px;
}

.ci-btn-getcode{
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 #fba831;
    background-image: none !important;
    border: 5px solid #fba831;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: background-color .15s,border-color .15s,opacity .15s;
    -o-transition: background-color .15s,border-color .15s,opacity .15s;
    transition: background-color .15s,border-color .15s,opacity .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    background-color: #f5b832;
    border-color: #f5b832;
    border-radius: 5px;
    height: 30px;
    width: 130px;
    color: #fff;
}



.ci-select{
    width:191px;
    height: 25px;
    line-height: 25px;
    left: 0px;
    top:5px;
    margin: 2px 0 0 23px;
}


.alert {
    padding: 0;
    margin: 10px 0 0 0;
    color:#f00;
    font-size: 12px;
}

.alert-danger {

}

.ace-icon {
    text-align: center;
}
.fa {
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.lg-label{
    width: 30px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 10;
    background-size:  20px 20px;
}

.label-user{
  /* background-image: url(../images/login/lb-user.png); */
  background-image: url(../images/login/login-1.png);
}

.label-pwd{
/* background-image: url(../images/login/lb-pwd.png); */
background-image: url(../images/login/login-2.png);
}
.label-invitcode{
/* background-image: url(../images/login/lb-coder.png); */
background-image: url(../images/login/login-3.png);
}

.label-phone{
/* background-image: url(../images/login/lb-phone.png); */
background-image: url(../images/login/login-4.png);
}

.lg-tbox{
    height: 36px;
    line-height: 36px;
}

.lg-input,.lg-input:focus,.lg-input:active{
    background: #fff;
    padding-left: 40px;
     outline:none;
     width: 271px;
     border-radius: 6px;
}
.w309{
    width:309px;
}
.h36{
    height:36px;
    line-height:36px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.lg-fp,lg-fp:visited{
    /* color: #324b6e; */
    color:#777777;
    text-decoration:none;
    font-size: 12px;
}
.mloginBody{
    background: url("../images/front/default/pic03_u5_2.png") no-repeat fixed center center;
    width: 100%;
    background-color: #95b5ce;
    background-size:100%,200%;
}
.mloginword{
     background: url("../images/front/default/pic03_u5_w.png") no-repeat center center;
     width:379px;
     height:45px;
     background-size:100%,100%;
     margin: 0px auto;
     margin-left:-35px;
}
input::-webkit-input-placeholder { /* WebKit browsers*/ 
　　color:#DDD;font-size:12px;
　　}
input:-moz-placeholder {  /* Mozilla Firefox 4 to 18*/ 
　　color:#DDD;font-size:12px;
　　}
input::-moz-placeholder {  /* Mozilla Firefox 19+*/ 
　　color:#DDD;font-size:12px;
　　}
input:-ms-input-placeholder { /* Internet Explorer 10+*/ 
　　color:#DDD;font-size:12px;
}
