/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  height: 100%;
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background: #2E3445;
  font-family: "Lato"; }

@media (max-device-width: 550px), (max-width: 767px) {
  .hidePhone {
    display: none; } }

#login {
  background: #e2e5eb;
  border-radius: 2px;
  color: #666;
  left: calc(50% - 190px);
  padding: 30px 40px;
  position: absolute;
  top: 200px;
  width: 300px; }
  @media (max-device-width: 550px), (max-width: 767px) {
    #login {
      border-radius: 0;
      left: 0;
      padding: 30px 0;
      position: relative;
      top: 0;
      width: 100%; } }
  #login #logoHolder {
    margin-top: 10px;
    position: relative;
    text-align: center; }
    #login #logoHolder #logo {
      width: 250px; }
  #login input {
    border: none;
    color: #666;
    font-family: "Lato";
    font-size: 16px;
    padding: 15px 10px;
    width: 300px;
    -webkit-appearance: none; }
    @media (max-device-width: 550px), (max-width: 767px) {
      #login input {
        display: block;
        border-radius: 0;
        font-size: 18px;
        padding: 15px 0 15px 5px;
        margin: 0 auto;
        width: calc(95% - 5px); } }
  #login table {
    margin-top: 25px;
    width: 100%; }
    #login table td {
      display: inline-block;
      height: 70px;
      position: relative; }
      @media (max-device-width: 550px), (max-width: 767px) {
        #login table td {
          height: auto;
          padding-bottom: 15px; } }
    #login table .error {
      background: #F4E6E8;
      border: 2px solid #B2595E;
      border-radius: 4px;
      color: #B2595E;
      display: none;
      left: -205px;
      padding: 13px 10px;
      position: absolute;
      top: 10px;
      width: 155px; }
      @media (max-device-width: 550px), (max-width: 767px) {
        #login table .error {
          left: 0;
          margin: 0 auto;
          margin-bottom: 10px;
          position: relative;
          top: 0;
          width: 90%; } }
      #login table .error .triangle {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 11px 0 11px 13px;
        border-color: transparent transparent transparent #f4e6e8;
        position: absolute;
        right: -13px;
        top: 11px;
        z-index: 5; }
        @media (max-device-width: 550px), (max-width: 767px) {
          #login table .error .triangle {
            display: none; } }
      #login table .error .triangle2 {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 11px 0 11px 13px;
        border-color: transparent transparent transparent #B2595E;
        position: absolute;
        right: -15px;
        top: 11px; }
        @media (max-device-width: 550px), (max-width: 767px) {
          #login table .error .triangle2 {
            display: none; } }
    @media (max-device-width: 550px), (max-width: 767px) {
      #login table .shown {
        display: block !important; } }
  #login input[type="submit"] {
    float: right;
    font-weight: bold;
    background: #5AAF64;
    border: none;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    outline: 0;
    padding: 15px 20px;
    text-decoration: none;
    width: auto;
    transition: background .25s; }
    #login input[type="submit"]:hover {
      background: #4a9953; }
    @media (max-device-width: 550px), (max-width: 767px) {
      #login input[type="submit"] {
        float: none;
        font-size: 22px;
        padding: 25px 0;
        width: 100%; } }
  #login .errorInput {
    border: 1px solid #B2595E !important; }
  #login .link {
    cursor: pointer;
    left: 5px;
    position: relative;
    top: 15px; }
    #login .link:hover {
      text-decoration: underline; }
    @media (max-device-width: 550px), (max-width: 767px) {
      #login .link {
        left: 0; } }
  #login #forgotPassword {
    width: 130px; }
    @media (max-device-width: 550px), (max-width: 767px) {
      #login #forgotPassword {
        font-size: 20px;
        padding: 10px 0;
        text-align: center;
        width: 100%; } }
  #login #back {
    display: none;
    width: 50px; }
    @media (max-device-width: 550px), (max-width: 767px) {
      #login #back {
        font-size: 20px;
        padding: 10px 0;
        text-align: center;
        width: 100%; } }
  #login #fpForm {
    display: none;
    margin-top: 15px; }
    @media (max-device-width: 550px), (max-width: 767px) {
      #login #fpForm p {
        font-size: 16px;
        margin-top: 5px;
        text-align: center; } }

/*# sourceMappingURL=login.min.css.map */