*{
    margin: 0;
    padding: 0;
}
section{
    width: 100%;
}
.main_content{
    width: 95%;
    margin: 0 auto;
}
.right_form{
    height: 340px;
    background: #fff;
}
.form_msg{
    width: 80%;
    margin: 40px auto;
    max-width: 500px;
}
.user_login{
    font-size: 18px;
    margin-bottom: 25px;
}
input{
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    background: #eee;
    border: 0;
    text-indent: 15px;
}
#login{
    width: 100%;
    height: 40px;
    background: #fdd100;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}
.form_msg a{
    color: #3776d5;
    text-decoration: none;
    margin-top: 10px;
}
.forget{
    float: left;
}
.register{
    float: right;
}
