body {
	width: 80%;
	margin: auto;
	margin-top: 3rem;
	display: block;
}

button {
	background-color: #57c6c6 !important;
	border: none !important;
}

.download {
	margin: 1rem auto 3rem auto;
	text-align: center;
}

.title {
	margin: 5rem auto 0 auto;
	font-size: 1.4rem;
}

#submit {
	margin: 3rem auto;
	width: 80%;
}

#submit-button {
	/*background-color: #faa6ff !important;*/
}

#submitBtn {
	background-color: #F75546 !important;
	border: none !important;
	color: white;
	display: block;
	margin: auto;
}
#cancel-delete {
	background-color: #57c6c6 !important;
	color: white;
}
#submit-delete-form {
	background-color: #F75546 !important;
	border: none !important;
}
#butt-download {
	background-color: #57c6c6 !important;
}

#status {
	margin: 2rem auto 0 auto;
	font-weight: bold;
}

.form-check-input, .form-check-label {
	margin: auto auto 1rem auto;
}
.form-check-input {
	margin-top: 0.1rem;
}
.card {
	margin-bottom: 3rem;
}

#delete-form {
	margin-top: 4rem;
}
#submit-butt-delete {
	width: 30%;
	margin-bottom: 1rem;
}
#form-check-all {
	margin-bottom: -3rem!important;
}


.container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
}
.logo-container {
	text-align: center;
}
.logo-container img {
	max-width: 100%;
	height: auto;
}
