﻿#nl2go_form {
  max-width: 400px;
  color: rgb(36, 191, 71);
  font-family: 'Verdana', sans-serif;
  font-size: 14.4px;
}
#nl2go_form input[type='email'] {
  visibility: hidden;
  height: 0px;
}
#nl2go_form p {
  margin-bottom: 0px;
}
#nl2go_form input[type='submit'] {
  color: white;
  cursor: pointer;
  display: inline-block;
  padding-top: 6px;
  padding-right: 22px;
  padding-bottom: 6px;
  padding-left: 22px;
  background-color: rgba(0, 83, 135, 1);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border: none;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
#nl2go_form input[type='submit']:hover { background-color: rgb(0, 98, 202); }
