
#login_warning,#login_error,#login_server,#login_failed,#login_no_password{
    display: none;
    color: red;
}
.down-content{
    margin-top: 30px;
    color: #fdf7f7;
}
.down-content small a{
    text-decoration: underline;
}



/*signup*/

#body_blocker{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    background-color: black;
    opacity: .6;
    display: none;
}
.reporter{
    display: none;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 111;
    filter: alpha(opacity=50);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.arrenger{
    height: 100px;
    width: 300px;
    margin-top: 20%;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;

}
.reset_btn{
    position: relative;
    float: right;
}
.back_btn{
    position: relative;
    transform: translateY(-40px);
}
.notify{
    margin-bottom: 10px;
}