.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.Ingresar {
	height: 25px;
	width: 250px;
   padding: 0.375rem 0.75rem;
   background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.BotonVerde {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #02A787;
	height: 30px;
	width: 280px;
	

}
