body{	  
  width:100%;
}	
input[type=text],input[type=tel],input[type=password], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=button], input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.form_div {
  border-radius: 5px;
  background-color: #daf1db;
  padding: 20px;
  max-width: 600px;
  margin: auto;
}

.inp_valor{
	text-align: end;
}	

.btnBG{	
	background: #45a049;
	color: white;
	padding: 5px;
	font-weight: bold;
	border-radius: 5px;	
	cursor: pointer;
}
.btnBG: hover{	
	background: #000;
}