.check-agree-box {
    border: 1px solid #D7D7D7;
    border-width: 1px 0;
    padding: 15px 5px;
    clear: both;
     margin: 25px 0px 20px;
    font-size: 14px;
}

.check-agree label {
    display: inline-block;
    margin: 5px 0;
}

.check-agree strong,
.check-agree a {
    color: #c70000;;
}

.check-agree a:hover {
    text-decoration: underline;
}

.member-bth {
    text-align: center;
    margin: 40px 0px;
}
    .static-control {
        color: #000;
        padding: 0px;
    }
.btn.normal2 {
    color: #fff;
    font-size: 15px;
    padding: 5px;
    width: 150px;
    height: 40px;
    background: #666;
    border-radius: 0px;
    display: inline-block;
    line-height: 30px;
}
.btn.normal2:hover {
    background:#252527;
    -webkit-animation: neon 0.5s ease-in-out infinite alternate;
    animation: neon 0.5s ease-in-out infinite alternate;
}
@keyframes neon {
    from {
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #f1f1f1, 0 0 35px #f1f1f1, 0 0 40px #f1f1f1, 0 0 50px #f1f1f1, 0 0 75px #f1f1f1;
    }
    to {
      text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #f1f1f1, 0 0 17.5px #f1f1f1, 0 0 20px #f1f1f1, 0 0 25px #f1f1f1, 0 0 37.5px #f1f1f1;
    }
  }

.login-out {
    margin: 20px 0 0;
}

.fb-login {
    margin-bottom: 5px;
}

.line {
    padding: 20px 25px;
}

.content-title {
    border-top: 1px solid #d7d7d7;
    padding-top: 30px;
}

@media screen and (max-width: 900px) {
    .content-title {
        border: none;
        padding: 0;
    }
    .member-bth {
        text-align: center;
        margin: 3px 0px;
    }
    .line {
        padding: 10px 25px;
    }
    .form-box .tips {
        margin-bottom:15px;
    }
    .form-box .form-group {
        line-height: 2em;
    }
    .check-agree-box {
        padding: 5px;
    }
}
@media screen and (max-width: 769px) {

.check-agree-box {
    margin: 25px 0px 20px;
}

}
@media screen and (max-width: 500px) {
    .member-bth {
        margin: 15px 0 0;
    }
    .btn.normal2 {
        padding: 5px 15px;
        width: auto;
       width: 150px;
        font-size: 13px;
    }
}


