/* line 3, ../sass/apply.sass */
h2 {
  text-align: center;
}

/* line 6, ../sass/apply.sass */
#contactForm {
  margin: 0 auto;
}

/* line 9, ../sass/apply.sass */
#applicationForm, #contactForm {
  width: 400px !important;
}
/* line 12, ../sass/apply.sass */
#applicationForm.highlight .ng-invalid, #contactForm.highlight .ng-invalid {
  background: #ffbfbf;
}
/* line 15, ../sass/apply.sass */
#applicationForm .require-hint, #applicationForm .formError, #contactForm .require-hint, #contactForm .formError {
  color: #ff7f7f;
  text-align: center;
  margin: 20px 0;
  font-size: 1.2em;
}
/* line 21, ../sass/apply.sass */
#applicationForm fieldset, #contactForm fieldset {
  margin-bottom: 10px;
}
/* line 23, ../sass/apply.sass */
#applicationForm fieldset.birthday select, #contactForm fieldset.birthday select {
  margin-right: 5px;
}
/* line 25, ../sass/apply.sass */
#applicationForm fieldset label, #contactForm fieldset label {
  display: inline-block;
  min-width: 100px;
}
/* line 28, ../sass/apply.sass */
#applicationForm fieldset label + input, #applicationForm fieldset label + textarea, #contactForm fieldset label + input, #contactForm fieldset label + textarea {
  font-size: 16px;
  width: 272px;
  border: solid 1px #CCC;
  border-radius: 3px;
  padding: 3px;
  color: #666;
}
/* line 35, ../sass/apply.sass */
#applicationForm fieldset select, #contactForm fieldset select {
  border: solid 1px #CCC;
  border-radius: 3px;
  padding: 3px;
  color: #666;
}
/* line 41, ../sass/apply.sass */
#applicationForm fieldset label + input:focus, #applicationForm fieldset label + textarea:focus, #contactForm fieldset label + input:focus, #contactForm fieldset label + textarea:focus {
  border: solid 1px #6F64AB;
  box-shadow: 0 0 5px #6F64AB;
}
/* line 44, ../sass/apply.sass */
#applicationForm fieldset select:focus, #contactForm fieldset select:focus {
  border: solid 1px #6F64AB;
  box-shadow: 0 0 5px #6F64AB;
}
/* line 47, ../sass/apply.sass */
#applicationForm fieldset label + textarea, #contactForm fieldset label + textarea {
  resize: vertical;
}
/* line 51, ../sass/apply.sass */
#applicationForm label[for="hobbies"], #applicationForm label[for="gradeOrOccuption"], #applicationForm label[for="referredBy"], #contactForm label[for="hobbies"], #contactForm label[for="gradeOrOccuption"], #contactForm label[for="referredBy"] {
  display: block;
}
/* line 54, ../sass/apply.sass */
#applicationForm #hobbies, #applicationForm #gradeOrOccupation, #applicationForm #referredBy, #applicationForm #body, #contactForm #hobbies, #contactForm #gradeOrOccupation, #contactForm #referredBy, #contactForm #body {
  width: 377px;
}
/* line 57, ../sass/apply.sass */
#applicationForm #hobbies, #applicationForm #body, #contactForm #hobbies, #contactForm #body {
  height: 125px;
}
/* line 60, ../sass/apply.sass */
#applicationForm legend, #contactForm legend {
  display: none;
}
/* line 63, ../sass/apply.sass */
#applicationForm label.error, #contactForm label.error {
  color: Red;
}
/* line 66, ../sass/apply.sass */
#applicationForm input.error, #applicationForm select.error, #applicationForm textarea.error, #contactForm input.error, #contactForm select.error, #contactForm textarea.error {
  background-color: mistyrose;
}
