/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.clearfix {
    clear: both
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.fade {
    -webkit-animation: fade .5s alternate forwards;
    animation: fade .5s alternate forwards
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.color-white {
    color: #fff !important
}

.color-green {
    color: #07a800 !important
}

.color-blue {
    color: #183186 !important
}

.fixed {
    position: fixed !important
}

.bg-grey {
    position: relative
}

.bg-grey:before {
    content: "";
    background: #f7f7f7;
    display: block;
    position: absolute;
    left: -4000px;
    right: -4000px;
    bottom: 0;
    top: 0;
    z-index: -1
}

.bg-grey2 {
    position: relative
}

.bg-grey2:before {
    content: "";
    background: #f2f2f2;
    display: block;
    position: absolute;
    left: -4000px;
    right: -4000px;
    bottom: 0;
    top: 0;
    z-index: -1
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.w-auto {
    width: auto !important
}

.font-noto {
    font-family: Noto Sans, sans-serif
}

.font-simsun {
    font-family: SimSun, sans-serif
}

.login-form {
    color: #444;
    width: 330px;
    display: inline-grid;
}

.login-form__row {
    margin-left: -5px;
    margin-right: -5px;
    display: flex
}

.login-form__row.-email .login-form__col:last-child {
    flex-grow: 0;
    width: auto
}

.login-form__row.-action {
    margin-top: 30px
}

.login-form__col {
    padding: 4px 5px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    flex-wrap: wrap
}

.login-form__input {
    background: #FFF;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    padding: 0 15px;
    border: 1px solid #e7d6b8;
    border-radius: 25px;
    width: 100%
}

.login-form__input::-webkit-input-placeholder {
    font-style: italic;
    color: #dbdbdb;
}

.login-form__input:-moz-placeholder,
.login-form__input::-moz-placeholder {
    font-style: italic;
    color: #dbdbdb;
}

.login-form__input:-ms-input-placeholder {
    font-style: italic;
    color: #dbdbdb;
}

.login-form__input.-no-border {
    border-color: transparent
}

.login-form__input.-username {
    background-image: url(../images/icon/input-user.png)
}

.login-form__input.-password,
.login-form__input.-username {
    background-repeat: no-repeat;
    background-position: 15px;
    padding-left: 50px
}

.login-form__input.-password {
    background-image: url(../images/icon/input-lock.png)
}

.login-form__input.is-invalid {
    border-color: #c70000
}

.login-form__email-tail {
    margin: 0
}

.login-form__text-email {
    margin: 0;
    font-weight: 700;
    font-size: 20px
}

.login-form__forgot-pw {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 16px
}

.login-form__forgot-pw a {
    color: #414141
}

.login-form__forgot-pw a:hover {
    color: #00857c
}

.login-form.-sign-in .login-form__row.-email {
    margin-bottom: 13px
}

.login-form .button+.button {
    margin-left: 10px
}

.login-panel {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    min-height: 545px;
    display: flex;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    border-radius: 20px;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-direction: row-reverse;
    overflow: hidden
}

.login-panel.-reverse-col {
    flex-direction: row
}

@media (max-width:767px) {
    .login-panel {
        flex-wrap: wrap
    }
}

.login-panel__main {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 70px 30px
}

@media (max-width:767px) {
    .login-panel__main {
        width: 100%
    }
}

.login-panel__sidebar {
    width: 50%;
    background: url(../images/login/register-panel-bg.jpg) 50% no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center
}

@media (max-width:767px) {
    .login-panel__sidebar {
        width: 100%
    }
}

.login-panel__sidebar__content img {
    max-width: 187px;
    height: auto
}

.login-panel__sidebar__content p {
    font-size: 20px;
    line-height: 1.2;
    margin: 30px 0
}

.login-panel__sidebar.-sign-in {
    background-image: url(../images/login/login-panel-bg.jpg)
}

.login-panel__title {
    font-size: 30px;
    line-height: 1.2;
    color: #00857c;
    font-weight: 700;
    margin: 0 0 45px;
    width: 100%
}

.login-wrapper {
    background: url(../images/login/bg.jpg) 50% no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 50px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 14px
}

.login {
    border-radius: 10px;
    box-shadow: 0px 0px 10px #dbdbdb;
    font-size: 16px;
    color: #333333;
}

.login .color-red {
    color: #ed1c24;
}

.login-left {
    text-align: center;
    display: grid;
    align-items: center;
    height: 100%;
    padding-bottom: 70px;
}

.login-right {
    text-align: center;
    display: grid;
    align-items: center;
}

.login-logo {
    width: 150px;
}

.login-form button {
    background: rgb(14, 111, 214);
    background: linear-gradient(90deg, rgba(14, 111, 214, 1) 0%, rgba(14, 111, 214, 1) 29%, rgba(73, 146, 201, 1) 53%, rgba(73, 146, 201, 1) 77%, rgba(73, 146, 201, 1) 100%);
    width: 330px;
    height: 45px;
}

.login-form button:hover {
    background: rgb(14, 111, 214);
    background: linear-gradient(90deg, rgba(14, 111, 214, 1) 0%, rgba(14, 111, 214, 1) 29%, rgba(73, 146, 201, 1) 53%, rgba(73, 146, 201, 1) 77%, rgba(73, 146, 201, 1) 100%);
    opacity: 0.9;
}

.login a {
    text-decoration: underline;
    color: #999999;
}

.login-form__link-register {
    font-style: italic;
    color: #999999;
}
.login-form__link-register a {
    color: rgb(14, 111, 214);
}
.login-form__link-policy {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.login-form__link-policy a {
    white-space: nowrap;
    color: #999999 !important;

}
.login-right {
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-right .img-fluid {
    width: 100%;
}


/* register */

.register {
    border-radius: 10px;
    box-shadow: 0px 0px 10px #dbdbdb;
    font-size: 16px;
    color: #333333;
}

.register-main {
    color: #444;
    width: 430px;
    display: inline-grid;
}

.register .text-highlight {
    color: #cca766;
}

.register-main button {
    background-color: #ed1c24;
    width: 330px;
    height: 45px;
}

.register-form {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}

.register-form__select {
    width: 160px;
    height: 46px;
    margin-top: 0px;
    border: 1px solid #e7d6b8;
    border-radius: 25px 0px 0px 25px;
    color: #cca766;
    background: url(../images/icon/select-arrow.png) no-repeat right #FFF;
    background-position-x: 138px;
    font-size: 16px;
}

.register-form__input {
    width: 100%;
    background: #FFF;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    padding: 0 15px;
    border: 1px solid #e7d6b8;
    border-radius: 25px;
}

.register-form__input::-webkit-input-placeholder {
    font-style: italic;
    color: #dbdbdb;
}

.register-form__input:-moz-placeholder,
.register-form__input::-moz-placeholder {
    font-style: italic;
    color: #dbdbdb;
}

.register-form__input:-ms-input-placeholder {
    font-style: italic;
    color: #dbdbdb;
}

.register-main button:hover {
    background-color: #ec8285;
}

.register-form__select:focus {
    border: 1px solid #e7d6b8;
    outline: 0;
    box-shadow: none;
}

.register a {
    text-decoration: underline;
    color: #0e6fd6;
}

.login-form__input.-verifycode {
    text-align: center;
}

.signin-form .login-form__col.-ckb-group-top {
    box-shadow: 0px 0px 2px #999999;
    padding: 20px 10px;
    border-radius: 5px;
}

.signin-form .login-form__input {
    width: 330px;
    text-align: center;
}

.signin-form .form-check label {
    margin-top: 2px;
}

.signin-form__text_red {
    color: red;
    font-weight: bold;
}

.signin-form .login-form__input.-required_red {
    border: 1px solid #f3777b;
}

.signin-form .login-form__col.-ckb-group-bottom {
    /* min-width: 430px; */
    display: grid;
}

.signin-form .login-form__line {
    width: 100%;
    max-width: 280px;
    height: 1px;
    background-color: #e0e0e0;
}

.signin-form .login-form__col.-ckb-group-bottom label {
    float: left;
}

.signin-form .form-check-input {
    border-color: #ed1c24;
    outline: 0;
    box-shadow: none;
}

.signin-form .form-check-input:checked {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.signin-form .form-check-input:focus {
    border-color: #ed1c24;
    outline: 0;
    box-shadow: none;
}

.signin-form .pr-2 {
    padding-right: 1.5em;
}

.signin-form .form-check-input:checked+label {
    font-weight: bold;
    color: #ed1c24;
}

.rv-team-form__select {
    height: 46px;
    margin-top: 0px;
    border: 1px solid #e7d6b8;
    color: #cca766;
    background: url(../images/icon/select-arrow.png) no-repeat right #FFF;
    background-position-x: 300px;
    font-size: 16px;
    width: 330px;
    border-radius: 25px;
    text-align: center;
}

.rv-team-form__select:focus {
    border-color: #e7d6b8;
    outline: 0;
    box-shadow: none;
}

@media (max-width: 991px) {
    .register-main {
        width: auto;
    }

    .register-form {
        display: grid;
        align-items: center;
    }

    .register-form__select {
        width: 330px;
        border-radius: 25px;
        background-position-x: 300px;
        text-align: center;
        margin-bottom: 10px;
    }

    .register-form__input {
        width: 330px;
        border-radius: 25px;
        text-align: center;
    }

    .signin-form .login-form__col.-ckb-group-top {
        display: grid;
        width: 330px;
    }

    .signin-form .login-form__col.-ckb-group-top label {
        float: left;
    }
}

.register-form__row .invalid-feedback,
.login-form__row .invalid-feedback {
    padding: 0;
    text-align: left;
    font-style: italic;
    font-size: 12px;
    margin-left: 15px;
}