.red {
	color: rgb(255,50,50);
}
.sucess{
	font-size: 38px;
	color: rgb(50,255,50);
}
.smaller{
	font-size: 13px;
}
form {
	color: black;
	margin: 0 auto;
	/*background-color: rgb(225,225,225);
	border-radius: 5px;*/
	text-align: center;
	height: 50%;
	padding: 30px;
	width: 80%;
}
input[type=text],input[type=password],input[type=mail],input[type=tel],input[type=date],input[type=number]{
	border-radius: 10px;
}
table{
	margin: 0 auto;
}
td:nth-child(1):not(.button){
	text-align: right; 
}
body.content {
	position: relative;
	min-height: 768px;
	-webkit-min-width: 1024px;
	height: 100%;
}