

.gmember-from-control {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  color: #555;
  font-size: 14px;
  line-height: 1;
}

.gmember-from-control:focus {
  box-shadow: 0 0 5px #43D1AF;
  border: 1px solid #43D1AF;
}

.gmember-btn {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  background: #43D1AF;
  border: 1px solid #30C29E;
  color: #fff;
  line-height: 1;
}

.gmember-btn:hover {
  background: #2EBC99;
}
