/* CSS Document */

.w3-cyan {
	color: white!important;
}

.w3-modal {
	padding: 0;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.w3-modal-content {
	max-width: 450px;
}
.w3-label {
	padding: 9px 0;
	color: #2196F3;
}
@media only screen and (max-width: 600px) {
	#form_message .w3-modal-content {
		height: 95%!important;
	}
	#form_message .w3-modal-content-body {
		height: calc(100% - 77px);
		overflow-y: scroll;
	}
}