﻿form {
  font-family:sans-serif;
  background: white;
  float: left;
  width: 230px;
  padding: 5px 0px;
  border-radius: 0 0px 20px 0;
  color: #272929; 
}
form div {
  margin-bottom: 15px;
  position: relative;
}

label, span {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
input[type="text"], input[type="email"] {
  border-width: 0;
  outline: none;
  margin: 0;
  width: 100%;
  padding: 10px 0.5px;
  background: #ddd9d9;
}
input[type="text"]:focus, input[type="email"]:focus {
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.2);
}

button {
  float: left;
  padding: 9px;
  border-width: 0;
  display: block;
  width: 150px;
  margin: 25px auto 0;
  background: #6f970e;
  color: white;
  font-size: 17px;
  outline: none;
  border-radius: 5px;
}
