

.Mod{width:100%;}
.Container{margin: 0 auto;}


section[L="HEAD"]{position:relative;z-index: 2;}
section[L="VIEW"]{position:relative;z-index: 1;display: flex;flex-direction: column;}
section[L="FOOTER"]{position:relative;z-index: 0;}




.Mod{
   position:relative;
}
.Mod .ModBackImage {
   display: none
}

.Mod .ModBackVideo {
   display: none
}

.Mod[modbackground="2"],.Mod[modbackground="3"] {
   background: transparent !important
}

.Mod[modbackground="2"] .ModBackImage {
   display: block
}

.Mod[modbackground="3"] .ModBackVideo {
   display: block
}

.Mod>.ModuleArea {
   position: relative;
   z-index: 1
}

.Mod>video.ModBackVideo {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   margin: 0 auto;
}

.Mod>img.ModBackImage {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}

.Mod[modVideofull="1"]>video.ModBackVideo {
   object-fit: cover;
   object-position: 50% 50%;
}

.Mod[ModImageFull="1"]>img.ModBackImage {
   object-fit: cover;
   object-position: 50% 50%;
}







section[Mod="Nav"]{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    transition: all 0.4s;
}
section[Mod="Nav"].Show{
    display: block;
    transition: all 0.4s;
}
section[Mod="Nav"]>.Overflow{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #0000002e;
    z-index: 0;
}
section[Mod="Nav"]>.Container{
    position: fixed;
    top: 0;
    left: 75px;
    height: 100%;
    width: 350px;
    background: #ffffff;
    z-index: 1;
    transition: all 0.4s;
}
section[Mod="Nav"] .BtnList{
   display: inline;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   margin: 0;
   z-index: 1;
   border-top: 1px solid #A9A9A9;
   text-align: center;
   line-height: 55px;
   background: #fff;
   display: flex;
   align-items: center;
   flex-direction: row;
   justify-content: space-around;
}
section[Mod="Nav"] .BtnList>*{
   width:50%;
   border-left: 1px solid #a9a9a9;
   justify-content: center;
}
section[Mod="Nav"] .BtnList>*:nth-child(1){
   border-left: 0;
}
section[Mod="Nav"] .Bar{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 19px 20px;
}
section[Mod="Nav"] .Bar .Closed{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    display: none;
}
section[Mod="Nav"] .Logo{
    display: block;margin-left: 10px;
}
section[Mod="Nav"] .Logo>img{
    height: 20px;
    display: block;
}
section[Mod="Nav"] .UserBar {
    display: flex;
    margin-left: auto;
    align-items: center;
    display: none;
}
section[Mod="Nav"] .UserBar .Btn{
    margin-left: 24px;
    line-height: 16px;
}
section[Mod="Nav"] .UserBar .Btn>svg{
    height: 14px;
}
section[Mod="Nav"] .UserBar .Btn[fr="Bag"]{display: flex;align-items: center;}
section[Mod="Nav"] .UserBar .Btn[fr="Bag"]>div {
    line-height: 14px;
    display: none;
    margin-left: 4px;
    padding-top: 2px;
    font-size: 12px;
}
section[Mod="Nav"] .UserBar .Btn[fr="Bag"]:not([Q="0"])>div {
    display: flex;
}
section[Mod="Nav"] .UserBar .Btn[fr="Bag"]>div>span{display: flex;}
section[Mod="Nav"] .TopNav{display: flex;align-items: center;justify-content: space-evenly;width: 100%;margin-top: 25px;padding-bottom: 38px;border-bottom: 1pt solid #A9A9A9;}
section[Mod="Nav"] .TopNav>.NavItem{text-align: center;display: flex;align-items: center;justify-content: center;color: #000000;cursor: pointer;position: relative;}
section[Mod="Nav"] .TopNav>.NavItem.active::before{content:"";width: 4px;height: 4px;background: #000;position: absolute;bottom: -5px;}
section[Mod="Nav"] .SubNav{
    width: 100%;
    padding: 28px 28px 160px 28px;
    display: none;
    overflow: auto;
}
section[Mod="Nav"] .SubNav::-webkit-scrollbar {
    width: 0px;
}
section[Mod="Nav"] .SubNav::-webkit-scrollbar {
    display:none;
    width: 2px;
    background:#b2b2b2;
}
section[Mod="Nav"] .SubNav:hover::-webkit-scrollbar {
    display:block;
}
section[Mod="Nav"] .SubNav::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 2px;
}
section[Mod="Nav"] .SubNav::-webkit-scrollbar-thumb:hover {
    background: #555
}
section[Mod="Nav"] .SubNav.active{
    display: block;
}
section[Mod="Nav"] .SubNav>.NavItem{
    width: 100%;
    cursor:pointer
}
section[Mod="Nav"] .SubNav>.NavItem>.Box{
    width: 100%;
    height: 32px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2px 12px 0 12px;
}
section[Mod="Nav"] .SubNav>.NavItem>.Box .Icon{
    display: none;
}
section[Mod="Nav"] .SubNav>.NavItem>.Box .Icon.Left{
    text-align: left;
}
section[Mod="Nav"] .SubNav>.NavItem>.Box .Icon.Right{
    text-align: right;
}
section[Mod="Nav"] .SubNav>.NavItem>.Box .Name{
    width: 100%;
    color: #000000;
}
section[Mod="Nav"] .SubNav>.NavItem:hover>.Box .Name{
    opacity:0.6
}




@media screen and (max-width: 980px) {
    section[Mod="Nav"]>.Container{
        left: 0;
        width: 100%;
        padding: 0;
    }
   section[Mod="Nav"] .Bar{
       padding: 0;
   }
    section[Mod="Nav"] .TopNav{margin-top:33px;padding-bottom: 30px;}
   section[Mod="Nav"] .Bar .Logo{margin:0}
   section[Mod="Nav"] .Bar .Closed{display:flex;padding: 18px 20px;align-items: center;justify-content: center;}
   section[Mod="Nav"] .Bar .Closed>svg{width: 14px;}
   section[Mod="Nav"] .Bar .UserBar{display:flex;padding: 0 20px;}
}





































.module-login.Right {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 475px;
    /* overflow-x: auto; */
    z-index: 99999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: -5px 0 6px -2px rgba(43,43,43,.35);
    -moz-box-shadow: -5px 0 6px -2px rgba(43,43,43,.35);
    box-shadow: -5px 0 6px -2px rgba(43,43,43,.35);
 }
 
 .module-login.Right.Active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
 }
 
 .module-login.Center {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow-x: auto;
    background-color: transparent;
    z-index: 9999999;
    visibility: hidden;
    transition: all 0.5s;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
 }
 
 .module-login.Center.Active {
    visibility: visible;
    top: 0;
 }
 
 .module-login.TopFull {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    /* height: 500px; */
    width: 100%;
    overflow-x: auto;
    z-index: 99999;
    visibility: hidden;
    transition: all 0.5s;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
 }
 
 .module-login.TopFull.Active {
    visibility: visible;
    top: 0;
 }
 
 .module-login .ModuleArea {
    background: #1f272e;
    height: inherit;
    width: 100%;
    position: relative;
    z-index: 10000;
 }
 
 .module-login .right-siderbar {
    position: relative;
    padding: 0;
 }
 
 .module-login.Center .right-siderbar {
    position: relative;
    width: 100%;
 }
 
 .module-login.Center .ModuleArea {
    z-index: 111111;
    width: 100%;
    text-align: center;
    max-width: 440px;
    margin: 30px auto;
    height: fit-content;
 }
 
 .module-login.TopFull .ModuleArea {
    height: fit-content;
 }
 
 .module-login.Center .ModuleArea .Container {
    padding: 28px;
 }
 
 .module-login .right-siderbar .siderbar-container {
    padding-top: 0;
    background: transparent;
    width: 100%;
    position: relative;
    top: 12px;
    margin-bottom: 40px;
    padding: 0;
    display: inline-block;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-hader {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-hader > .title {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 600
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-hader > .close {
    font-size: 18px;
    padding: 12px;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
    z-index: 99
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-hader > .close > .icon-text {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    left: 2px
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-hader > .close > .icon-ifa {
    margin-left: 4px;
    font-size: 18px;
    margin-bottom: 4px
 }
 
 .module-login .right-siderbar .siderbar-container .popUp-center-pic .popUp-picture {
    /* display: block; */
    text-align: center;
 }
 
 .module-login .right-siderbar .siderbar-container .popUp-center-pic .popUp-picture img {
    /* display: block; */
    display: inline-block;
 }
 
 .module-login .right-siderbar .siderbar-container .popUp-left-pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
 }
 
 .module-login.TopFull .right-siderbar .siderbar-container .popUp-left-pic {
    display: none
 }
 
 .module-login .right-siderbar .siderbar-container .popUp-left-pic .popUp-picture {
 }
 
 .module-login .right-siderbar .siderbar-container .popUp-left-pic .popUp-picture .popUp-picture-element {
 }
 
 .module-login .right-siderbar .siderbar-container .identity-popup-top-header {
    display: flex;
 }
 
 .module-login .right-siderbar .siderbar-container .identity-popup-top-header .top-header-signIn-button {
 }
 
 .module-login .right-siderbar .siderbar-container .identity-popup-top-header .top-header-signUp-button {
 }
 
 .module-login .right-siderbar .siderbar-container .identity-popup-top-header .top-header-buttons {
    flex: 1;
    text-align: center;
    cursor: pointer;
 }
 
 .module-login .right-siderbar .siderbar-container .identity-popup-top-header .top-header-buttons .signIn-popUp-button {
    cursor: pointer;
 }
 
 .module-login .right-siderbar .siderbar-container .identity-popup-top-header .top-header-buttons .signUp-button {
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body {
    position: relative;
    top: 0;
    text-align: left;
    padding: 0 35px;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body.card-body {
    max-height: 375px;
    height: 100%;
    overflow-y: auto
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content {
    position: relative;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content[CD="ErrorBox"] {
    display: none
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content[CD="ErrorBox"] span {
    display: none;
    background: #fff;
    padding: 4px;
    font-size: 13px;
    border-radius: 4px;
    margin-top: 8px;
    border: 1px dashed #f00;
    color: #f00;
    font-weight: 300;
    text-align: center;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content[CD="ErrorBox"].Active {
    display: flex;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content[CD="ErrorBox"].Active span.Active {
    display: block;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.PasswordArea {
    display: flex;
    align-items: center;
    justify-content: flex-end;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.SocialArea {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.checkbox {
    text-align: left;
    padding: 0;
    padding-top: 0;
    margin: 0;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.checkbox strong {
    color: #000;
    text-decoration: underline;
    cursor: pointer
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.input {
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.label {
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-input {
    width: 100%;
    transition: .3s;
    text-indent: 5px;
    font-size: 16px;
    z-index: 1;
    position: relative;
    background: transparent;
    color: #000;
    border: 0;
    padding: 20px 13px 8px 13px;
    border-radius: 2px;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-input::placeholder {
    color: #000
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content input {
    text-indent: 5px;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.genderArea {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.genderArea .checkbox-label {
    margin-right: 20px;
    cursor: pointer;
    font-size: 15px;
    color: #000;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.genderArea .checkbox-label::before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: -3px;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.genderArea input:checked + .checkbox-label::before {
    background-color: #000;
    border-color: #000;
    color: #fff;
    line-height: 21px;
 }
 
 @media only screen and (min-width: 991px) {
    .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.genderArea .checkbox-label:hover {
        opacity:.7
    }
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-input~.label-form {
    position: absolute;
    /* top: 33px; // left: 0; // transition: .3s; */
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.Focus .form-input~.label-form {
    /* font-size: 13px; // transition: .3s; // background: #fff; // padding: 0 3px; // margin: 0; */
    z-index: 2;
    color: rgba(140, 140, 140, 1);
    top: 6px;
    left: 14px;
    font-size: 13px;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .form-input~.label-form {
    position: absolute;
    top: 16px;
    left: 14px;
    /* transition: .3s; // z-index: 0; */
    z-index: -1;
    color: #383838;
    font-size: 15px;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.error .form-alert,.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.error .form-input {
    border-color: #fc1d1b;
    color: #fc1d1b;
    opacity: 1;
    visibility: visible;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success .label-form,.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success .form-input {
    border-color: #43ab45;
    color: #43ab45!important;
    opacity: 1;
    visibility: visible;
 }
 
 /*.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success .form-input~.label-form{top: 8px;left: 12px;font-size: 13px;transition: .3s;margin-left: 8px;}
 */
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.OK .form-input~.label-form {
    top: 6px;
    left: 14px;
    font-size: 13px;
    transition: .3s;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success.OK .form-input~.label-form {
    left: 8px;
 }
 
 /*.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.error .form-input~.label-form{top: 8px;left: 4px;font-size: 13px;transition: .3s;}
 */
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success .form-input~.label-form::before {
    content: "\e93e";
    font-family: 'MissZenne' !important;
    color: #4fca3a;
    position: relative;
    z-index: 2;
    left: 0;
    margin-right: 5px;
    top: 0;
    font-size: 11px;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .form-input~.label-form::before {
    content: "";
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .title {
    font-size: 16px;
    font-weight: 600;
    color: #52ffb1;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .icon-ifa {
    width: 60px;
    height: 40px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 33px;
    right: -10px;
    top: 8px;
    font-size: 22px!important;
    color: #bbb;
    transition: .3s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .icon-ifa:hover {
    color: #000;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.Focus > .icon-ifa {
    opacity: 1;
    visibility: visible;
    z-index: 3;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.Focus.OK >[CD="inputClear"].icon-ifa {
    visibility: hidden;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .forgot-link {
    cursor: pointer;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-line {
    position: relative;
    color: #fff;
    font-size: 14px;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .form-alert {
    position: relative;
    transition: .3s;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .form-alert.Error {
    animation: shake .82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    perspective: 1000px;
    display: block;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .checkbox-label {
    text-align: left;
    display: block;
    padding-left: 30px;
    position: relative;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .checkbox-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 18px;
    height: 18px;
    border: 1px solid #bbb;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content input:checked + .checkbox-label::before {
    content: "\e93e";
    font-family: 'MissZenne' !important;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-button.LoadingBtn {
    pointer-events: none;
    background-color: #7d7d7d;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-button.LoadingBtn::before {
    content: "";
    width: 12px;
    height: 12px;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-clip-path: inset(0 0 50% 0);
    clip-path: inset(0 0 50% 0);
    transform: translate(-50%,-50%) rotate(0);
    -webkit-animation: spin .6s linear infinite;
    animation: spin .6s linear infinite;
    margin-right: 10px;
    position: absolute;
    left: 12px;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .intl-tel-input {
    width: 100%;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .intl-tel-input .form-input {
    width: 100%;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .intl-tel-input .country-list {
    width: 370px;
 }
 
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .intl-tel-input .iti-flag {
    background-image: url(https://static3.farktor.com/Library/SystemBox/img/q74Xp00ONi5l.png);
 }
 
 .module-login.TopFull .right-siderbar {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    margin: 50px 0px;
 }
 
 .module-login.TopFull .right-siderbar > .TopFull {
    top: 0;
    padding: 0;
    box-shadow: none;
    margin: 50px 0px;
    border-left: 1px solid #000;
    padding-left: 125px;
    width: 50%;
    max-width: 589px;
 }
 
 .module-login.TopFull .right-siderbar .siderbar-container {
    top: 0;
    padding: 0;
    box-shadow: none;
    width: 50%;
    max-width: 580px;
    margin-right: 125px;
    margin-top: 50px;
 }
 
 .module-login .right-siderbar .siderbar-body-right {
    top: 0;
    padding: 0;
    box-shadow: none;
    max-width: 589px;
    margin-bottom: 20px;
 }
 
 .module-login.TopFull .right-siderbar .siderbar-body-right {
    /* top: 0; */
    /* padding: 0; */
    /* box-shadow: none; */
    /* margin: 50px 0px; */
    /* border-left: 1px solid #000; */
    /* padding-left: 125px; */
    /* width: 50%; */
    /* max-width: 589px; */
 }
 
 .module-login .signUp-button-section {
    margin-top: 30px;
 }
 
 .module-login .signUp-header-section .signUp-header-text {
    text-align: start;
 }
 
 .module-login .signUp-middle-section .product-item {
    display: flex;
    align-items: center;
 }
 
 .module-login .signUp-middle-section .product-item .ifa-icon {
 }
 
 .module-login .signUp-middle-section .product-item .product-item-text {
    margin-left: 10px;
 }
 
 .module-login .signUp-middle-section .product-item .product-item-text .product-item-bold-text {
    font-weight: normal;
    letter-spacing: 1px;
 }
 
 .module-login .signUp-button-section .signUp-button-content {
 }
 
 .module-login .signUp-button-section .signUp-button-content .signUp-button-element {
    width: 100%;
    border-radius: 3px;
    max-height: 52px;
    background-color: #fff;
    border: 1px solid #000;
 }
 
 .module-login .signUp-button-section .signUp-button-content .signUp-button-element .signUp-button-text {
    color: #000;
    padding: 16px 0;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
 }
 
 .module-login .signUp-middle-section .product-item:last-child {
    /* margin-bottom: 28px; */
 }
 
 .module-login .signUp-middle-section .product-item img {
    height: 30px
 }
 
 .module-login .signUp-button-section .signUp-button-content .signUp-button-element:hover {
    background-color: #000;
 }
 
 .module-login .signUp-button-section .signUp-button-content .signUp-button-element:hover .signUp-button-text {
    color: #fff;
 }
 
 .module-login .right-siderbar .siderbar-hader {
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 1;
 }
 
 .module-login .right-siderbar .siderbar-hader.form {
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 1;
 }
 
 .module-login .right-siderbar .siderbar-hader.formOut {
    position: absolute;
    top: 0px;
    left: -50px;
    z-index: 1;
    right: inherit;
 }
 
 .module-login .right-siderbar .siderbar-hader.formIn {
    position: absolute;
    top: 0;
    left: -25px;
    right: inherit;
    z-index: 1;
 }
 
 .module-login .right-siderbar .siderbar-hader .close {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    color: inherit;
 }
 
 .module-login .right-siderbar .siderbar-hader .close .icon-ifa {
 }
 
 .module-login .right-siderbar .siderbar-hader .close .icon-text {
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form {
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container {
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content > .form-input {
    border: 0;
    border-bottom: 1px solid #bbb;
    font-size: 14px;
    padding: 13px 3px;
    width: 100%;
    transition: .3s;
    font-weight: 600;
    color: #000;
    font-family: inherit
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-content {
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .tab-content {
    display: none;
    padding-top: 18px;
    position: relative
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .tab-content#email {
    display: block
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-title {
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-title > .icon-text {
    color: #000;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 14px
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-title > .icon-text:first-child {
    font-size: 18px;
    font-weight: 900
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-title > .icon-text:last-child {
    font-size: 13px;
    line-height: 17px
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content > .forgot-link .forgot-icon {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    color: #333;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 900;
    text-align: right
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content> .forgot-link {
    font-size: 15px;
    display: inline-block;
    text-align: right;
    margin-bottom: 15px;
    position: relative;
    top: -7px;
    cursor: pointer;
    color: #408be0;
    text-decoration: underline
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .forgot-select {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 9px
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .forgot-select > .item {
    flex: 1;
    border-bottom: 1px solid transparent;
    padding: 10px 0;
    cursor: pointer;
    color: #333;
    text-align: center;
    font-size: 16px
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .forgot-select >.item.active {
    border-color: #333
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content .form-button.forgot-btn {
    margin: 18px 0;
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content .form-button {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    height: auto;
    padding: 15px 20px;
    background-color: #000;
    border: 0;
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content > .icon-ifa {
    position: absolute;
    top: 33px;
    right: 6px;
    top: 28px;
    font-size: 22px!important;
    color: #bbb;
    transition: .3s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content > .icon-ifa:hover {
    color: #000;
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content.success > .icon-ifa,.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content.OK > .icon-ifa {
    opacity: 1;
    visibility: visible;
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-button {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    height: auto;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #333;
    transition: .3s
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-button:hover {
    background-color: #000;
    border-color: #fff;
    color: #fff
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content > .form-input~.label-form {
    position: absolute;
    top: 33px;
    left: 0;
    color: #000;
    transition: .3s;
    font-size: 16px;
    font-family: inherit;
    font-weight: 100
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content > .form-input~.label-form {
    position: absolute;
    top: 33px;
    left: 0;
    color: #000;
    transition: .3s;
    font-size: 16px;
    font-family: inherit;
    font-weight: 100
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content:hover .form-input~.label-form,.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content:focus .form-input~.label-form {
    top: 8px;
    left: 0px;
    font-size: 13px;
    transition: .3s;
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content .form-input~.label-form {
    position: absolute;
    top: 33px;
    left: 4px;
    color: #000;
    transition: .3s;
    font-size: 16px;
    font-family: inherit;
    font-weight: 100;
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.error .form-input {
    border-color: #fc1d1b;
    color: #fc1d1b;
    opacity: 1;
    visibility: visible;
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content .form-alert {
    position: relative;
    text-align: left;
    margin-top: 6px;
    ;font-size: 13px;
    transition: .3s;
    line-height: 19px;
    display: block;
    text-align: left
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.error .form-alert {
    animation: shake .82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    perspective: 1000px
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success .label-form,.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success .form-input {
    border-color: #43ab45;
    color: #43ab45;
    opacity: 1;
    visibility: visible;
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success .form-input~.label-form {
    top: 8px;
    left: 12px;
    font-size: 13px;
    transition: .3s;
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success.OK .form-input~.label-form {
    left: 20px;
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.OK .form-input~.label-form {
    top: 8px;
    left: 0;
    font-size: 13px;
    transition: .3s;
 }
 
 /*.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.error .form-input~.label-form{top: 8px;left: 4px;font-size: 13px;transition: .3s;}
 */
 .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content input.contract-checkbox {
    position: absolute;
    opacity: 0;
    visibility: hidden;
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success .form-input~.label-form::before {
    content: "\e93e";
    font-family: 'MissZenne' !important;
    color: #4fca3a;
    position: absolute;
    z-index: 2;
    left: -18px;
    top: 0;
    font-size: 13px;
 }
 
 .Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content .form-input~.label-form::before {
    content: "";
 }
 
 @media only screen and (max-width: 768px) {
    .module-login {
        width:100%;
        overflow-y: auto;
    }
 
    .module-login .right-siderbar {
    }
 
    .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content:last-child {
        margin-bottom: 18px
    }
 
    .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content {
        padding-top: 0;
    }
 
    .module-login .right-siderbar .siderbar-container .siderbar-body .login-form {
        padding: 0 0;
    }
 
    .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.button>.icon-ifa {
        top: 41px
    }
 
    .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.input>.icon-ifa {
        right: -8px;
        top: 5px;
    }
 
    .module-login .right-siderbar .siderbar-container {
        padding: 0 20px;
        margin: 0;
    }
 
    .module-login.Center .ModuleArea .Container {
        height: 100%;
        overflow-y: auto;
    }
 
    .module-login .right-siderbar .siderbar-container .identity-popup-top-header {
        padding-right: 30px;
    }
 
    .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.title {
        padding-top: 0
    }
 
    .module-login.Center .ModuleArea {
        max-width: 100%;
        margin: 0;
        height: 100%;
    }
 
    .module-login.Center .right-siderbar .siderbar-container .siderbar-body {
        padding: 0 0;
    }
 
    .module-login .right-siderbar .siderbar-container .popUp-left-pic {
        display: none;
    }
 
    .module-login .right-siderbar .siderbar-container .identity-popup-top-header .top-header-buttons {
        padding: 12px 6px;
    }
 
    .module-login .right-siderbar .siderbar-hader.form {
        top: 10px;
        right: 10px;
        margin: 0;
        position: fixed;
        z-index: 15;
        padding: 15px;
    }
 
    .module-login .right-siderbar .siderbar-container .popUp-center-pic .popUp-picture img {
        width: 100%;
    }
 
    .module-login.TopFull.Active {
        top: 0;
        bottom: 0;
        height: 100%;
        margin: 0;
    }
 
    .module-login.TopFull .ModuleArea {
        /*height: 100%;max-width: 100%;*/
        margin: 0;
    }
 
    .module-login.TopFull .right-siderbar {
        display: block;
        margin-top: 27px;
        height: 100%;
        /* overflow-y: auto; */
    }
 
    .module-login.TopFull .right-siderbar .siderbar-container {
        width: 100%;
        max-width: 100%;
        margin: 0 0;
        margin-top: 25px;
    }
 
    .module-login.TopFull .right-siderbar .siderbar-container .siderbar-body {
        padding: 0 20px;
    }
 
    .module-login.TopFull .right-siderbar .siderbar-body-right {
        padding: 0 20px;
        padding-bottom: 20px;
    }
 
    .module-login.TopFull .right-siderbar > .TopFull {
        width: 100%;
        max-width: 100%;
        margin: 0 0;
        padding: 0 0;
        display: block;
        border: 0;
    }
 
    .module-login.TopFull .right-siderbar > .TopFull .signUp-header-section {
        display: none;
    }
 }
 
 @keyframes shake {
    10%,90% {
        transform: translate3d(-1px,0,0)
    }
 
    20%,80% {
        transform: translate3d(2px,0,0)
    }
 
    30%,50%,70% {
        transform: translate3d(-4px,0,0)
    }
 
    40%,60% {
        transform: translate3d(4px,0,0)
    }
 }
 
 .pageOverlay.Show {
    transition: .3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999 ! important;
    cursor: pointer;
 }

 .module-000166 {
    background-color: #fff;
 }
 
 .module-000166 .wrapper {
    margin-top: 62px;
 }
 
 .module-000166 .wrapper .content-area {
    display: flex;
    justify-content: center;
    position: relative;
 }
 
 .module-000166 .wrapper .content-area .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(./../img/tsbackground47.svg);
    height: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: block;
 }
 
 .module-000166 .wrapper .content-area .login-area {
    max-width: 500px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 35px 60px 35px;
    background-color: #ffffff;
    margin-top: 68px;
    position: relative;
 }
 
 .module-000166 .wrapper .content-area .login-area .top-area {
    text-align: center;
 }
 
 .module-000166 .wrapper .content-area .login-area .top-area .title {
    font-size: 23px;
    font-weight: 700;
    color: #701011;
 }
 
 .module-000166 .wrapper .content-area .login-area .top-area .text {
    padding-top: 10px;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
 }
 
 .module-000166 .wrapper .content-area .login-area > .form-area {
    margin-top: 28px;
 }
 
 .module-000166 .wrapper .content-area .login-area > .form-area .form-group > label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #434343;
 }
 
 .module-000166 .wrapper .content-area .login-area > .form-area .form-group .tel-number {
    margin-top: 8px;
    font-family: inherit;
    background-color: transparent;
    border: 1px solid #BEBEBE;
    border-radius: 3px;
    padding: 0;
    padding-left: 15px;
    width: 100%;
    height: 50px;
 }
 
 .module-000166 .wrapper .content-area .login-area > .form-area.warning .form-group .tel-number {
    border-color: crimson;
 }
 
 .module-000166 .wrapper .content-area .login-area > .form-area.success .form-group .tel-number {
    border-color: #5ff59b;
 }
 
 .module-000166 .wrapper .content-area .login-area > .form-area .btn-area {
    padding-top: 32px;
    position: relative;
 }
 
 .module-000166 .wrapper .content-area .login-area > .form-area .btn-area .messg-area {
    position: absolute;
    top: 10px;
    left: 0;
 }
 
 .module-000166 .wrapper .content-area .login-area > .form-area .btn-area .messg-area > .messg-text {
    font-size: 13px;
    font-weight: 300;
    color: crimson;
    white-space: nowrap;
 }
 
 .module-000166 .wrapper .content-area .login-area > .form-area .btn-area .login-btn {
    font-family: inherit;
    border: none;
    border-radius: 3px;
    background-color: #E9EFF6;
    width: 100%;
    height: 50px;
    cursor: pointer;
 }
 
 .module-000166 .wrapper .content-area .login-area > .form-area.success .btn-area .login-btn {
    background-color: #701011;
 }
 
 .module-000166 .wrapper .content-area .login-area > .form-area .btn-area .login-btn > span {
    font-size: 14px;
    font-weight: 700;
    color: #777777;
 }
 
 .module-000166 .wrapper .content-area .login-area > .form-area.success .btn-area .login-btn > span {
    color: #ffffff;
 }
 
 .module-000166 .wrapper .content-area .login-area .info-text {
    margin-top: 35px;
    font-size: 15px;
    font-weight: 300;
    color: #BEBEBE;
    text-align: center;
 }
 
 .module-000166 .wrapper .content-area .login-area .info-text .sign-in {
    text-decoration: underline;
    color: #701011;
    cursor: pointer;
 }
 
 @media screen and (max-width: 991px) {
    .module-000166 .wrapper {
        margin-top: 0px;
    }
 
    .module-000166 .wrapper .content-area {
        padding-left: 18px;
        padding-right: 18px;
    }
 
    .module-000166 .wrapper .content-area .bg-img {
        height: 252px;
    }
 
    .module-000166 .wrapper .content-area .login-area {
        padding: 37px 18px 28px;
        margin-top: 58px;
    }
 
    .module-000166 .wrapper .content-area .login-area .top-area .title {
        font-size: 21px;
    }
 
    .module-000166 .wrapper .content-area .login-area > .form-area .btn-area {
        padding-top: 24px;
    }
 
    .module-000166 .wrapper .content-area .login-area > .form-area .btn-area .messg-area {
        top: 6px;
    }
 
    .module-000166 .wrapper .content-area .login-area .info-text {
        margin-top: 28px;
    }
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 {
    max-width: 530px;
 }
 
 .Popup.B1.module-000166-popUp .PopupOverlay {
    background: rgba(0,0,0,.36);
    pointer-events: all;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Close {
    width: 20px;
    height: 20px;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Close.Outside.close-icon {
    top: 18px;
    right: 18px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    color: #2E2E2E;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center {
    padding: 34px 60px;
    border-radius: 5px;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .top-area {
    text-align: center;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .top-area .title {
    font-size: 23px;
    font-weight: 500;
    color: #52ffb1;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .top-area .text {
    margin-top: 13px;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content > .otc label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content > .otc {
    position: relative;
    margin-top: 16px;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content > .otc .fieldset-sms {
    border: 0;
    padding: 0;
    margin: 0;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content > .otc .input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content > .otc legend.label {
    font-size: 13px;
    font-weight: 500;
    color: #434343;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .fieldset-sms .input-group > input[type="number"] {
    width: 45px;
    height: 43px;
    line-height: 1;
    margin-top: 10px;
    padding: 8px 0 4px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: 1px solid #808080;
    color: #434343;
    border-radius: 3px;
    font-family: inherit;
    outline: none;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .fieldset-sms .input-group > input[type="number"].input-code.timeup {
    border-color: #FF0000;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .fieldset-sms .input-group > input[type="number"].input-code.full {
    border-color: #3F8B07;
    background-color: #F9FFF5;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .left-time {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .left-time .timekeeper {
    font-size: 15px;
    color: #52ffb1;
    font-weight: 500;
    cursor: pointer;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .left-time .time-text {
    font-size: 13px;
    font-weight: 500;
    color: #B5B5B5;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .verify-area {
    margin-top: 24px;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .verify-area .btn-verify {
    font-family: inherit;
    border: 0;
    background-color: #E9EFF6;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #777777;
    transition: all .3s linear;
 }
 
 .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .verify-area .btn-verify.success {
    background-color: #701011;
    color: #fff;
 }
 
 @media screen and (max-width: 991px) {
    .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center {
        padding: 46px 18px 21px;
    }
 
    .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .top-area .title {
        font-size: 21px;
    }
 
    .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Close.Outside.close-icon {
        right: 12px;
    }
 }
 
 
 .popup-content .SuccessLoad,.module-login.Center .ModuleArea .Container .SuccessLoad{
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .popup-content .SuccessLoad>img,.module-login.Center .ModuleArea .Container .SuccessLoad>img{
    height: 0;
    background: #fff;
    border-radius: 32px;
    transition: 0.3s;
 }
 .popup-content .SuccessLoad.Active>img,.module-login.Center .ModuleArea .Container .SuccessLoad.Active>img{
    height: 44px;
    transition: 0.3s;
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 