/*
 * Component: Bootstrap alert
 * -------------------------
 */
.alert {
	position: relative;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #fafafa !important;
	padding-right: 56px;
}
.alert-danger,
.alert-error,
.alert-info,
.alert-warning,
.alert-success {
	border: none !important;
	border-radius: 3px;
	color: #333 !important;
}
.alert-danger,
.alert-error {
	border-left: 5px solid #d73925 !important;
}
.alert-info {
	border-left: 5px solid #00acd6 !important;
}
.alert-warning {
	border-left: 5px solid #e08e0b !important;
}
.alert-success {
	border-left: 5px solid #008d4c !important;
}
.alert .close {
	opacity: 1;
}

.alert p {
	margin-bottom: 13px;
}

button.close {
	position: absolute;
	right: 20px;
	top: 11px;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 28px;
	cursor: pointer;
}

.g-recaptcha {
	margin-bottom: 55px;
}
