@charset "UTF-8";
/* CSS Document */

div.form-group {
  margin: 20px 0;
}

label {
  display: block;
  font-family: Roboto, sans-serif;
  padding-bottom: 4px;
  font-size: 1.25em;
}

input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: Roboto, sans-serif;
  width: 410px;
  padding: 8px;
}

textarea {
  height: 250px;
}

button {
  height: 50px;
  background: green;
  color: white;
  border: 2px solid darkgreen;
  font-size: 1.25em;
  font-family: Roboto, sans-serif;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  border: 2px solid black;
}

.row-form {
  box-shadow: 0 0 25px rgba(0,0,0,0.69);
  padding: 30px;
  color: #191F50 !important;
}
