button {
    border-width: 0;
    padding: 0;
}

#my-header {
    height: 400px;
    width: 100%;
    background-image: url(../img/login/register_top_bg.png);
    z-index: 0;
}

#my-header .top {
    width: 100%;
    height: 62px;
    background: rgba(0, 117, 255, 1);
    opacity: 0.54;
}

#my-header .top .container {
    height: 100%;
}

#my-header .top a {
    height: 62px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 62px;
}

#my-header .img-logo {
    height: 43px;
    width: 688px;
    margin: 0 auto;
    margin-top: 71px;
    margin-bottom: 68px;
}

#register {
    max-width: 876px;
    width: 80%;
    height: 630px;
    margin: 0 auto;
    margin-top: -116px;
    margin-bottom: 70px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 60px 0px rgba(37, 137, 255, 0.2);
    border-radius: 4px;
    overflow: hidden;
    z-index: 10;
}

#register>p {
    width: 96px;
    font-size: 24px;
    font-weight: bold;
    color: rgba(29, 119, 255, 1);
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 13px;
}

#register .input {
    margin-top: 20px;
    color: #666666;
    position: relative;
}

#register .input>div {
    width: 600px;
    color: rgb(233, 0, 0);
    position: absolute;
    top: 27px;
    left: 228px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    font-size: 12px;
}

#register .input>input {
    padding-left: 9px;
    width: 420px;
    height: 38px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(189, 199, 211, 1);
    font-size: 14px;
    display: block;
    margin: 0 auto;
    color: #666666;
}

#register .input-verifiedCode {
    margin-top: 20px;
    font-size: 0;
}

#register .input-verifiedCode>input {
    width: 200px;
    height: 38px;
    font-size: 14px;
    padding-left: 9px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(189, 199, 211, 1);
    margin-right: 20px;
    margin-left: calc(50% - 210px);
    vertical-align: middle;
}

#register .input-verifiedCode>button {
    width: 200px;
    height: 38px;
    background: rgba(242, 242, 242, 1);
    vertical-align: middle;
    font-size: 14px;
}

#register .input-verifiedCode>button:hover {
    color: #199fcc;
    border: 1px solid #199fcc;
    outline-width: 0;
}

#register .input-button {
    margin-top: 30px;
}

#register .input-button>button {
    width: 420px;
    height: 40px;
    background: linear-gradient(90deg, rgba(72, 145, 255, 1), rgba(30, 120, 255, 1));
    border-radius: 2px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    margin-left: calc(50% - 210px);
}

#register .input-button>button:hover {
    background-color: #42c0ea;
    box-shadow: 1px 1px 15px #42c0ea;
}

#register .input-link {
    width: 420px;
    margin: 0 auto;
    margin-top: 20px;
}

#register .input-link>a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(29, 119, 255, 1);
}

#register .input-link>a:hover {
    color: #199fcc;
}