#login_form{
	font: italic;
	text-align: center;
	right: 20px;
}
#body{
	background: #EB0003;
}
.pass_main .pass_btn {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.pass_main .pass_btn .pass_icon {
    background-image: url(lock.png);
    background-size: 21px 25px;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    border-radius: 22px;
}
.pass_main .pass_btn .pass_icon:hover {
    box-shadow: 1px 1px 5px #444;
}
.pass_main .pass_pop_bg {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000c2;
    z-index: 2000;
}
.pass_main .pass_pop {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 380px;
    height: 180px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
}
.pass_main .pass_pop #pass_pop_head {
    height: 40px;
    text-align: center;
    padding: 17px;
    font-size: 26px;
}
.pass_main .pass_pop #pass_pop_msg {
    color: #f00;
    padding: 0px 10px;
    text-align: center;
}
.pass_main .pass_pop #pass{
    padding: 8px;
    width: calc( 100% - 20px );
    margin: 0px 10px 10px 10px;

}
#pass_pop_exit {
    position: absolute;
    right: 10px;
    top: 6px;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 3px 8px;
    background-color: #fff;
}
#pass_pop_exit:hover {
    background-color: #f00;
    color:#eee;
}
#pass_pop_send {
    width: calc( 100% - 40px );
    background-color: #f00;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 10px 10px;
    border-radius: 4px;
    cursor: pointer;
}
