* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei, 'Microsoft YaHei', SimHei, 'WenQuanYi Micro Hei';
}

a {
    font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei, 'Microsoft YaHei', SimHei, 'WenQuanYi Micro Hei';
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

a:focus {
    outline: none!important
}

a:hover {
    text-decoration: none;
    color: #ff0055
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

p {
    font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei, 'Microsoft YaHei', SimHei, 'WenQuanYi Micro Hei';
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0
}

ul,
li {
    margin: 0;
    list-style-type: none
}

.hasError span {
    color: #FF3A36;
    font-size: 14px;
}

.hasError ul li span {
    color: inherit;
}

.hasError input {
    border: 1px solid #FF3A36;
}

.hasError .verCode-trigger {
    color: #e3e3e3;
}

input::-webkit-input-placeholder {
    opacity: 0.5 !important;
}

input::placeholder {
    opacity: 0.5 !important;
}


/* input {
    outline: none;
    border: none
} */

textarea {
    outline: none;
    border: none
}

.has-error input {
    border: 1px solid #FF3A36;
}

.has-error .help-block {
    color: #FF3A36;
    font-size: 14px;
}


/* textarea:focus,
input:focus {
    border-color: transparent!important
} */

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

input:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

textarea:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

textarea::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

textarea:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

label {
    display: block;
    margin: 0
}

button {
    outline: none!important;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

iframe {
    border: none!important
}

.txt1 {
    font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei, 'Microsoft YaHei', SimHei, 'WenQuanYi Micro Hei';
    font-size: 13px;
    line-height: 1.4;
    color: #555
}

.txt2 {
    font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei, 'Microsoft YaHei', SimHei, 'WenQuanYi Micro Hei';
    font-size: 13px;
    line-height: 1.4;
    color: #999
}

#signup .verCode-trigger::focus {
    border: 1px solid #ced4da;
}

.toTerms,
.privacyPolicy {
    background: #fff;
    color: #fff;
    height: 85vh;
    width: 100%;
    position: absolute;
    top: 100%;
    /* margin: 10% 0; */
    left: 0;
    right: 0;
    z-index: 9;
    overflow-y: scroll;
    padding: 45px;
    transition: all .5s ease-out;
}

.toTerms h2,
.toTerms h4,
.privacyPolicy h2,
.privacyPolicy h4 {
    color: #2A2A2A;
    text-align: center;
}

.toTerms xmp {
    display: inline;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.toTerms h4,
.privacyPolicy h4 {
    margin: 40px 0px;
}

.policy_content h4,
.privacyPolicy h4 {
    text-align: left;
}

.privacyPolicy table {
    /* border: 1px solid #ccc; */
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.privacyPolicy table caption {
    font-size: .8em;
    margin: .5em 0 .75em;
    caption-side: top;
    color: #000;
    font-weight: bold;
}

.privacyPolicy table tr {
    background-color: #f8f8f8;
    border: 1px solid rgb(32, 30, 30);
    padding: .35em;
}

.privacyPolicy table tr th {
    color: #000;
    border: 1px solid rgb(32, 30, 30);
}

.privacyPolicy table tr td {
    color: #000;
    font-size: .5em;
    border: 1px solid rgb(32, 30, 30);
}

.privacyPolicy table tr th,
.privacyPolicy table tr td {
    padding: 10px;
}

.termsOfClose,
.privacyPolicyClose {
    -moz-box-shadow: 3px 4px 0px 0px #ff0055;
    /* -webkit-box-shadow: 3px 4px 0px 0px #1564ad; */
    /* box-shadow: 3px 4px 0px 0px #1564ad; */
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff0055), color-stop(1, #ff0055));
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    /* background-color: #79bbff; */
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    text-indent: 0;
    /* border: 1px solid #337bc4; */
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-decoration: none;
    text-align: center;
}

#termsOfClose:disabled,
#termsOfClose[disabled],
#privacyPolicyClose:disabled,
#privacyPolicyClose[disabled] {
    background-color: #EDEFF5;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, rgba(255, 0, 85, .5)), color-stop(1, rgba(255, 0, 85, .5)));
}

.privacyPolicyClose_bottom_area,
.termsOfClose_bottom_area {
    display: none;
}

.privacyPolicyClose_bottom_area,
.termsOfClose_bottom_area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    background: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
}

.privacyPolicy main,
.toTerms main {
    margin-bottom: 20%;
}


/* .termsOfClose:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
    background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color: #378de5;
}

.termsOfClose:active {
    position: relative;
    top: 1px;
} */

.argreement span,
.argreement input {
    cursor: pointer;
}

.isAccountExist {
    text-align: center;
}

.isAccountExist a {
    color: #ff0055;
}

.form-control:focus {
    box-shadow: 0 0 0 1px rgb(255, 0, 85);
}

.size1 {
    width: 355px;
    max-width: 100%
}

.size2 {
    width: calc(100% - 43px)
}

.bg1 {
    background: #3b5998
}

.bg2 {
    background: #1da1f2
}

.bg3 {
    background: #cd201f
}

.contact-pop {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    text-align: center;
}

.contact-pop-content {
    width: 400px;
    height: 150px;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* transform: translateY(-40%); */
    box-shadow: 0 7px 7px rgb(0 0 0 / 5%), 0 6px 5px rgb(0 0 0 / 13%);
}

.contact-pop-content .status-wrapper {
    padding: 9%;
}

.contact-pop-content .status-emoji {
    width: 46px;
    height: 46px;
    margin: 0 auto;
}

.status-tips {
    font-size: 14px;
    font-weight: 500;
    color: #222B3B;
}

.contact-pop i {
    position: absolute;
    right: 4%;
    top: 5%;
    font-size: 2rem;
    cursor: pointer;
    color: #ff0055;
}

.contact-pop i:hover {
    color: black;
}

.iti__country-list {
    max-width: 320px;
}

.iti__flag-box,
.iti__country-name,
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    font-size: 14px;
}

@media (max-width: 500px) {
    .iti__country-list {
        max-width: 320px;
        height: 200px;
    }
}

@media only screen and (min-width: 481px) {
    .contact-pop i {
        font-size: 2rem;
    }
    .contact-pop {
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    }
}

.close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 23px;
    height: 23px;
    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.limiter {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.header__transparent {
    position: fixed;
}

#pass-forget-seaction .header__transparent,
#pass-find-seaction .header__transparent {
    position: inherit;
}

.translate_icon {
    width: 24px;
    height: 24px;
    background: url(../images/icons/translate-gray.png) no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}

.logo {
    width: 205px;
    height: 36px;
}

.justify-content-width98per {
    justify-content: space-between;
    margin: 0px 2%;
}

.user-section-header .header__area {
    height: 80px;
    background: #fff;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
}

.container-login100 {
    width: 100%;
    /* min-height: calc(100vh - 52px); */
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2
}

.container-register100 {
    background: #fff;
    max-width: 100%;
    width: 500px;
    margin: 100px auto 0px auto;
    overflow: hidden;
    position: relative;
    padding: 60px;
    box-shadow: 0 0.1rem 0.5rem rgb(0 0 0 / 5%);
}

.craft-icons {
    width: 22px;
    height: 22px;
    background-size: center top;
    margin: 0 auto;
}

.tips {
    margin-top: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.tips-detail {
    padding-top: 10px;
}

.wrap-login100 {
    width: 100%;
    background: #fff;
    /* overflow: hidden; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.wrap-login100 ::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.login100-more {
    width: calc(100% - 35%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 1;
    /* margin-top: 80px; */
    /* margin-bottom: 3%; */
    height: 100vh;
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, .1) */
}

.login-bg-image {
    background: url(https://cache.zeasn.tv/webstatic/custom_portal/usercenter/v20210511/images/background/bg-01.jpg) no-repeat;
    background-position: center center;
    /* background-color: #ff0055; */
    background-size: contain;
}

.login-bg-image-cn {
    background: url(https://cache.zeasn.tv/webstatic/custom_portal/usercenter/v20210511/images/background/bg-01-cn.jpg) no-repeat;
    background-position: center center;
    /* background-color: #ff0055; */
    background-size: contain;
}

.login100-form {
    width: 35%;
    min-height: 100vh;
    display: block;
    background-color: #fff;
    /* padding: 100px 55px 55px; */
    /* padding: 8% 55px 55px; */
    transform: translateY(20%);
}

.login100-form .form-group,
.mgAuto,
.sign_up_wrap {
    /* margin: 24px auto;
    transform: translate(0, 5%); */
    margin: 24px auto;
    width: 100%;
}

.login100-form .form-group label,
.sign_up_wrap .form-group label {
    color: #636E95;
    font-size: 14px;
    vertical-align: baseline;
    display: inline-block;
    line-height: 14px;
}

.sign_up_wrap .form-group p {
    color: #636E95;
}

.copy-right-info {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 52px; */
    background: #fff;
    z-index: 1;
}

.copy-right-info p {
    text-align: center;
    padding: 15px 10px;
    color: #636E95;
}


/* input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {
    font-size: 14px;
} */

.login100-form .form-group input[type='checkbox'] {
    float: left;
    width: 16px;
    height: 16px;
    vertical-align: baseline;
    line-height: 16px;
    margin-right: 8px;
}

.login100-form .form-group input[type='checkbox'],
.login100-form .form-group label {
    cursor: pointer;
}

.login100-form button,
#signup button,
#forgetpass button,
#resetForm button,
#changePassForm button {
    background: #ff0055;
    color: #fff;
    width: 100%;
}

#signup .verCode-trigger {
    background-color: #fafcfe;
    color: #ff0055;
    font-size: 14px;
}

.login100-form .user-area,
#forgetpass .user-area {
    display: flex;
    justify-content: space-between;
    margin: 22px 0px;
}

