body {
	background-color: #8b8c8a;
	background-image: url("./img/bg1.png");
	padding-top: 3.5rem;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.6);
	margin: 1em 0;
	padding: 0; 
}

.mt-1, .my-1 {
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid;
}


.modal-body {
	background: url("./img/bg2.png");
}
.modal-footer, .modal-header {
	background-color: rgb(150, 150, 150);
}
.modal-header {
	border-bottom-color: rgb(130,130,130);
}
.modal-footer {
	border-top-color: rgb(130,130,130);
}
.mce-notification.mce-in {
	display: none;
}
.card-body {
	overflow: auto;
}