.gpth-card{
	max-width:520px;
	margin:24px auto;
	background:#fff;
	border:1px solid rgba(0,0,0,.08);
	border-radius:18px;
	padding:18px 18px 14px;
	box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.gpth-title{
	margin:0 0 14px;
	font-size:18px;
	font-weight:700;
}
.gpth-form label{
	display:block;
	margin:10px 0 6px;
	font-size:13px;
	opacity:.85;
}
.gpth-form input,
.gpth-form textarea,
.gpth-form select{
	width:100%;
	border:1px solid rgba(0,0,0,.12);
	border-radius:12px;
	padding:10px 12px;
	outline:none;
	font-size:14px;
	background:#fff;
}
.gpth-form textarea{min-height:110px; resize:vertical;}
.gpth-btn{
	width:100%;
	margin-top:14px;
	border:none;
	border-radius:12px;
	padding:11px 14px;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	background:#111;
	color:#fff;
}
.gpth-btn:disabled{opacity:.5; cursor:not-allowed;}
.gpth-btn-outline{
	display:inline-block;
	width:auto;
	background:#fff;
	color:#111;
	border:1px solid rgba(0,0,0,.18);
	padding:10px 14px;
	text-decoration:none;
}
.gpth-links{
	margin-top:12px;
	text-align:center;
	font-size:13px;
}
.gpth-links a{text-decoration:none;}
.gpth-center{text-align:center;}
.gpth-sep{margin:0 8px; opacity:.5;}
.gpth-hint{margin-top:10px; font-size:12px; opacity:.7; line-height:1.8;}

.gpth-note{
	border-radius:12px;
	padding:10px 12px;
	margin:10px 0 14px;
	font-size:13px;
	line-height:1.9;
	border:1px solid rgba(0,0,0,.08);
	background:rgba(0,0,0,.03);
}
.gpth-note-success{border-color:rgba(0,160,80,.25); background:rgba(0,160,80,.06);}
.gpth-note-error{border-color:rgba(200,0,0,.20); background:rgba(200,0,0,.06);}
.gpth-note-info{border-color:rgba(0,0,0,.08);}