body {
    padding: 0;
    margin: 0;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #ccc;
  border-radius: 6px;
}


img {
    max-width: 100%;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #83c3c5;
    position: absolute;
    top: 2px;
    left: 0px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wrapper-login-normal {

}

.wrapper-login {
    background-color: #83c3c5;
/*    background: url("../admin/img/bg_results.png") top center repeat;*/
/*    background-size: contain;*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    line-height: 1.8;
    padding-bottom: 50px;
}
.wrapper-user {
    background: url("../admin/img/bg_results.png") top center repeat;
    background-size: contain;
}
.bigsize-box {
    width: 50% !important;
}
.login-box {
    width: 446px;
    margin: 0 auto;
    margin-top: 4%;
    background: #fff;
    box-shadow: 0 10px 20px #63aeb0;
    border-radius: 24px;
    padding-bottom: 50px;
}
.box_user {
    width: 55%;
}
.login-logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}
.login-logo img {
    margin: 0 auto;
    margin-bottom: 15px;
}
.login-logo .title {
    color: #83c3c5;
}

.login-logo div {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #83c3c5;
    text-align: center;
}
.login-logo .des {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #cacaca;
}

.login-form {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.box_user .login-form {
    width: 100%;
}
.login-form label {
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
}
.template-form .col-sm-6, .template-form .col-sm-12 {
    float: left;
    height: 110px;
}
sup {
    color: red;
    font-weight: 700;
}
.template-form label {
    display: block;
    margin-bottom: 0;
}


.column-center {
    align-items: center;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.box_user .el-input {
    padding: 0 20px;
    margin-bottom: 15px;
}
.box_user .col-sm-6 {
    float: left;
}
.box_user .login-logo {
    margin-bottom: 100px;
}
.el-input .form-check {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    padding-left: 0;
}
.el-input .form-check input[type=checkbox],
.el-input .form-check input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-top: 3px;
    margin-left: -23px;
    width: 20px;
    height: 20px;
}
.login-form .el-input__inner {
    height: 48px;
    margin: 12px auto;
    border: 0;
    background: rgba(131, 195, 197, .18);
    border-radius: 8px;
    color: #c0c4cc;
}
.register-box .login-form .el-input__inner {
    margin-top: 0;
    margin-bottom: 0px;
}

.el-input .el-input__inner, .login-form .el-input__inner {
    color: #4d4d4d !important;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-input--suffix .el-input__inner {
    padding-right: 30px;
}
.login-form .el-input__suffix {
    height: 43px;
    margin: 16px 0;
    margin-bottom: 3px;
}
.login-form .form-input .input-default {
    height: 100%;
    border: none;
    background: none;
    width: 100%;
    outline: none;
}

.el-input__suffix {
    right: 5px;
    transition: all .3s;
}
.el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #c0c4cc;
    text-align: center;
}
.el-input__suffix, .el-tree.is-dragging .el-tree-node__content * {
    pointer-events: none;
}
.el-input__suffix-inner {
    pointer-events: all;
}
.login-check-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 17px;
    color: #a3a3a3 !important;
    margin: 10px 0;
}
.el-checkbox:last-of-type {
    margin-right: 0;
}
.login-check-container .checkPolicy_center input {
    margin-top: 2px;
}

.error-login-alert {
    display: block;
    margin-bottom: 30px !important;
    background: url(/assets/img/warring.png) 15px no-repeat #FBEAE5;
    padding: 15px;
    border-radius: 5px;
    color: #BF1D08 !important;
    padding-left: 50px;
    font-size: 14px !important;
}


.el-checkbox {
    color: #606266;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    margin-right: 30px;
}
.el-checkbox, .el-checkbox__input {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.el-checkbox__input {
    cursor: pointer;
    outline: 0;
    line-height: 1;
    vertical-align: middle;
}

.el-checkbox, .el-checkbox__input {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46), background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.el-checkbox__inner:after {
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    transition: transform .15s ease-in .05s;
    transform-origin: center;
}
.el-checkbox__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
}
.el-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px;
}
.el-checkbox__input.is-checked .el-checkbox__inner:after {
    transform: rotate(45deg) scaleY(1);
}

.btns-box {
    margin-top: 20px;
}

.btns-box button {
    width: 196px;
    height: 39px;
    line-height: 9px;
    border-radius: 8px;
    font-size: 14px;
    margin: 15px auto !important;
    display: block;
    outline: none;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button, .el-checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.default-btn {
    border: 1.5px solid #83c3c5 !important;
    box-sizing: border-box !important;
    color: #83c3c5 !important;
    outline: none;
}
.login-box .btns-box .facebook-btn {
    background: #3a5ca9;
    border: 1.5px solid #3a5ca9;
    color: #fff;
}
.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.login-box .btns-box .google-btn {
    background: #ff8660;
    border: 1.5px solid #ff8660;
    color: #fff;
    width: 196px;
    height: 39px;
    border-radius: 8px;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 39px;
    cursor: pointer;
    margin: 0 auto;
}
.login-box .btns-box .google-btn img {
    margin-right: 5px;
}
.el-button:focus, .el-button:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
    outline: none;
}


.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border: solid 1px #dc3545;
}



.select_val .valid-feedback {
    margin-left: -14px;
    margin-top: -7px;
}
button:hover {
    background: #50a0a3 !important;
    color: #fff !important;
}
.login-box .btns-box .google-btn:hover {
    background: #d4491c !important;
}
#verificationAdd, .verificationAdd {
    padding: 0 !important;
}
.verificationAdd .modal-content {
    border-radius: 24px;
}
.verificationAdd .modal-header {
    padding-top: 2rem;
}
.verificationAdd .modal-header h5{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #83c3c5;
}
.verificationAdd  .modal-body {
    padding: 3rem;
    padding-top: 0;
    padding-bottom: 2rem;
}
.bboox {
    margin: 5px auto;
}
.verificationAdd .name {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-top: 22px;
    margin-bottom: 9px;
}
.verificationAdd .el-input__inner {
    background: hsla(0, 0%, 74%, .18);
    border-radius: 8px;
    height: 48px;
    border: 0;
}
.bbt {
    margin-top: 3rem;
    text-align: center;
}

.checkPolicy_center {
/*    text-align: center;*/
    vertical-align: middle;
}

.checkPolicy_center input {
    vertical-align: middle;
    display: inline-block;
    margin-top: 9px;
}
.checkPolicy_center label {}
.checkPolicy_center label a {
    display: inline-block;
}
.checkPolicy_center button {
    display: block;
    width: 100%;
}
.checkPolicy_center a {
    text-align: center;
    display: block;
}
.inner-footer {
    text-align: center;
    padding: 20px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.inner-footer a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.inner-footer p {
    color: #fff;
}
.container_user_full {
    width: 100%;
    background-color: #83c3c5;
    margin-top: 50px;
    padding: 30px 0;
}

.modal-change-password {
    padding: 0 !important;
}
.modal-change-password .modal-content {
    border-radius: 24px;
}
.modal-change-password .modal-header {
    padding-top: 2rem;
}
.modal-change-password .modal-header h5{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #83c3c5;
}
.modal-change-password  .modal-body {
    padding: 3rem;
    padding-top: 0;
    padding-bottom: 2rem;
}

.modal-change-password .name {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-top: 22px;
    margin-bottom: 9px;
}

.modal-change-password .el-input__inner {
    background: hsla(0, 0%, 74%, .18);
    border-radius: 8px;
    height: 48px;
    border: 0;
}
