.apppb-change-password {
	padding: 20px;
	background: #fffaf5;
	border-radius: 5px;
	max-width: 600px;
}

.apppb-change-password h2 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
}

.apppb-change-password p {
	font-size: 16px;
	margin-bottom: 20px;
	color: #333;
}

.apppb-change-password .apppb-input {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #e9f1fd;
}

.apppb-change-password .apppb-button {
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	border-radius: 4px;
}
