.alert-area {
	font-size: 12px;

	margin-bottom: 2rem;
	padding: 0.75rem 1.25rem;

	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-success {
	color: #155724;
	border-color: #c3e6cb;
	background-color: #d4edda;
}

.alert-info {
	color: #0c5460;
	border-color: #bee5eb;
	background-color: #d1ecf1;
}

.alert-warning {
	color: #856404;
	border-color: #ffeeba;
	background-color: #fff3cd;
}

.alert-error {
	color: #721c24;
	border-color: #f5c6cb;
	background-color: #f8d7da;
}

.alert-logout {
	position: relative;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;

	height: 55px;

	border-radius: 0 0 10px 10px;
	background: #ef6957;
}
.alert-logout div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;

	margin-left: 30px;
}
.alert-logout div img {
	width: 26px;
	height: 26px;
	margin-right: 8px;
}
.alert-logout div p {
	font-size: 24px;

	text-align: center;

	color: #fff;
}
.alert-logout button {
	position: absolute;
	right: 20px;

	opacity: 1;
}
.alert-logout button img {
	width: 25px;
}
