.inputText{
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 3px solid #000000;
  outline: 0;
  font-size: 1.3rem;
  color: #000000;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.text{
  font-family: inherit;
  width: 100%;
  font-size: 1.5rem;
  color: #000000;
  background: transparent;
  transition: border-color 0.2s;
}


/*input[type=text] { height: 50px; width:150px; font-size:15px;  }
input[type=password] { height: 50px; width:150px; font-size:15px; }*/
input[type=submit] { height: 50px; width:150px;font-size:15px; }
input[type=checkbox] { height: 30px; width:30px; }
button { height: 50px; width:150px; }
