.smartlogin-opt-field__otp {
    letter-spacing: 8px;
    width: 100%;
    text-align: center;
}

.smartlogin-opt-field__otp::placeholder {
    letter-spacing: 0;
}

.kamangir-smart-login-otp__resend {
    background: none;
    border: none;
    margin: 15px 0;
    text-align: center;
    width: 83%;
    cursor: pointer;
    display: block;
}

#kamangir-smart-login-otp {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.sp-loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    animation: spin 1s linear infinite;
    margin: 20px auto;
    z-index: 9999999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.display-none-class{
    display: none !important;
}

.desply-block-class{
    display: block !important;
}
.alert-success{
    border-right-color:#00a32a  !important;
    transition: background-color 0.5s ease;
}
.alert-error{
    border-left-color:#d63638 !important;
    transition: background-color 0.5s ease;
}
.blur-form {
    filter: blur(1px);
  }

