.LGN_WRAP{
	display:flex;
	justify-content:center;
	padding:0 16px;
	margin:20px auto 30px auto;
}

.LGN_CARD{
	width:100%;
	max-width:420px;
	background:#fff;
	border:1px solid #ece2f0;
	border-radius:5px;
	box-shadow:0 1px 3px rgba(120,30,130,0.06);
	padding:24px 28px 28px 28px;
}

.LGN_HEADER{
	text-align:center;
	margin-bottom:48px;
}

.LGN_DIALOG{
	font-size:14px;
	color:#3a2540;
	line-height:1.5;
}

.LGN_DIALOG p{
	margin:8px 0 0 0;
	font-size:12px;
	color:#9a7fa8;
}

.LGN_DIALOG_SUB{
	font-style:normal;
}

.LGN_SWITCH_LINK,
.LGN_SWITCH_LINK:hover,
.LGN_SWITCH_LINK:focus{
	text-decoration:none;
}

.LGN_BTN_SWITCH{
	display:block;
	margin:16px auto 0 auto;
	background:#8a2ca0;
	color:#fff;
	border:none;
	border-radius:5px;
	font-size:12px;
	font-weight:700;
	letter-spacing:0.3px;
	text-transform:uppercase;
	padding:10px 18px;
	cursor:pointer;
	transition:background .15s ease;
}

.LGN_BTN_SWITCH:hover{
	background:#a02074;
}

.LGN_QR{
	text-align:center;
	margin-bottom:18px;
	    margin-top: 50px;
}

.LGN_QR_IMG_WRAP{
	display:inline-block;
	padding:12px;
	background:#f8e1ef;
	border-radius:5px;
}

.LGN_QR_IMG{
	max-width:180px;
	display:block;
}

.LGN_FORM{
	display:flex;
	flex-direction:column;
}

.LGN_FIELD{
	margin-bottom:14px;
}

.LGN_INPUT{
	width:100%;
	box-sizing:border-box;
	border:1px solid #ece2f0;
	border-radius:5px;
	padding:10px 12px;
	font-size:13px;
	color:#3a2540;
	background:#fff;
	transition:border-color .15s ease;
}

.LGN_INPUT:focus{
	outline:none;
	border-color:#c9a6e0;
}

.LGN_INPUT::placeholder{
	color:#9a7fa8;
}

.LGN_CAPTCHA{
	margin-bottom:14px;
	text-align:center;
}

.LGN_CAPTCHA_LABEL{
	display:block;
	font-size:11px;
	color:#9a7fa8;
	margin-bottom:6px;
}

.LGN_CAPTCHA_IMG{
	margin-bottom:10px;
}

.LGN_BTN_PRIMARY{
	display:block;
	width:100%;
	background:#c9217a;
	color:#fff;
	border:none;
	border-radius:5px;
	font-size:13px;
	font-weight:700;
	letter-spacing:0.3px;
	text-transform:uppercase;
	padding:12px 18px;
	margin-top:6px;
	cursor:pointer;
	transition:background .15s ease;
}

.LGN_BTN_PRIMARY:hover{
	background:#a01d68;
}

.LGN_ACTIONS{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:10px;
	margin-top:20px;
}

.LGN_BTN_SECONDARY{
	background:#fff;
	color:#8a2ca0;
	border:1px solid #c9a6e0;
	border-radius:5px;
	font-size:12px;
	font-weight:700;
	letter-spacing:0.3px;
	text-transform:uppercase;
	padding:10px 18px;
	cursor:pointer;
	transition:background .15s ease, border-color .15s ease;
}

.LGN_BTN_SECONDARY:hover{
	background:#f8e1ef;
	border-color:#c9217a;
	color:#c9217a;
}

.LGN_LINK{
	background:none;
	border:none;
	color:#9a7fa8;
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
	padding:4px 0;
}

.LGN_LINK:hover{
	color:#c9217a;
	text-decoration:none;
}

@media (max-width:480px){
	.LGN_CARD{
		padding:20px 18px 24px 18px;
	}
}
