#ticketForm, #clientLogin {
  width: 1000px;
  margin: 0px auto 100px auto;
  font-family: Helvetica !important; }

#ticketForm table {
  width: 900px;
  margin: 0 auto; }

#ticketForm table tbody:nth-child(2) {
  display: none; }

#ticketForm hr {
  display: none; }

#ticketForm .form-header {
  padding: 20px 10px;
  margin: 30px 0 0 0px;
  background-color: #94e7fc;
  border: 2px solid #1ad1ff;
  border-radius: 5px;
  color: #063d49; }

.form-header div p {
  display: none; }

#ticketForm .form-header h3 {
  font-size: 1.2em; }

#ticketForm .form-header b {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  display: block;
  margin-top: 40px; }

#ticketForm table tbody tr td {
  font-size: 1.2em; }

#clientLogin {
  margin-bottom: 200px; }

.login-box label {
  font-weight: bold; }

.login-box input {
  text-align: center;
  color: darkblue; }

input[type=submit] {
  color: white !important;
  background-color: #359ad9;
  border: 1px solid #166a9f;
  cursor: pointer; }

font.error {
  display: none; }

label {
  font-size: 1.3em;
  display: block;
  margin-top: 10px; }

input, select {
  width: 900px;
  padding-left: 15px;
  margin-top: 5px;
  font-size: 1.2rem;
  color: #495057;
  height: 50px;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  box-sizing: border-box; }

#clientLogin input.btn {
  padding-left: 0;
  margin-top: 40px;
  cursor: pointer; }

select:hover {
  cursor: pointer; }

textarea {
  font-size: 1em;
  font-family: Monospace;
  box-sizing: border-box;
  padding: 20px 30px;
  border: 2px solid gainsboro;
  border-radius: 3px; }

p.tableLabel {
  margin-top: 20px;
  font-size: 1.2em; }

p.buttons {
  width: 390px;
  margin: 0 auto;
  text-align: center; }

p.buttons input {
  width: 150px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer; }

p.buttons input:hover {
  border: 1px solid #87bbf1;
  background-color: #b8d6f5; }

p.buttons input[type=button] {
  display: none; }

.files .file > span {
  padding: 0 !important; }

.files .file > span a {
  text-decoration: none; }

#forgotLink {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  text-align: right; }

.error {
  color: red; }

.form-description {
  margin: 10px 0 0px 0;
  font-size: 0.9em; }

.sign_in_to_view_tickets {
  text-align: center;
  font-weight: bold; }

#msg_error {
  display: block;
  width: 1000px;
  font-size: 1.2em;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: white;
  color: red;
  margin: 20px auto;
  border-radius: 5px; }

#msg_notice {
  display: block;
  width: 80%;
  font-size: 1.1em;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #09a300;
  color: white;
  margin: 20px auto;
  border-radius: 2px; }

/*# sourceMappingURL=form.css.map */
