.alert {
	width: 100%;
	height: 8vh;
	z-index: 9999;
	border-radius: 0;
	position: fixed;
	top: 0;
	left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0.75rem;
}

.alert-success {
	background-color: #dfd;
	color: #000000;
}

.alert-error {
	background-color: #ffe5e8;
	color: #000000;
}

.close {
	color: #000000;
}
