@media screen and (max-width: 750px)
{
	input, select {
		display: block;
		margin-bottom: 0.5em;
		width: 100%;
	}
	textarea { margin-bottom: 0.5em; }
	btn--submit { width: 100%; margin-top: 0.5em; }
}

body { margin: 1em; }
.img-logo { width: 130px; }
.btn, .alert { border-radius: 0.5em; }
.btn--block { width: 100%; }
label { color: #2f7537; font-weight: 700; }
input, select, textarea { border-radius: 0.5em; }
input:focus, select:focus, textarea:focus { border-color: #2f7537; }
textarea { display: block; width: 100%; height: 200px; }
.alert { width: 100%; margin-bottom: 0.5em; }