@charset "utf-8";
/* CSS Document */

input[type=text] {
  background-color: #3CBC8D;
  color: white;
  margin-right:30px;
  border:#CCCCCC;
  height:30px;
  
 
  
  
}


.button {
  transition-duration: 0.4s;
  background:#FF0000;
  color:#FFFFFF;
  width:250px;
  margin-right:15px;
  
}

.button:hover {
  background-color: #4CAF50; /* Green */
  color: white;
}