#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: 300px;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;
}