.field {
  width: 400px;
  min-height: 100px;
  position: relative;
  left: 20px;
  margin: 0 auto; }

.field2 {
  width: 100%;
  min-height: 100px;
  margin-top: 100px;
  text-align: center; }

input[type="text"], input[type="password"] {
  width: 350px;
  height: 35px;
  background-color: rgba(50, 50, 50, 0.3);
  border: 1px rgba(173, 131, 90, 0.5) solid;
  color: #EEE;
  font-size: 0.7rem !important;
  padding: 10px;
  border-radius: 3px; }

.cbutton {
  width: 350px;
  height: 35px;
  background-color: rgba(50, 50, 50, 0.3);
  border: 1px rgba(173, 131, 90, 0.5) solid;
  color: #EEE;
  font-size: 0.7rem !important;
  font-weight: 700;
  padding: 8px;
  border-radius: 3px;
  letter-spacing: 1px; }
  .cbutton:hover {
    border: 1px #ad835a solid; }

.linkbutton {
  width: 350px;
  height: 35px;
  background-color: rgba(50, 50, 50, 0.3);
  border: 1px rgba(173, 131, 90, 0.5) solid;
  color: #EEE;
  font-size: 1rem !important;
  font-weight: 700;
  padding: 15px;
  border-radius: 3px;
  letter-spacing: 1px;
  margin: 0 auto;
  text-decoration: none; }
  .linkbutton:hover {
    border: 1px #ad835a solid;
    text-decoration: none;
    color: #EEE; }

.label {
  position: relative;
  left: -10px;
  bottom: 10px;
  text-align: left !important;
  color: #DDD; }

.requirement {
  font-family: "Arial";
  font-size: 0.5rem;
  color: #AAA;
  position: absolute;
  left: 280px;
  top: 20px; }

.response-box-error {
  width: 450px;
  min-height: 35px;
  font-size: 0.8rem !important;
  font-weight: 400;
  font-family: "Arial";
  border-radius: 3px;
  color: #EEE;
  padding: 11px 5px 7px 5px;
  text-align: center;
  margin: 0 auto;
  background-color: #e74c3c; }

.response-box-success {
  width: 450px;
  min-height: 35px;
  font-size: 0.8rem !important;
  font-weight: 400;
  font-family: "Arial";
  border-radius: 3px;
  color: #EEE;
  padding: 11px 5px 7px 5px;
  text-align: center;
  margin: 0 auto;
  background-color: #009432; }

.g-recaptcha {
  position: relative;
  left: 25px; }

/*# sourceMappingURL=custom.css.map */
