.page-wrap{
	min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px
	}

.card{
	width:100%;max-width:480px;background:#fff;border-radius:14px;padding:34px 40px;box-shadow:0 20px 50px rgba(17,24,39,0.08)
	}

.brand{
	text-align:center;margin-bottom:0px
	}

.brand .logo{
	height:80px;margin-bottom:0px
	}

.brand h1{
	font-size:22px;color:#21314a;margin-bottom:6px
	}

.lead{
	color:#556;margin-bottom:10px
	}

.forgot-form .row{
	margin-bottom:14px
	}

.forgot-form label{
	display:block;font-weight:600;margin-bottom:8px
	}

.forgot-form input[type="email"]{
	width:100%;
	padding:12px 14px;
	border-radius:8px;
	border:1px solid #e6e6e6;
	font-size:15px
	}

.recaptcha{
	background:#f3f6fb;
	border:1px dashed #d6e3fb;
	padding:12px;
	border-radius:8px;
	color:#3b5fa9;
	text-align:center;
	}

.btn-primary{
	display:inline-block;
	background:linear-gradient(90deg,#4CA5CF,#8967D2,#F18A57);
	color:#fff;
	padding:12px 20px;
	border-radius:10px;
	border:0;
	font-weight:700;
	cursor:pointer;
	width:100%
	}

.small{
	margin-top:12px;
	color:#666;
	text-align:center
	}

.small a{
	color:#355;
	text-decoration:none;
	font-weight:700
	}

@media (max-width:720px){
	.card{padding:22px}
	.brand h1{font-size:20px}
	}
