.modal {
	--bs-modal-border-radius: 0;
	--bs-modal-inner-border-radius: 0;
	--bs-modal-border-width: 0;
}

.modal .modal-header {
	background-color: var(--bs-primary)!important;
	color: #ffffff;
}

.form-control[type="text"],
.form-control[type="email"] {
	background-color: #f1f5f9;
}