html {
    min-width: auto !important
}

* {
    outline: none;
}

.vud-login-container {
    display: flex;
    min-height: 100vh;
    position: relative;
    font-family: 'YekanL', Tahoma, Arial, "serif";
    text-align: center;
    overflow-x: hidden;
    font-size: 16px;
    background-color: #ffffff
}

.flex-reverse {
    flex-direction: row-reverse;
}


#signup-form,
#reset-form {
    margin-top: 2em
}

.login-logo {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.login-form-container {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2em 0;
    /*background-color: #ffffff;*/
}

.home-link {
    position: absolute;
    top: 1em;
    right: 1em;
}

.home-link a {
    background-color: #4f1aff;
    color: #ffffff;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-link a:hover {
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
}

.home-link span {
    color: #ffffff
}

.login-form-container h1 {
    font-family: 'YekanB', Tahoma, Arial, "serif";
    font-size: 2em;
    margin-bottom: .5em
}

.login-form-container h3 {
    font-size: 1em;
    font-family: 'YekanL', Tahoma, Arial, "serif";
}

.login-bg {
    width: 40%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff
}

.login-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.login-form {
    width: 90%;
    max-width: 450px;
    color: #6c6c6c;
}

.login-form a {
    color: #4f1aff;
}

.vud-login-wrapper input[type=number],
.vud-login-wrapper input[type=text],
.vud-login-wrapper input[type=email],
.vud-login-wrapper input[type=password],
.vud-login-wrapper select {
    display: block;
    font-weight: 400;
    color: #4f5564;
    width: 100%;
    padding: .9em;
    line-height: 0 !important;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(33, 50, 91, .1);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    outline: none !important;
    font-family: 'YekanL', Tahoma, Arial, "serif";
    margin-top: 1em
}

.vud-login-wrapper button,
.vud-login-wrapper input[type=submit] {
    display: block;
    width: 100%;
    position: relative;
    line-height: 1.5;
    font-weight: 400;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
    padding: .8em;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid transparent;
    user-select: none;
    transition: all .2s ease-in-out;
    outline: 0 !important;
    background-color: #4f1aff;
    font-family: 'YekanL', Tahoma, Arial, "serif";
    margin-bottom: 1em
}

.login-form-container input[type=submit]:hover,
.login-form-container button:hover {
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.3);
}

.password-icon-area {
    position: relative;
    display: block
}

.password-icon {
    position: absolute;
    left: 0;
    padding: .9em;
    cursor: pointer;
    z-index: 1;
    color: #4f5564;
}

.remember-me {
    font-size: .8em;
    font-style: normal;
    color: #6c6c6c;
}

.vud-login-remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5em 0
}

.vud-login-remember-label {
    position: relative;
    cursor: pointer;
    user-select: none;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

.vud-login-remember-label span {
    position: relative;
    display: inline-block;
    height: 1.45em;
    width: 3em;
    overflow: hidden;
    border-radius: 5px;
    padding: 0.2em 1em;
    border: 2px solid #ededed;
    transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out;
    margin: 0 0 0 .5em
}

.vud-login-remember-label span:after {
    position: relative;
    display: block;
    line-height: 1.3em;
    padding: 0 0.2em;
    font-size: 1em;
}

.vud-login-remember-label span:before {
    position: absolute;
    display: block;
    content: '';
    border-radius: 3px;
    width: .8em;
    height: .8em;
    top: 0.2em;
    background: #FFFFFF;
    transition: right 0.3s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.3s ease-in-out;
}

.vud-login-remember-label input[type="checkbox"] {
    display: none !important;
}

.vud-login-remember-label input[type="checkbox"]:not(:checked) + span {
    background: #caccd1;
    padding-left: 1.6em;
    padding-right: 0.4em;
}

[dir='ltr'] .vud-login-remember-label input[type="checkbox"]:not(:checked) + span {
    padding-right: 1.6em;
    padding-left: 0.4em;
}

.vud-login-remember-label input[type="checkbox"]:not(:checked) + span:before {
    background: #FFFFFF;
    right: .3em;
}

[dir='ltr'] .vud-login-remember-label input[type="checkbox"]:not(:checked) + span:before {
    left: .3em;
    right: unset;
}

.vud-login-remember-label input[type="checkbox"]:checked + span {
    background: #86d993;
    color: #FFFFFF;
    padding-left: 0.4em;
    padding-right: 1.6em;
}

[dir='ltr'] .vud-login-remember-label input[type="checkbox"]:checked + span {
    padding-right: 0.4em;
    padding-left: 1.6em;
}

.forgot-link,
.register-link,
.vud-login-codes {
    font-size: .8em;
    text-align: right;
    font-family: 'YekanR', Tahoma, Arial, "serif";
}

.forgot-link a,
.register-link a,
#vud_email_send_code,
#vud_sms_send_code {
    color: #818181;
    display: flex;
    align-items: center;
}

.forgot-link i,
.register-link i,
#vud_email_send_code i,
#vud_sms_send_code i {
    width: 10px;
    margin: 0 0 0 0.2em;
    transition: 200ms ease-in-out;
}

