.form-wrapper {
  background: #fafafa;
  max-width: 400px;
   font-family:  "rounded";
   margin:0 auto;
}
.form-wrapper h1{color: black;}
.form-wrapper h1{
  text-align: center;
  padding: 0.5em 0;
}

form {
  padding: 0 1em;
}

.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input, .form-item select, .form-item textarea{
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
   font-family:  "rounded";
  font-size: 0.8em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}
.form-item textarea{height:300px; width:100%; border:2px solid #e9e9e9;}

.form-item input:focus, .form-item select:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.button-panel {
  margin: 2em 0 0;
  width: 100%;
}
#button1{padding:0.5em 2em; width:100%;}
.button-panel .button, #button1{
	-webkit-appearance: none;
  background: #f16272;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family:  "rounded";
  font-size: 1em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
}
#button1{background:#29b6f6;}
.button:hover{
  background: #ee3e52;
}
#button1:hover{background:#0288d1}

.form-footer {
  font-size: 1em;
  padding: 2em 1.5em;
  text-align: center;
  
}

.form-footer a {
  color: #8c8c8c;
  text-decoration: none;
  transition: border-color 0.3s;
}

.form-footer a:hover {
  border-bottom: 1px dotted #8c8c8c;
}
.button-panel p{font-family:  "light"; font-size:15px; line-height:normal; margin-bottom:20px;}

@media only screen and (max-width:505px){
	.button-panel .button, #button1{height:30px;}
	.form-wrapper {width:80%;}
	.form-wrapper h1{padding:0px; font-size:12px;}
	.form-item {margin-bottom:10px;}
	.form-footer {
  font-size: 12px;
  padding: 0px;
  text-align: center;
  
}
#button1{background:#29b6f6; border-radius:none;}
input#button{ -webkit-appearance: none;background-color:red;}

.button:hover{
  background: #ee3e52;
}
#button1:hover{background:#0288d1}

	}