#login{
    position: fixed;height: 100%;width: 100%;top:0;left:0;z-index: 10000;background: rgba(0,0,0,0.7);display: none;
}
#loginmodal{
    position: fixed;width: 260px;top:20%;left:40%;background: #f3f6fa;padding: 20px;border-radius: 10px;box-shadow:0 0 20px #ccc;
}
#loginmodal .login_close{
    background: url("../images/modal_close.png");width: 14px;height: 14px;position: absolute;z-index: 100000;right: 15px;top:20px;
}

#loginmodal .form-group input{
    padding: 0;text-indent: 14px;
}
#loginbtn{
    background: #4f94cf;border: none;color: #fff;padding:6px 25px;font-weight: 600;border-radius: 3px;
}
.login-wrap{font-size: 14px;}
.login-wrap .form-group{margin-bottom: 15px;font-weight: 600;}
.login-wrap .form-group label{display: block;margin-bottom: 5px;}
.login-wrap .form-group input{
    display: block;text-indent:14px;height: 34px;font-size: 14px;color: #888888;width: 240px;border: 1px solid #ccc;border-radius: 3px;
}
.login-wrap a{
    text-decoration: none;color: #667fa0;
}