input[type="time"] {
	background:#fdf8f2;
	font-size: 10pt;
	color: #073763;
	width: 100px;
	height: 30px;
	border-radius: 5px;
}

	input[type="number"] {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 175px;
		height: 30px;
		border-radius: 5px;
	}
	
	input[type="number"].pequeno {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 100px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="number"]:disabled {
		background:#C0C0C0;
		font-size: 10pt;
		color: #073763;
		width: 175px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="file"] {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 175px;
		height: 30px;
		border-radius: 5px;	
	}

	input[type="file"]:disabled {
		background:#C0C0C0;
		font-size: 10pt;
		color: #073763;
		width: 175px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="email"] {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 500px;
		height: 30px;
		border-radius: 5px;
	}
	
	input[type="email"].medio {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 250px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="password"] {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 175px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="text"] {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 175px;
		height: 30px;
		border-radius: 5px;	
	}

	input[type="text"].grande {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 500px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="text"].medio {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 410px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="text"].pequeno {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 100px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="text"].micro{
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 50px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="text"]:disabled {
		background:#C0C0C0;
	}

	select {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 175px;
		height: 30px;
		border-radius: 5px;
	}

	select.pequeno {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 90px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="select"]:disabled {
		background:#C0C0C0;
		color:#c0c0c0;
	}

	input[type="date"] {
		height: 30px;
		width: 175px;
		background: #cfe2f3;	
		size: 10pt;
		color:#073763;
		border-radius: 5px;
	}

	input[type="date"]:disabled {
		height: 30px;
		width: 175px;
		background: #C0C0C0;	
		size: 10pt;
		color:#073763;
		border-radius: 5px;
	}

	textarea{
		background: #fdf8f2;	
		size: 10pt;
		color:#073763;
		border-radius: 5px;
		height: 150px;
		width: 650px;
	}

	label{	
		size: 10pt;
		color:#073763;
		font-weight: bold;
	}

	input[type="checkbox"]  label span{
		background:#fdf8f2;
		color: #073763;
		text-align:left;
		width: 10px;
		display: block;
		margin:left;    
}

	input[type="checkbox"]:disabled {
		background:#C0C0C0;
		color: #c0c0c0;
		text-align:left;
		width: 10px;
	}


@media (max-width: 800px) {
	 input[type="number"] {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 150px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="number"]:disabled {
		background:#C0C0C0;
		font-size: 10pt;
		color: #073763;
		width: 150px;
		height: 5px;
		border-radius: 5px;
	}

	input[type="file"] {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 150px;
		height: 30px;
		border-radius: 5px;	
	}

	input[type="file"]:disabled {
		background:#C0C0C0;
		font-size: 10pt;
		color: #073763;
		width: 150px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="email"] {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 250px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="password"] {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 150px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="text"] {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 150px;
		height: 30px;
		border-radius: 5px;	
	}

	input[type="text"].grande {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 250px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="text"].pequeno {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 100px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="text"].micro{
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 50px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="text"]:disabled {
		background:#C0C0C0;
	}

	select {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 150px;
		height: 30px;
		border-radius: 5px;
	}

	select.pequeno {
		background:#fdf8f2;
		font-size: 10pt;
		color: #073763;
		width: 90px;
		height: 30px;
		border-radius: 5px;
	}

	input[type="select"]:disabled {
		background:#C0C0C0;
		color:#c0c0c0;
	}

	input[type="date"] {
		height: 30px;
		width: 175px;
		background: #cfe2f3;	
		size: 10pt;
		color:#073763;
		border-radius: 5px;
	}

	input[type="date"]:disabled {
		height: 30px;
		width: 175px;
		background: #C0C0C0;	
		size: 10pt;
		color:#073763;
		border-radius: 5px;
	}

	textarea{
		background: #fdf8f2;	
		size: 10pt;
		color:#073763;
		border-radius: 5px;
	}

	label{	
		size: 10pt;
		color:#073763;
		font-weight: bold;
	}

	input[type="checkbox"]  label span{
		background:#fdf8f2;
		color: #073763;
		text-align:left;
		width: 10px;
		display: block;
		margin:left;    
}

	input[type="checkbox"]:disabled {
	
}



