@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 body {
    height: 100%;
    font-family: Vazir;
    direction: ltr !important;
    overflow-x: hidden;
    background: #f7f7f7;
}

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

input::-webkit-input-placeholder {
    color: #000;
}

input:-moz-placeholder {
    color: #000;
}

input::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////*/
.bg-form5 {
    width: 100%;
    background: #f2f3f5 !important;
}

.container-form5 {
    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-image: url('../images/bg-4.png');
    background-color: #cccccc;

}

.wrap-form5 {
    width: 411px;
    background: #fefefe;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 25px 25px 25px;
    background-color: #fefefe;
    -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, .15);
    border-radius: 5px;
}

/*------------------------------------------------------------------*/
.input-warp1-wh-5 {
    width: 48% !important;
    display: inline-block;
    margin-left: 12px;
}

.input-warp2-wh-5 {
    width: 48% !important;
    display: inline-block;
}

.form5-form {
    width: 100%;
}

.form5-form .logo {
    width: 100%;
    height: 33px;
    margin-bottom: 15px;
}

.form5-form .logo img {
    width: 130px;
    background-size: 100% 100%;
    height: 40px;
}

.form5-form-title {
    display: block;
    font-size: 21px;
    color: #000;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 11px;
    font-family: Vazir;
    font-weight: 500;

}

.form5-form .sub-title {
    font-size: 14px;
    padding-bottom: 19px;
    font-weight: 300;
}

/*------------------------------------------------------------------
[  ]*/
.form5-sub-title {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 19px;
    margin-top: 0px;
}

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

.label-checkbox100 a {
    text-decoration: none;
    font-weight: 500;
    color: #ffd600;
}

.input5 {
    font-weight: 200;
    font-size: 13px !important;
    font-family: Vazir !important;
    padding: 6px 14px 5px !important;
    border-radius: 5px !important;
    outline: none;
    text-align: left;
    border: 1px solid #cecece !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;
}

.select5 {
    font-weight: 200;
    font-size: 13px !important;
    font-family: Vazir !important;
    padding: 6px 14px 5px !important;
    border-radius: 5px !important;
    outline: none;
    direction: rtl;
    text-align: right;
    border: 1px solid #cecece !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%;
    margin-right: 0px !important;
}

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

/*---------------------------------------------*/
input.input5 {
    height: 40px;

}

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

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

.input-checkbox100 {
    display: none !important;
}
.valid-password{
    text-align: right;
}
.label-checkbox100 {
    display: block;
    position: relative !important;
    padding-left: 27px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    color: #000 !important;
    line-height: 1.2;
    float: left;
}

.label-checkbox100::before {
    content: "\f00c" !important;
    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;
    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: #555555;
}

.container-form5-form-btn .login-p {
    float: left;
    width: 244px;
    text-align: left;
    font-size: 14px;
    color: #424242;
    font-weight: 300;
    margin-top: 13px;
}

.register_link {
    display: none;
}

.container-form5-form-btn .login-p a {
    color: #424242;
    text-decoration: none;
    font-weight: 300;
}

.form5-form-btn {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px !important;
    min-width: 112px;
    height: 43px;
    border-radius: 50px !important;
    float: right;
    position: relative;
    font-weight: 300 !important;
    z-index: 1;
    background: #ffd600;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

.ums_login_otp {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px !important;
    min-width: 90%;
    height: 43px;
    border-radius: 50px !important;
    position: relative;
    font-weight: 300 !important;
    z-index: 1;
    background: #ffd600;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

.form5-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffd600;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.form5-form-btn:hover {
    color: #fff;
    background: #eec803;
}

.ums_login_otp:hover {
    color: #fff;
    background: #eec803;
}

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

/*------------------------------------------------------------------
[ 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: Poppins-Regular;
    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;
    }

    .container-form5 {
        padding: 0px !important;
    }
}

.wrap-left4 {
    display: none;
}

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

.icon-user {
    display: none;
}

.forgot-pass {
    display: none;
}

.forget-form5 {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

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

.countdowns-s {
    float: right;
}

#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;
    width: 100%;
    border: 1px solid #cecece;
    height: 37px;
    border-radius: 5px;
}

#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;
}
#sendCodeSmsfr {
    display: block;
    float: right;
    width: 40%;
    margin-top: 14px;
}

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

.input-frm-5 {
    text-align: center;
}

.frm5-sub-lost {
    display: none;
}

.message-email-check p {
    margin-bottom: 10px;
}

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

.c-form-account__title {
    display: none;
}

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

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

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

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

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

.box-title {
    position: relative;
    padding: 2px 6px;
    display: inline-block;
    top: 1px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 14px;
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.contact-title-span {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
}

.home-5 {
    display: none;
}

.logo-th8 {
    display: none;
}

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

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

.forget-pass8 {
    display: none;
}

.link-login {
    display: none;
}

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

.subtitle-frm1 {
    display: none;
}

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

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

.form2-form-title {
    display: none;
}
input[type="date"]::after{
    color: #000;
    content: attr(placeholder) ": ";
    direction: rtl;
}
input[type="date"]:focus::after {
    content: "" !important;

}