/* تنظیمات اختصاصی RTL برای فرم ورود با OTP */

.olwc-login-wrapper {
	direction: rtl;
}

.olwc-input,
.olwc-step label {
	text-align: right;
}

.olwc-input[type='tel'],
.olwc-input[type='email'] {
	direction: ltr;
	text-align: left;
}
