.ap-portal {
	max-width: 420px;
	margin: 2em auto;
	padding: 2em;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.ap-portal h2 {
	margin-top: 0;
}

.ap-form p {
	margin: 0 0 1em;
}

.ap-form label {
	display: block;
	margin-bottom: 0.35em;
	font-weight: 600;
}

.ap-form input[type="email"],
.ap-form input[type="password"],
.ap-form input[type="text"] {
	width: 100%;
	padding: 0.6em 0.75em;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1em;
}

.ap-form input[disabled] {
	background: #f4f4f4;
	color: #777;
}

.ap-form .ap-checkbox label {
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-weight: normal;
}

.ap-form .ap-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ap-button {
	display: inline-block;
	background: #2271b1;
	color: #fff !important;
	border: none;
	padding: 0.7em 1.4em;
	border-radius: 4px;
	font-size: 1em;
	cursor: pointer;
	text-decoration: none;
}

.ap-button:hover {
	background: #135e96;
}

.ap-message {
	padding: 0.8em 1em;
	border-radius: 4px;
	margin-bottom: 1.25em;
	font-size: 0.95em;
}

.ap-message.ap-success {
	background: #edfaef;
	color: #1a7a34;
	border: 1px solid #b9e6c3;
}

.ap-message.ap-error {
	background: #fdeeee;
	color: #a3272c;
	border: 1px solid #f3c2c2;
}

.ap-portal a {
	color: #2271b1;
	text-decoration: none;
}

.ap-portal a:hover {
	text-decoration: underline;
}
