html {
	margin: 5px;
}
.title{
	font-size: 24px;
}


.response {

	height: 28px;
	font-weight: bold;
}

.ok {
	
	color: white!important;
	background-color: green;
	text-align: center;
	border-radius: 8px;
	}

.nok {
	
	color: white!important;
	background-color: red;
	text-align: center;
	border-radius: 8px;
}

.invalid {
	
	color: black!important;
	background-color: white;
}

.error {
	
	color: red!important;
	background-color: white;
}

.hidden {
	 display: none; 
}