#modal-button-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 50px;
}

#close-modal {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
	background-color: #f84d70;
	padding: 12px 0px;
	width: 115px;
}

#form-container {
	display: flex;
	justify-content: center;
}

#form-container > form {
	padding: 15px;
}	

.btn-default {
	border: none;
	font-size: 14px;
	border-radius: 5px;
	font-family: Arial, sans-serif;
	color: #ffffff;
	cursor: pointer;
}

#btn-send-file {
	display: block;
	padding: 13px;
	width: 100%;
	background-color: #006bc8;
	margin-top: 50px;
}

