
body html {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    position: absolute;
    width: 100%;
    height: auto;
    flex-direction: column;
}

#login_error {
    display: flex;
    background-color: white;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    margin-bottom: 5px;
    align-content: space-between;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    z-index: 99999999;
}

#login_error strong {
    line-height: 15px;
}

#backtoblog {
    display: flex !important;
    justify-content: center !important;
    padding: 0px !important;
    padding-top: 5px !important;
}

.show_otp {
    margin-bottom: 10px
}

.smartlogin-form {
    position: relative !important;
}

.back {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
}

.back:hover {
    color: #005a87;
    transform: translateX(-3px);
}

.back .dashicons {
    font-size: 24px;
    width: auto;
    height: auto;
}

.alert {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Vazir;
    margin: 5px auto;
    padding: 10px;
    max-width: 420px;
    overflow: scroll;
    border: 1px solid transparent;
    border-radius: .25rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    z-index: 99999999;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

.ksm-auth-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 420px;
    overflow: scroll;
    border: 0.5px solid transparent;
    border-radius: .25rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
}

.ksm-otp-auth {
    margin-top: 5px;
}

.ksm-otp-login-send {
    color: #434242;
    border-radius: 5px;
    font-family: IRANSansWeb;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid #7a7a7a;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #dcdcdc;
}

.login-caption-container {
    text-align: center;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-caption {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-top: 1em;
    max-width: 420px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.copy-right {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 10px;
}

.policy-links {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
}

.left-link {
    text-align: left;
}

.right-link {
    text-align: right;
}
.divider{
    margin: 0em 0.25em;
}

.ksm-auth-title {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.smart-login__field label {
    display: none;
}

.wp-pwd {
    display: block !important;
}