.icon-username {
    font-size: 20px;
    color: #555757;
    line-height: 30px;
}

.form-control {
    display: inline-block;
    height: 22px;
    padding: 4px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    border: none;
    width: 95px;
    background: rgba(255, 255,255, 0.1);
}

.loginname-box {
    display: inline-block;
    height: 30px;
    border: 1px solid #696b6c;
    margin-bottom: 5px;
}

:-moz-placeholder {
    color: #535151;
    opacity: 1;
}

::-moz-placeholder {
    color: #535151;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #535151;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #535151;
    opacity: 1;
}

.icon-box {
    display: inline-block;
    float: left;
    width: 40px;
}

.error-tips {
    color: #ef7a7a;
    margin-bottom: 10px;
    display: none;
}

.rememberPass {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(/static/images/icon17.png) no-repeat center center;
    float: left;
    margin-top: 5px;
    margin-left: 12px;
}

.rememberPass.on {
    background: url(/static/images/icon17-1.png) no-repeat center center;
}

.rememberTxt {
    display: inline-block;
    float: left;
    margin-top: 5px;
    color: #e2e4e5;
    height: 30px;
    line-height: 30px;
}

.to-register {
    line-height: 26px;
    display: inline-block;
    float: right;
    margin-right: 29px;
}

.loginlayer {
z-index: 99;
position: fixed;
top: 120px;
width: 400px;
margin: 0 auto;
left: 0;
right: 0;
}
.loginlayer .loginname-box {
width: 290px;
}
.loginlayer .rememberPass {
margin-left: 43px;
}
.loginlayer .to-register {
margin-right: 50px;
}
.loginlayer .form-control {
width: 236px;
}
.loginlayer .wrap > .frt {
width: 400px;
background: rgba(0, 0, 0, 0.69);
}

.loginlayer h3 img {
vertical-align: middle;
}

.loginlayer h3 {
line-height: 30px;
font-size: 16px;
color: #fff;
}

.loginlayer h3 span {
display: inline-block;
vertical-align: middle;
padding: 0 10px;
font-weight: normal;
}

.loginlayer .img {
padding: 5px 30px;
}


.loginlayer .close {
position: absolute;
top: 5px;
right: 12px;
width: 24px;
height: 24px;
cursor: pointer;
color:#e2e4e5;
}

.loginlayer .close:hover {
color:#fff;
}

.loginLine {
    border-bottom: 1px solid #3e3b3b;
    width: 170px;
    height: 1px;
    margin: 0 auto;
    padding-top: 10px;
}

.loginType {
    color: #fff;
    font-size: 12px;
    background: #3e3b3b;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    top: -12px;
}