
body{
	background-color: #E0FFE0;
}

.flex-container {
	width: 600px;
	display: flex;
	flex-direction: column;
	margin: auto;
}
.flex-container-row {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	padding-top: 5px;
}
.flex-container-column {
	width: 100%;
	display: flex;
	padding-left: 2px;
	padding-right: 2px;
}
.flex-container-column-finish {
	flex: 1
}

.p-error {
	margin: 0;
	color: red;
}
.p-success {
	color: green;
}

input, select, textarea {
	width: 100%;
	resize: none;
}
button {
	width: 100%;
	min-height: 25px;
}
