* {
  box-sizing: border-box; }

body {
  margin: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Arial, sans-serif; }

body.prelogin {
  background-color: #cec7dd;
  color: #453262;
  width: 50%;
  margin: 0px auto;
  text-align: center; }
  body.prelogin img#mainLogo {
    margin: 15px;
    height: 175px; }
  body.prelogin div {
    margin: 8px auto;
    width: 100% !important; }
  body.prelogin a {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none; }
    body.prelogin a .icon.shoppingCart {
      height: 24px;
      width: 24px;
      display: inline-block;
      vertical-align: middle;
      background-image: url("../assets/img/Icon_shopcart_lt_white.png");
      background-repeat: no-repeat;
      background-size: contain; }
  body.prelogin a:hover {
    color: #FAD000;
    text-decoration: underline; }
    body.prelogin a:hover .icon.shoppingCart {
      background-image: url("../assets/img/Icon_shopcart_white.png"); }
  body.prelogin p {
    margin: 30px auto; }
  body.prelogin form {
    width: 50%;
    min-width: 325px;
    text-align: left;
    margin: 30px auto; }
    body.prelogin form label {
      font-weight: bold; }
    body.prelogin form button, body.prelogin form input {
      width: 100%;
      padding: 6px;
      border: none;
      border-radius: 5px;
      margin: 5px auto;
      background-color: #FFFFFF; }
    body.prelogin form button:hover {
      font-weight: bold;
      color: #FFFFFF;
      background-color: #453262; }
    body.prelogin form .radioGroup input {
      width: initial; }
    body.prelogin form .radioGroup #teacher {
      margin-left: 15px; }
  body.prelogin input.error {
    border: 2px solid #FF0000; }
  body.prelogin label.error {
    font-size: 12px;
    color: #453262; }
  body.prelogin .sendRespose, body.prelogin #verificationId {
    display: none; }

body.home {
  background-color: #453262; }
  body.home main #enterLicenseDiv {
    position: absolute;
    height: 100%;
    width: 100%; }
  body.home main div#stars {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("../assets/img/stars_pattern.png");
    opacity: .25; }
  body.home main div#curl {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 380px;
    width: 382px;
    background-image: url("../assets/img/curl.png");
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-left: 200px; }
    body.home main div#curl div#numberLabel {
      font-size: 30px;
      text-align: center;
      color: #FF0000; }
    body.home main div#curl div#daysLabel {
      font-size: 24px;
      text-align: center;
      color: #FF0000; }
    body.home main div#curl div#electionLabel {
      font-size: 20px; }
  body.home main div#ribbon {
    position: absolute;
    top: 20%;
    left: 0px;
    height: 150px;
    width: 100%;
    background-image: url("../assets/img/ribbon_tile.png");
    background-size: 6px;
    color: #FFFFFF; }
    body.home main div#ribbon span.logo {
      width: 260px;
      height: 260px;
      background-image: url("../assets/img/VE_logo.png");
      position: absolute;
      background-size: contain;
      top: -51px;
      left: 114px; }
    body.home main div#ribbon div#inputDiv {
      height: 70%;
      margin-top: 85px;
      margin-left: 380px;
      max-width: 750px;
      min-width: 515px;
      font-size: 18px; }
      body.home main div#ribbon div#inputDiv div {
        margin: 10px 0px; }
      body.home main div#ribbon div#inputDiv a {
        color: #FFF; }
    body.home main div#ribbon input {
      font-size: 18px; }
    body.home main div#ribbon div#license-div {
      margin-left: 378px;
      font-size: 18px; }
    body.home main div#ribbon button#submitButton {
      margin-left: 10px;
      height: 27px;
      width: 170px;
      border: none;
      font-size: 18px;
      background-color: #453262;
      color: #FFFFFF; }
    body.home main div#ribbon button#submitButton:hover {
      background-color: #FFFFFF;
      color: #453262;
      font-weight: bold; }
  body.home main a#logout {
    position: absolute;
    height: 50px;
    width: 82px;
    top: 23px;
    right: 0px;
    color: #FFf;
    text-decoration: none;
    text-align: center;
    font-size: 14px; }
    body.home main a#logout .icon {
      position: relative;
      top: 2px;
      display: block;
      margin: 0px auto;
      height: 30px;
      width: 30px;
      background-image: url("../assets/img/icon_logout_off.svg");
      background-repeat: no-repeat; }
    body.home main a#logout .label {
      display: block;
      position: absolute;
      top: 34px;
      width: 100%;
      color: white; }
  body.home main a#logout:hover .icon {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    top: -2px; }
  body.home main a#appLink {
    position: absolute;
    bottom: 25px;
    right: 25px;
    text-decoration: none;
    color: #FFF;
    z-index: 9999; }
  body.home main a#appLink:hover {
    text-decoration: underline; }
  body.home main table#license-table {
    width: 50%;
    min-width: 500px;
    margin: 15px;
    text-align: left;
    border-collapse: collapse; }
  body.home main thead tr th {
    border-bottom: 1px solid #FFF; }
  body.home footer {
    position: fixed;
    bottom: 26px;
    text-align: center;
    width: 100%; }

/*# sourceMappingURL=Site.css.map */