﻿.alert {
	position: fixed;
	left: 5px;
	bottom: 0;
	width: 35%;
	margin-top: -2.5em;
	z-index: 1;
}

@media (max-width: 1366px) {
	.alert {
		width: 35%;
	}
}

@media (max-width: 991px) {
	.alert {
		width: 100%;
	}
}

.alert-dark {
	background-color: #000000;
	opacity: 0.9;
	color: #ffffff;
	border: none;
	padding: 3;
}

p{
	text-align: justify !important;
}