/* ==========================================================
   Mohamed Saleh V2 — Login Shield
   Version: 1.0.0
   ========================================================== */

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

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

.ms-login-security-note {
	margin: 4px 0 16px;
	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-login-turnstile {
		justify-content: flex-start;
		overflow-x: auto;
	}
}
