.icon-username {
    font-size: 20px;
    color: #e2e4e5;
    line-height: 36px;
}

.form-control {
    display: inline-block;
    height: 28px;
    padding: 4px 12px;
    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;
    background: rgba(198, 197, 197, 0.49);
    color: #fff;
    border: none;
    width: 177px;
}

.loginname-box {
    display: inline-block;
    height: 36px;
    border: 1px solid #e2e4e5;
    margin-bottom: 5px;
}

:-moz-placeholder {
    color: #e2e4e5;
    opacity: 1;
}

::-moz-placeholder {
    color: #e2e4e5;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #e2e4e5;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #e2e4e5;
    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: 30px;
    color: #e2e4e5;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-right: 17px;
    margin-top: 5px;
}
a.to-register:hover{
    color: #fff;
}

.loginlayer {
    z-index: 99;
    position: fixed;
    top: 120px;
    width: 400px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.loginlayer .loginname-box {
    width: 300px;
}
.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;
}