#vud_email_send_code:hover i,
#vud_sms_send_code:hover i,
.register-link a:hover i,
.forgot-link a:hover i {
    margin: 0 0 0 0.4em;
    transition: 200ms ease-in-out;
}

#vud_email_send_code,
#vud_sms_send_code {
    cursor: pointer;
}

#vud_sms_send_code {
    margin-bottom: .5em;
}

.vud_sms_send_code_disabled {
    cursor: not-allowed !important;
}

.notify-green,
.notify-orange,
.notify-silver,
.notify-red,
.notify-blue {
    padding: .7em 1.5em;
    font-size: .8em;
    border-radius: 5px;
    font-family: 'YekanL', Tahoma, Arial, "serif";
    color: #6e8744;
    display: flex;
    align-items: center;
    margin-bottom: 1em
}

.notify-red {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.notify-green {
    background-color: #e8f7d2;
    border: 1px solid #cce89d;
}

.notify-orange {
    background-color: #fbe3c9;
    color: #f88300;
    border: 1px solid #f9d3ab;
}

.notify-blue {
    background-color: #6bbaef;
    color: #ffffff;
    border: 1px solid #4ca4df;
}

.notify-silver {
    background-color: #ecf0f1;
    color: #83898d;
    border: 1px solid #dfe4e7;
}

.notify-green i,
.notify-orange i,
.notify-silver i,
.notify-red i,
.notify-blue i {
    margin: 0 0 0 .2em;
    font-size: 1.5em;
}

.split-fields {
    padding: 3em 2em
}

.split-fields p {
    width: 49.5%;
    display: inline-block;
}

#signup-submit,
#reset-submit {
    margin-top: 1em;
}

.description {
    font-family: 'YekanL', Tahoma, Arial, "serif";
    font-size: .8em;
    margin: 1em 0;
}

.g-recaptcha {
    margin: .5em 0
}

#signup-form .g-recaptcha,
#reset-form .g-recaptcha {
    margin: 1em 0
}

#sms_send_form .wp-submit,
#sms_signup_form .wp-submit,
#sms_signup_verify_form .wp-submit,
#vud_login_username .wp-submit {
    margin-top: 1em
}

#sms_verify_form,
#sms_signup_verify_form,
#vud_login_verify {
    display: none;
}

#signup_token {
    margin-bottom: 1em
}

/*******************************TemplateOne*************************************/
.vud-tm-one-container {
    display: flex;
    min-height: 100vh;
    position: relative;
    font-family: 'YekanL', Tahoma, Arial, "serif";
    overflow-x: hidden;
    font-size: 16px;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
}

.vud-form-container {
    width: 80%;
    max-width: 900px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 2.5em 2em;
    display: flex;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.vud-login-wrapper .vud-form-fields {
    flex: 0 0 55%;
    padding: 2em 0 2em 2.5em;
    position: relative;
}

[dir='ltr'] .vud-login-wrapper .vud-form-fields {
    padding: 2em 2.5em 2em 0;
}

.vud-form-image {
    flex: 0 0 45%;
    overflow: hidden;
    max-height: 550px;
    border-radius: 10px
}

.vud-form-image img {
    height: 100%;
    max-width: none;
    object-fit: cover;
}

.vud-login-logo,
.vud-login-title {
    margin-bottom: 3em;
}

.vud-login-logo {
    text-align: center;
}

.vud-tm-one-container h1 {
    font-family: 'YekanR', Tahoma, Arial, "serif";
    font-size: 1.5em !important;
    margin-bottom: .5em;
    color: #5d5d5d
}

.vud-tm-one-container h3 {
    font-size: 1em !important;
    font-family: 'YekanL', Tahoma, Arial, "serif";
    color: #5d5d5d
}

.vud-tm-one-container .vud-login-links {
    position: absolute;
    bottom: 0;
}

.vud-tm-one-container button,
.vud-tm-one-container input[type=submit] {
    max-width: 40%
}

.vud-login-notification {
    margin: 1em 0
}

.vud-login-reverse .vud-form-container {
    flex-direction: row-reverse;
}

.vud-login-reverse .vud-form-fields {
    padding: 2em 2.5em 2em 0;
}

[dir='ltr'] .vud-login-reverse .vud-form-fields {
    padding: 2em 0 2em 2.5em;
}

@media screen and (max-width: 1024px) {
    .login-bg {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .login-form-container h1 {
        font-size: 1em
    }

    .vud-form-container {
        width: 100%;
        height: 100vh;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .vud-form-image {
        display: none;
        flex: 0;
    }

    .vud-login-reverse .vud-form-fields,
    .vud-login-wrapper .vud-form-fields {
        flex: 1;
        padding: 2em 0;
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 799px) {
    .split-fields p {
        width: 100%
    }

    .vud-tm-one-container button,
    .vud-tm-one-container input[type=submit] {
        max-width: 100%
    }

    .vud-tm-one-container .vud-login-links {
        position: unset;
    }
}