#signup .user-area,
#forgetpass .user-area,
#resetForm .user-area {
    text-align: center;
    display: inline;
}

#signup .user-area a,
#signup .form-group a,
#forgetpass .user-area a,
#resetForm .form-group a {
    color: #ff0055;
}

.verCode-trigger {
    line-height: 36px;
    padding: 0px 10px;
    color: #ff0055;
    border: 1px solid #ced4da;
    border-left: 0px solid transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #fafcfe;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
}

.verCode-trigger:hover {
    filter: opacity(0.8);
}

#signup .user-area a:hover,
#signup .form-group a:hover,
.login100-form a:hover,
#forgetpass a:hover,
#resetForm a:hover {
    text-decoration: underline;
    transition: all 0.5s;
}

.login100-form .form-control,
.sign_up_wrap .form-control {
    background: #fafcfe;
}

.login100-form .user-area a,
#resetForm .user-area a {
    color: #ff0055;
}

.login100-form button:hover {
    color: #fff;
}

.login-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei, 'Microsoft YaHei', SimHei, 'WenQuanYi Micro Hei';
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    text-align: center
}

.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 80px;
    position: relative;
    /* border: 1px solid #e6e6e6; */
    border-radius: 10px;
    margin-bottom: 10px
}

.label-input100 {
    font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei, 'Microsoft YaHei', SimHei, 'WenQuanYi Micro Hei';
    font-size: 18px;
    color: #999;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 24px;
    left: 0;
    top: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.input100 {
    display: block;
    width: 100%;
    /* background: 0 0; */
    font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei, 'Microsoft YaHei', SimHei, 'WenQuanYi Micro Hei';
    font-size: 18px;
    /* color: #555; */
    line-height: 1.2;
    padding: 0 26px
}

input.input100 {
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #ff0055;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3)
}

.input100:focus+.focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.input100:focus {
    height: 48px
}

.input100:focus+.focus-input100+.label-input100 {
    top: 14px;
    font-size: 13px
}

.has-val {
    height: 48px!important
}

.has-val+.focus-input100+.label-input100 {
    top: 14px;
    font-size: 13px
}

.mgt20 {
    margin-top: 20px;
}

.input-checkbox100 {
    display: none
}

.label-checkbox100 {
    font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei, 'Microsoft YaHei', SimHei, 'WenQuanYi Micro Hei';
    font-size: 13px;
    color: #999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei, 'Microsoft YaHei', SimHei, 'WenQuanYi Micro Hei';
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ff0055;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #ff0055
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #fff;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.login100-form-btn:hover {
    background: #333
}

@media(max-width:992px) {
    .login100-form {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px
    }
    .login100-more {
        width: 50%;
        margin-top: 60px;
    }
    .container-register100 {
        width: 100%;
        padding: 60px 10px;
    }
    .privacyPolicyClose_bottom_area,
    .termsOfClose_bottom_area {
        width: 100%;
    }
    .tips {
        padding: 20px;
    }
    /* #forgetpass .container-register100,
    #findpass .container-register100 {
        margin: 40px auto 20px auto !important;
    } */
    .user-section-header .header__area {
        height: 60px;
    }
    .logo {
        width: 102px;
        height: 18px;
    }
    .translate_icon {
        width: 20px;
        height: 20px;
    }
    .align-items-center {
        padding: 15px 0px;
    }
}

@media(max-width:768px) {
    .login100-form {
        width: 100%
    }
    .login100-more {
        display: none
    }
}

@media(max-width:576px) {
    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media(max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

.login100-form-social-item {
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%
}

.login100-form-social-item:hover {
    background: #333;
    color: #fff
}

.requiredStar {
    color: red;
}

.btn.disabled,
.btn:disabled {
    opacity: .5;
}

button:disabled:hover {
    cursor: not-allowed;
}