@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/vazir/Vazir-Black-FD.woff') format('woff');   /* All Major Browsers */
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/vazir/Vazir-Bold-FD.woff') format('woff');   /* All Major Browsers */
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/vazir/Vazir-Light-FD.woff') format('woff');   /* All Major Browsers */
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/vazir/Vazir-Medium-FD.woff') format('woff');   /* All Major Browsers */
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/vazir/Vazir-Thin-FD.woff') format('woff');   /* All Major Browsers */
}
html{
    min-width: unset !important;
}
body {
    height: 100%;
    font-family: Vazir;
    direction: rtl;
    background: #f7f7f7;
    overflow-x: hidden;
}

.bg-form8 {
    width: 100%;

}

.container-form8 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: url('../images/bg-4.png');
}

.container-form8 .logo {
    display: none;
}

.wrap-form8 {
    width: 411px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.07);
    box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.07);
    position: relative;
    margin-bottom: 50px;
}

/*------------------------------------------------------------------*/
.form8-form {
    width: 100%;
}

.main-form8 {
    padding: 17px 40px;
    background-color: #fafafa;
}

.container-form8 .logo-th8 {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.container-form8 .logo-th8 img {
    margin-bottom: 10px;
    width: 80px;
}

.form8-form-title {
    color: #656565;
    font-size: 14px;
    line-height: 1.222;
    font-weight: 500;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    padding: 23px 40px 0px;
    font-family: Vazir;
}

/*------------------------------------------------------------------
[  ]*/

.wrap-input8 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.24);
    margin-bottom: 19px;
}

.input8 {
    font-weight: 200;
    font-size: 13px !important;
    padding: 6px 14px 5px !important;
    outline: none;
    font-family: Vazir;
    direction: rtl;
    text-align: right !important;
    border-radius: 5px !important;
    background: #fff;
    border: 1px solid #CACFE7 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0px !important;
    height: 40px !important;
}

.select8 {
    font-weight: 200;
    font-size: 13px !important;
    padding: 6px 14px 5px !important;
    outline: none;
    font-family: Vazir;
    direction: rtl;
    text-align: right !important;
    border-radius: 5px !important;
    background: #fff;
    border: 1px solid #CACFE7 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100% !important;
    margin-right: 0px !important;
}

.select8:focus {
    outline: none !important;
}

/*---------------------------------------------*/
input.input8 {
    height: 40px;
}

/*------------------------------------------------------------------
[  ]*/
.container-form8-form-btn {
    padding-top: 23px;
    position: relative;
}

.container-form8-form-btn .login-p {
    float: right;
    width: 103px;
    text-align: right;
}

.form8-form-btn {
    font-size: 16px;
    line-height: 1.2;
    padding: 14px 0px 14px 0px;
    border-radius: 8px !important;
    background-color: #00A851;
    border: 1px solid #00A851;
    color: #fff;
    overflow: hidden;
    font-family: Vazir;
    text-align: center;
    cursor: pointer;
    letter-spacing: -.6px;
    width: 100%;
    font-weight: 200;
}

.form8-form-btn:focus {
    outline: none !important;
}

.form8-form-btn:hover:before {
    opacity: 0;
}

.c-account-box__footer8 {
    padding: 25px 40px 28px;
    background: #fff;
    text-align: center;
    line-height: 1;
    position: relative;
    font-size: 13px;
    line-height: 1.222;
    font-weight: 300;
}

.c-account-box__footer8 .form8-form-btn {
    background-color: #e19a0c;
    border: 1px solid #e19a0c;
}

.btn-link-spoiler {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
}

.btn-link-spoiler:hover {
    text-decoration: none;
}

.btn-link-spoiler:after {
    left: 51px;
    right: 0;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
    width: 76px;
    top: 45px;
}

.c-form-account__title {
    color: #656565;
    margin-bottom: 11px;
    letter-spacing: -.6px;
    font-weight: bold;
    display: none;
    font-size: 1.071rem;
    line-height: 1.467;
    width: 100%;
    text-align: right;
}

.form8-form-btn:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset;
}

.form8-form-btn:not(.disabled):not(.is-inactive):not([disabled]):before {
    transition: all .3s ease-in-out;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-contact3 {
        padding: 72px 15px 65px 15px;
    }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    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: 0px;
    pointer-events: none;

    font-family: Vazir;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    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: 8px;
}

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

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

.form5-form .logo {
    display: none;
}

.sub-title {
    display: none;
}

.register_link {
    display: none;
}

.contact100-form-checkbox {
    padding-top: 12px;
    padding-bottom: 20px;
}

.input-checkbox100 {
    display: none !important;
}

.label-checkbox100 {
    display: block;
    position: relative !important;
    padding-right: 27px;
    cursor: pointer !important;
    font-size: 13px !important;
    font-weight: 300;
    color: #000 !important;
    line-height: 1.2;
    float: right;
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    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: 20px;
    height: 20px;
    border-radius: 2px;
    background: #d5d9da;
    right: 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: #555555;
}

.forget-pass8 {
    float: left;
    position: relative;
    top: -6px;
}

.forget-pass8 a {
    font-size: 12px;
    color: #000;
    font-weight: 200;
}

.forget-pass8 a:hover {
    text-decoration: none;
}

.c-form-account__title .forget-pass a:after {
    left: 0px;
    right: inherit;
    top: 54%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
    width: 143px;
}

.form5-sub-title {
    display: none;
}

.form6-sub-title {
    padding: 0px 40px 17px;
    font-size: 14px;
    font-weight: 300;
    display: none;
}

.countdowns-s {
    float: right;
    width: 100%;
    text-align: center;
    padding: 14px 0;
}

#User_check_mobile_code {
    letter-spacing: 15px;
    font-size: 17px !important;
    font-weight: bold;
    text-align: center !important;
}

#UserCheckLoginEmail {
    letter-spacing: 15px;
    font-size: 17px !important;
    font-weight: bold;
    text-align: center !important;
}

#UserCheckLoginSms {
    letter-spacing: 15px;
    font-size: 17px !important;
    font-weight: bold;
    text-align: center !important;
}

.SendAgainCode {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
.SendAgainCodeLogin {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

.SendAgainCodeLogin:hover {
    color: red;
    text-decoration: none;
}
#sendCodeSmsfr6 {
    float: right;
    width: 100%;
    margin-top: 14px;
    text-align: center;
    padding: 15px 0px;
}

.SendAgainCode:hover {
    color: red;
    text-decoration: none;
}

.box-title {
    position: relative;
    padding: 2px 6px;
    display: inline-block;
    top: 1px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 14px;
}

.contact-title-span {
    display: none;
}

.wrap-left4 {
    display: none;
}

.form7-form-title {
    display: none;
}

.form6-form-title {
    display: none;
}

.contact7-title-span {
    display: none;
}

.icon-user {
    display: none;
}

.login-p {
    display: none;
}

.container-contact3-form-btn {
    display: none;
}

.txt_footer {
    background: #fafafa;
}

.c-footer-light {
    display: none;
}

.contact4-title-span {
    padding: 5px 40px 0px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.forgot-pass {
    display: none;
}

.forget-form5 {
    text-align: center;
}

.forget-form5 a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.c-account-box__footer {
    display: none;
}

.link-login {
    text-align: center;
}

.link-login a {
    color: #000;
    text-decoration: none;
}

.c-account-box_footer1 {
    display: none;
}

.subtitle-frm1 {
    display: none;
}

.btn-login-google {
    width: 100%;
    margin-top: 13px;
    border-radius: 10px;
}

.btn-login-google i {
    padding-left: 7px;
}

.form2-form-title {
    display: none;
}