@import url('https://fonts.googleapis.com/css?family=Roboto');

* {margin: 0;
  padding: 0;
}

body {background:#dadada;}

.campo_label {
	background:transparent;
	border:none;
	height:25px;
	font-size:16px;
	color:gray;
}

.campo_imput {
	background:transparent;
	color:#268fcc;
	border: 1px solid #ddd;	
	height:25px;
	font-size:16px;
}

.botao {color: #fff;
	font-size: 16px;
	height: 30px;
	border: none;
	font: bold;
	background-color: #2f4f79;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
}
		
.botao:hover{background-color: #CD2626;}
.botao:disabled{background-color: gray;}
