/* ==========================================================
   Mohamed Saleh V2 — Lost Password Shield
   Version: 1.0.0
   ========================================================== */

.ms-lost-password-turnstile {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 66px;
	margin: 16px 0;
}

.ms-lost-password-turnstile .cf-turnstile {
	max-width: 100%;
}

.ms-lost-password-security-note {
	margin: 16px 0;
	padding: 12px 14px;
	border: 1px solid #f0c36d;
	border-radius: 8px;
	background: #fff8e8;
	color: #7a5200;
	font-size: 13px;
	line-height: 1.7;
	text-align: right;
}

@media (max-width: 420px) {
	.ms-lost-password-turnstile {
		justify-content: flex-start;
		overflow-x: auto;
	}
}
