#register-bg {
    height: 1000px;
    /* position: relative;
    background-image: url("https://hkgamestar.oss-cn-hongkong.aliyuncs.com/register-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden; */
    padding-top:200px;
}
.register-box {
    /* height: 559px; */
    /* background-color: white;
    position: absolute;
    top: 170px;
    right: 120px; */
    text-align: center;
    padding: 20px;
    margin-top: 200px;
    margin: 0 auto;
}
.register-box_p {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 10px;
}
.form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}
.form-group span {
    color: red;
}
.form-group .row_rel {
    display: flex;
    align-items: center;
    line-height: 60px;
}
.form-group .row_rel button {
    font-size: 12px;
    width: 100px;
    height: 40px;
    border: 1px solid rgba(228, 236, 241, 1);
    line-height: 40px;
    background: white;
}
.form-group input {
    /* width: 347px; */
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(228, 236, 241, 1);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
@media only screen and (max-width: 991px) {
    #register-bg{
        padding-top:0px;
    }
    .register-box {
        /* margin-top:180px; */
        top: 200px;
        /* right: 8%; */
    }
}
.form-control:focus {
    border-color: white;
    /* box-shadow: 0 0 0 0.03rem red; */
    box-shadow: none;
}

.form-control:blur {
    display: none;
}
.form-group input {
    padding-left: 10px;
}
.error {
    color: red;
}
.has-success {
    background-color: lightgreen;
}

input:focus {
    outline: none;
}
.form-check-input {
    width: 15px !important;
    height: 15px !important;
}
.meout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 20px;
    text-align: left;
}
a:hover {
    color: #007bff;
}
/* a {
    color: #007bff;
} */
.term-box{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.term-box a{
    max-width:50px;
}
.term {
    color: #007bff !important;
    
}
#btn_register {
    border-width: 0px;
     width:100%;
    /* width: 385px !important; */
    height: 52px !important;
    background: black;
    font-family: "Bodoni Bd BT Bold", "Bodoni Bd BT", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 10px;
}
#btn_login {
    border-width: 0px;
    /* width: 385px !important; */
    width: 100%;
    height: 52px !important;
    background: black;
    font-family: "Bodoni Bd BT Bold", "Bodoni Bd BT", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 10px;
}
button[type="submit"] {
    width: 100%;
    color: #ffffff;
    padding: 0px;
}
.go_register {
    display: flex;
    justify-content: space-between;
}
