.taraddod-auth {
	display: flex;
	gap: 57px;
	align-items: flex-start;
	justify-content: center;
	max-width: 1290px;
	margin: 0 auto;
	padding: 60px 20px;
	flex-wrap: wrap;
}

.taraddod-auth__illustration {
	flex: 1 1 340px;
	max-width: 480px;
	border-radius: 16px;
	overflow: hidden;
}

.taraddod-auth__illustration img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.taraddod-auth__form {
	flex: 1 1 340px;
	max-width: 558px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.taraddod-auth__title {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	color: #151515;
	text-transform: capitalize;
	margin: 0;
}

.taraddod-auth__banner {
	background: #fdecec;
	border: 1px solid #eb4d4d;
	color: #a83232;
	border-radius: 8px;
	padding: 12px 16px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}

.taraddod-auth__field {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.taraddod-auth__label {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #151515;
}

.taraddod-auth__label .required {
	color: #eb4d4d;
}

.taraddod-auth__input,
.taraddod-auth__select {
	width: 100%;
	height: 48px;
	border: 2px solid #e4e4e4;
	border-radius: 8px;
	padding: 0 16px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #151515;
	background: #ffffff;
	box-sizing: border-box;
}

.taraddod-auth__input::placeholder {
	color: #b1b1b1;
}

.taraddod-auth__input.has-error,
.taraddod-auth__select.has-error {
	border-color: #eb4d4d;
}

.taraddod-auth__error {
	color: #eb4d4d;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	margin-top: -8px;
}

.taraddod-auth__hint {
	color: #6b7280;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	margin-top: -8px;
}

.taraddod-auth__password-wrap {
	position: relative;
	width: 100%;
}

.taraddod-auth__password-wrap .taraddod-auth__input {
	padding-right: 44px;
}

button.taraddod-auth__password-toggle {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	line-height: 0;
}

.taraddod-auth__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}

.taraddod-auth__row a {
	color: #165d31;
	text-decoration: none;
}

.taraddod-auth__checkbox-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

button.taraddod-auth__button {
	width: 100%;
	height: 50px;
	background: #165d31;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	cursor: pointer;
}

.taraddod-auth__switch {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #151515;
}

.taraddod-auth__switch a {
	color: #151515;
	font-weight: 600;
	text-decoration: none;
}

.taraddod-auth__divider {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #000000;
}

.taraddod-auth__divider::before,
.taraddod-auth__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #e4e4e4;
}

button.taraddod-auth__social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: 48px;
	background: #f5f7f9;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #151515;
	cursor: not-allowed;
}

.taraddod-auth__role-toggle {
	display: flex;
	gap: 20px;
	width: 100%;
}

.taraddod-auth__role-toggle label {
	flex: 1;
	text-align: center;
	padding: 12px 32px;
	border-radius: 4px;
	background: #f5f7f9;
	color: #151515;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	cursor: pointer;
}

.taraddod-auth__role-toggle input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.taraddod-auth__role-toggle input:checked + label {
	background: #165d31;
	color: #ffffff;
}

.taraddod-auth__phone-row {
	display: flex;
	gap: 12px;
	width: 100%;
}

.taraddod-auth__phone-row .taraddod-auth__select {
	flex: 0 0 140px;
}

.taraddod-auth__dob-row {
	display: flex;
	gap: 12px;
	width: 100%;
}

@media (max-width: 782px) {
	.taraddod-auth {
		gap: 24px;
		padding: 32px 16px;
	}

	.taraddod-auth__phone-row,
	.taraddod-auth__dob-row {
		flex-direction: column;
	}

	.taraddod-auth__phone-row .taraddod-auth__select {
		flex: 1 1 auto;
	}
}
