input{
	width: 50%;
	height:25px;
	color: black;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	font-size: 18px;
}
input[type=submit]{
	height:50px;
	font-size: 25px;
	cursor: pointer;
	color: white;
	border: 1px solid #fff769;
	background-color: #e43a16;
}
input[type=submit]:disabled{
	background-color: #f67e64;
	cursor: initial;
}
input[type=submit]:disabled:hover{
	background-color: #f67e64;
	color: white;
}