.pb-title {
	margin-bottom: 1.5rem;
	text-align: left;
}

.pb-button {
	text-align: right;
}

.pb-form .form-group {
	position: relative;
}

.pb-notification {
	text-align: left;
}

.pb-error {
	border: 3px solid #c0392b;
}

.pb-error-msg {
	background: #c0392b;
	border-radius: 2px;
	top: 58px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	color: white;
	left: 0;
	padding: 10px;
	position: absolute;
	white-space: nowrap;
	width: auto;
	z-index: 1000;
}

.pb-textarea .pb-error-msg {
	bottom: -56px;
	top: auto;
}

.pb-error-msg:after {
	border-color: transparent transparent #c0392b transparent;
	border-style: solid;
	border-width: 0 8px 13.9px 8px;
	content: "";
	height: 0;
	left: 20px;
	margin-left: 0;
	position: absolute;
	top: -13px;
	width: 0;
}

.intl-tel-input {
	display: block;
}

.pb-growl-list {
	list-style: disc;
	margin: 4px 0 0 14px;
}

.pb-growl-list li {
	margin: 4px 0;
}

.pb-hidden {
	display: none;
}
