@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body {
	font-family: 'Lato', sans-serif;
	background-color: #2C3E50;
	color: #fff;
}

input {
	background-color: 
}
	
.indic {
	color: #f1c40f;
}
	
.resp {
	border-radius: 1.25em;
	color: white;
	border: 2px solid white;
	background-color: #111;
}
.resp:hover {
	background-color: #2C3E50 !important;
	color: white;
}

.resp-select {
	color: black !important;
	background-color: #3498db !important;
}

.resp-select:hover {
	color: black !important;
	background-color: #3498db !important;
}

.resp-valid {
	color: black !important;
	background-color: #27ae60 !important;
}

.resp-valid:hover {
	color: black !important;
	background-color: #27ae60 !important;
}

.badge-red {
	background-color: #e74c3c;
}

a {
	color: #3AAAF5;
	text-decoration: none;
}

a:hover {
	color: #53B4F5;
}

.comment {
	color: #486582;
}
