.rtl-dir {
	direction: rtl;
}
.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
	border-bottom-right-radius:0px;
	border-bottom-left-radius:.25rem;
	border-top-left-radius:.25rem;
	border-right:0px;
	border-left:1px solid #ced4da;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
.login-card-body .input-group .form-control, .register-card-body .input-group .form-control {
	border-left:0px;
	border-right:1px solid #ced4da;
	border-top-right-radius:.25rem;
	border-bottom-right-radius:.25rem;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.err-label {
	color:#FF0000;
	text-align: right;
	direction: rtl;
}