.reset {
    margin: 0;
    padding: 0;
  }
  .clear {
    clear: both;
  }
  html {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
  }
  body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    background-color: #010101;
    color: #000000;
  }
  body #scroll-up {
    position: fixed;
    display: none;
    right: 5px;
    bottom: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 100;
  }
  h1,
  .h1 {
    margin: 0;
    padding: 0;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  h1 .title,
  .h1 .title {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 50px 20px;
    border-bottom: 1px solid #004C3F;
  }
  a {
    color: #FFFFFF;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  a:active {
    opacity: 0.8;
    text-decoration: none;
  }
  a.button {
    display: inline-block;
    padding: 5px 20px;
    background-color: #0596D5;
    color: #FFFFFF;
  }
  .flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .separator {
    margin: 0;
    padding: 0;
    position: absolute;
    display: block;
    width: 80%;
    height: 3px;
    bottom: -2px;
    left: 10%;
    background-color: #0596D5;
  }
  .separator.light {
    background-color: #FFFFFF;
  }
  .button-directional {
    position: absolute;
    z-index: 9;
    width: 50px;
    height: 50px;
    bottom: 10px;
    cursor: pointer;
  }
  .button-directional span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 14px;
    background-color: #FFFFFF;
  }
  .button-directional.previous {
    right: 100px;
  }
  .button-directional.previous span {
    left: 18px;
  }
  .button-directional.previous span:first-child {
    top: 18px;
    transform: rotate(-45deg);
  }
  .button-directional.previous span:last-child {
    top: 27px;
    transform: rotate(45deg);
  }
  .button-directional.next {
    right: 50px;
  }
  .button-directional.next span {
    right: 18px;
  }
  .button-directional.next span:first-child {
    top: 18px;
    transform: rotate(45deg);
  }
  .button-directional.next span:last-child {
    top: 27px;
    transform: rotate(-45deg);
  }
  @media screen and (max-width: 640px) {
    .button-directional {
      display: none;
    }
  }
  header {
    margin: 0;
    padding: 0;
    position: relative;
    color: #FFFFFF;
    height: 56.25vw !important;
    max-height: 100vh;
  }
  header #menu-main {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 101;
    text-align: right;
  }
  header #menu-main ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
  }
  header #menu-main ul li {
    display: inline-block;
    margin-top: 20px;
    padding: 0 10px;
  }
  header #menu-main ul li a {
    padding: 1px 10px;
  }
  header #menu-main ul li:last-child {
    border-left: 1px solid #FFFFFF;
  }
  header #menu-main ul.languagemenu {
    margin-left: 5px;
  }
  header #menu-main ul.languagemenu li {
    padding: 0 2px;
  }
  header #menu-main ul.languagemenu li a {
    padding: 1px;
  }
  header #menu-main ul:last-child {
    margin-right: 10px;
  }
  @media screen and (max-width: 640px) {
    header #menu-main {
      font-size: 0.8rem;
    }
    header #menu-main ul li {
      padding: 0 5px;
    }
  }
  header .logo-block {
    position: fixed;
    z-index: 103;
    display: block;
    width: 250px;
    height: 50px;
    left: -200px;
    top: 5px;
    background-color: #0596D5;
    text-align: center;
    transition: left 0.5s ease-out;
  }
  header .logo-block .logo {
    width: 180px;
    margin-right: 20px;
    margin-bottom: 6px;
    cursor: pointer;
  }
  header .logo-block .logo-mini {
    width: 40px;
    margin-top: 5px;
    cursor: pointer;
  }
  header .logo-block.open {
    left: 0;
  }
  header .header-info {
    position: absolute;
    bottom: 50px;
    left: 220px;
  }
  header .header-info h1 {
    text-align: left;
    color: #FFFFFF;
  }
  header .header-info h3 {
    text-align: left;
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 200;
  }
  @media screen and (max-width: 640px) {
    header .header-info {
      bottom: 5px;
      left: 30px;
    }
    header .header-info h1 {
      font-size: 1.4rem;
    }
    header .header-info h3 {
      font-size: 1rem;
    }
  }
  #menu-pages {
    position: fixed;
    top: 0;
    left: -180px;
    z-index: 100;
    min-height: 100vh !important;
    width: 180px;
    background: rgba(30, 30, 30, 0.95);
    color: #FFFFFF;
    transition: left 0.3s ease-out;
  }
  #menu-pages ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    margin-top: 100px;
  }
  #menu-pages ul li {
    display: block;
    margin: 10px 0;
  }
  #menu-pages ul li a {
    display: block;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
  }
  #menu-pages.open {
    left: 0;
  }
  @media screen and (max-width: 640px) {
    #menu-pages {
      font-size: 0.9rem;
    }
  }
  section {
    margin: 0;
    padding: 0;
    padding: 50px 0;
    font-size: 1.2rem;
  }
  section.light {
    background-color: #FFFFFF;
    color: #444444;
  }
  section.light h1 {
    color: #0596D5;
  }
  section.light a {
    color: #444444;
  }
  section#about {
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
  }
  section#about .content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  section#about .content .info {
    padding: 20px 50px 0;
    text-align: justify;
  }
  section#about .image {
    width: 100%;
    height: 360px;
    margin-bottom: 50px;
    background-image: url('../../images/statusmarathon/about_paralax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section#about.mobile .image {
    background-attachment: inherit;
  }
  section#app {
    margin: 0;
    padding: 0;
    font-size: 0;
  }
  section#app .content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: right;
  }
  section#app .content img {
    margin: 0;
    padding: 0;
    width: 50%;
  }
  @media screen and (max-width: 640px) {
    section#app .content img {
      width: 100%;
    }
  }
  section#newsletter {
    background-color: #0596D5;
  }
  section#newsletter h1 {
    color: #FFFFFF;
  }
  section#newsletter .content {
    text-align: center;
    padding-top: 50px;
  }
  section#newsletter .content dt {
    display: none;
  }
  section#newsletter .content dd {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  section#newsletter .content .contactBlock1,
  section#newsletter .content .contactBlock2 {
    margin: 0;
    padding: 0;
    display: inline-block !important;
  }
  section#newsletter .content input[type=text] {
    font-size: 1.2rem !important;
    padding: 5px !important;
    border: 1px solid transparent !important;
    width: 200px !important;
  }
  section#newsletter .content input[type=text].errorField {
    border: 1px solid red !important;
  }
  section#newsletter .content input[type=text]#validate {
    width: 100px !important;
  }
  section#newsletter .content input[type=submit] {
    background: #2c3033;
    color: #FFFFFF;
    font-size: 1.2rem;
    padding: 5px;
    border: 2px solid #2c3033 !important;
    margin-left: 5px;
  }
  section#newsletter .content #message-element {
    display: none;
  }
  section#newsletter .content #contactName {
    display: none;
  }
  @media screen and (max-width: 640px) {
    section#newsletter .content dd {
      display: block;
      padding: 2px 0;
    }
    section#newsletter .content input[type=submit] {
      margin-left: 0;
      margin-top: 5px;
    }
    section#newsletter .content .contactBlock1,
    section#newsletter .content .contactBlock2 {
      margin: 0;
      padding: 0;
      display: block !important;
    }
  }
  section#partners {
    clear: both;
    text-align: center;
  }
  section#partners h1 {
    margin-bottom: 50px;
  }
  @media screen and (max-width: 640px) {
    section#partners .content {
      text-align: center;
    }
    section#partners .content table,
    section#partners .content tbody {
      display: block;
      text-align: center;
    }
    section#partners .content tr,
    section#partners .content td {
      display: inline-block !important;
      padding: 0;
      margin: 0;
    }
    section#partners .content img {
      margin: 10px;
    }
  }
  section#events {
    margin: 0;
    padding: 0;
    background-color: #010101;
    background-image: url('../../images/statusmarathon/run-street.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  section#events .mask {
    margin: 0;
    padding: 0;
    padding: 50px 0;
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
  }
  section#events .mask #steps {
    display: table;
    margin: 0 auto 50px;
  }
  section#events .mask #steps div {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 10px;
  }
  section#events .mask #steps div img {
    width: 35px;
  }
  section#events .mask #steps div label {
    display: block;
    text-transform: uppercase;
    font-size: 0.9rem;
  }
  section#events .mask #steps div.arrow {
    vertical-align: middle;
  }
  section#events .mask #steps div.arrow img {
    width: 25px;
  }
  section#events .mask .content {
    font-family: 'Lato', sans-serif;
    max-width: 720px;
    margin: 50px auto 20px auto;
  }
  section#events .mask .content .block-event {
    display: block;
    width: 100%;
    font-family: 'Lato', sans-serif;
    clear: both;
  }
  section#events .mask .content .block-event:nth-child(odd) .event-image,
  section#events .mask .content .block-event:nth-child(odd) .event-info {
    float: left;
    text-align: left;
  }
  section#events .mask .content .block-event:nth-child(even) .event-image,
  section#events .mask .content .block-event:nth-child(even) .event-info {
    float: right;
    text-align: right;
  }
  section#events .mask .content .block-event:nth-child(even) .event-timeline {
    margin: 5px 250px 2px auto;
    text-align: right;
  }
  section#events .mask .content .block-event .event-timeline {
    display: block;
    margin: 5px auto 2px 250px;
    text-align: left;
  }
  section#events .mask .content .block-event .event-timeline img {
    width: 30px;
  }
  section#events .mask .content .block-event .event-image {
    display: inline-block;
    width: 300px;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #0596D5;
  }
  section#events .mask .content .block-event .event-info {
    display: inline-block;
    width: 340px;
    padding: 5px 30px;
    vertical-align: bottom;
  }
  section#events .mask .content .block-event .event-info label {
    display: block;
  }
  section#events .mask .content .block-event .event-info label.title {
    font-size: 1.5rem;
    height: 50px;
  }
  section#events .mask .content .block-event .event-info label.day {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 3rem;
    margin-top: 10px;
  }
  section#events .mask .content .block-event .event-info label.month {
    font-size: 3.2rem;
    line-height: 3rem;
    text-transform: uppercase;
    font-style: italic;
  }
  section#events .mask .content .block-event .event-info a.button {
    padding: 5px 50px;
    font-size: 1.5rem;
    font-style: italic;
    margin-top: 10px;
    opacity: 1;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 200;
  }
  section#events .mask .content.mobile .block-event .event-timeline {
    margin: 5px auto 2px 210px;
  }
  section#events .mask .content.mobile .block-event:nth-child(even) .event-timeline {
    margin: 5px 210px 2px auto;
  }
  section#events .mask .content.mobile .block-event .event-image {
    width: 260px;
    height: 173px;
  }
  section#events .mask .content.mobile .block-event .event-info {
    width: 280px;
  }
  @media screen and (max-width: 1024px) {
    section#events .mask .content .block-event .event-timeline {
      margin: 5px auto 2px 210px;
    }
    section#events .mask .content .block-event:nth-child(even) .event-timeline {
      margin: 5px 210px 2px auto;
    }
    section#events .mask .content .block-event .event-image {
      width: 260px;
      height: 173px;
    }
    section#events .mask .content .block-event .event-info {
      width: 280px;
    }
  }
  @media screen and (max-width: 640px) {
    section#events .mask .content .block-event {
      text-align: center !important;
    }
    section#events .mask .content .block-event .event-image {
      display: inline-block;
      float: none !important;
      margin: 0 auto;
    }
    section#events .mask .content .block-event .event-info {
      display: inline-block;
      float: none !important;
      margin: 0 auto;
      text-align: center !important;
    }
    section#events .mask .content .block-event .event-timeline {
      margin: 0 !important;
      text-align: center !important;
      clear: both;
    }
  }
  section#events.not-home {
    height: 0;
  }
  section#events.mobile .mask #steps {
    display: block;
  }
  section#events.mobile .mask #steps div {
    display: block;
  }
  section#events.mobile .mask #steps div.arrow img {
    transform: rotate(90deg);
  }
  @media screen and (max-width: 640px) {
    section#events .mask #steps {
      display: block;
    }
    section#events .mask #steps div {
      display: block;
    }
    section#events .mask #steps div.arrow img {
      transform: rotate(90deg);
    }
    section#events.not-home {
      height: auto;
    }
  }
  section#mainpage .content {
    max-width: 1000px;
    margin: 50px auto 0;
    font-size: 1.2rem;
  }
  section#mainpage .content .button {
    color: #FFFFFF;
  }
  section#mainpage .content .h1 {
    color: #0596D5 !important;
  }
  section.page-8 .content .block {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 50px;
    font-size: 0;
    clear: both;
  }
  section.page-8 .content .block img {
    margin: 0;
    padding: 0;
    width: 50%;
    float: right;
  }
  section.page-8 .content .block .info {
    margin: 0;
    padding: 0;
    width: 50%;
    font-size: 1.2rem;
    float: left;
    text-align: center;
    color: #444444;
  }
  section.page-8 .content .block .info .h1 {
    font-size: 1.6rem;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #0596D5;
  }
  section.page-8 .content .block .info p {
    padding: 0 50px;
  }
  section.page-8 .content .block:nth-child(odd) .info {
    float: right;
  }
  section.page-8 .content .block:nth-child(odd) img {
    float: left;
  }
  @media screen and (max-width: 1024px) {
    section.page-8 .content .block .info {
      font-size: 1.1rem;
    }
    section.page-8 .content .block .info .h1 {
      font-size: 1.6rem;
      margin-top: 5px;
      margin-bottom: 10px;
    }
    section.page-8 .content .block .info p {
      padding: 0 20px;
    }
  }
  @media screen and (max-width: 640px) {
    section.page-8 .content .block .info {
      padding: 20px 0;
      float: none;
      width: 100%;
      font-size: 1.2rem;
    }
    section.page-8 .content .block .info .h1 {
      font-size: 2rem;
      margin-top: 20px;
      margin-bottom: 50px;
    }
    section.page-8 .content .block img {
      width: 100%;
      float: none;
    }
  }
  section.page-9 .content .block {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
    clear: both;
  }
  section.page-9 .content .block img {
    margin: 0;
    padding: 0;
    width: 50%;
    float: right;
  }
  section.page-9 .content .block .info {
    margin: 0;
    padding: 0;
    width: 50%;
    font-size: 1.2rem;
    float: left;
    text-align: justify;
  }
  section.page-9 .content .block .info img {
    display: block;
    width: 40px;
    float: none;
    margin: 30px auto 0;
  }
  section.page-9 .content .block .info h1 {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  section.page-9 .content .block .info p {
    padding: 0 50px;
  }
  section.page-9 .content .block:nth-child(odd) .info {
    float: right;
  }
  section.page-9 .content .block:nth-child(odd) .info img {
    display: block;
    float: none;
  }
  section.page-9 .content .block:nth-child(odd) img {
    float: left;
  }
  @media screen and (max-width: 1024px) {
    section.page-9 .content .block .info {
      font-size: 1.1rem;
    }
    section.page-9 .content .block .info img {
      display: block;
      width: 40px;
      float: none;
      margin: 10px auto 0;
    }
    section.page-9 .content .block .info h1 {
      font-size: 1.6rem;
      margin-top: 5px;
      margin-bottom: 10px;
    }
    section.page-9 .content .block .info p {
      padding: 0 20px;
    }
  }
  @media screen and (max-width: 640px) {
    section.page-9 .content .block .info {
      padding: 20px 0;
      float: none;
      width: 100%;
      font-size: 1.2rem;
    }
    section.page-9 .content .block .info img {
      display: block;
      width: 40px;
      float: none;
      margin: 10px auto 0;
    }
    section.page-9 .content .block .info h1 {
      font-size: 2rem;
      margin-top: 20px;
      margin-bottom: 50px;
    }
    section.page-9 .content .block img {
      width: 100%;
      float: none;
    }
  }
  footer {
    padding: 40px 0 20px;
    background: #2c3033;
  }
  footer .social-icons {
    text-align: center;
    margin-bottom: 50px;
  }
  footer .social-icons img {
    width: 40px;
    margin: 0 10px;
  }
  footer h1 {
    margin-bottom: 30px;
  }
  footer h1 img {
    width: 180px;
  }
  footer label.error {
    display: block;
    color: red;
    text-align: center;
    font-size: 1.2rem;
  }
  footer label.success {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 1.2rem;
  }
  footer .content {
    margin-left: auto;
    margin-right: auto;
  }
  footer .content .info {
    text-align: center;
    font-size: 1.1rem;
  }
  footer .powered {
    clear: both;
    display: block;
    padding-top: 40px;
    text-align: center;
    font-size: 0.9rem;
  }
  @media screen and (max-width: 640px) {
    footer .content .info {
      float: none;
      width: 100%;
      padding: 0;
      text-align: center;
    }
    footer .content .info.submit {
      text-align: center;
    }
  }
  @media screen and (max-width: 1024px) {
    footer .content .info {
      float: none;
      width: 100%;
      padding: 0;
      text-align: center;
    }
  }
  footer.mobile .content .info {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .header_countdown {
    position: absolute;
    display: block;
    top: 100px;
    right: 50px;
    width: 200px;
    min-height: 150px;
    text-align: center;
    letter-spacing: 0 !important;
    color: #FFFFFF;
    background: rgba(30, 30, 30, 0.6);
    border: 4px solid #0596D5;
  }
  .header_countdown h1 .title {
    font-size: 1.2rem;
    padding: 0 0 5px;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .header_countdown .event {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 1rem;
  }
  .header_countdown .timer {
    margin-top: 20px;
  }
  .header_countdown .timer table {
    margin: 0 auto;
    padding: 0;
  }
  .header_countdown .timer table td {
    line-height: 1rem !important;
    padding: 0 !important;
    text-align: center;
    font-weight: 200 !important;
  }
  .header_countdown .timer table td.counter_number {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
  }
  .header_countdown .timer table td.counter_separator {
    font-size: 1rem;
    font-weight: 600 !important;
  }
  .header_countdown .timer table td.counter_desc {
    font-size: 0.9rem;
  }
  .header_countdown .button {
    margin: 20px 0;
    font-size: 1rem;
    text-transform: uppercase;
  }
  @media screen and (max-width: 640px) {
    .header_countdown {
      position: static;
      margin: 0 auto 30px;
    }
  }
  #portalLogin {
    position: absolute;
    z-index: 201;
    top: -300px;
    right: 5px;
    width: 240px;
    padding: 20px;
    color: #FFFFFF;
    background: rgba(30, 30, 30, 0.95);
    border: 4px solid #0596D5;
    transition: top 0.3s ease-out;
    font-size: 1rem;
  }
  #portalLogin.open {
    top: 60px;
  }
  #portalLogin h1 {
    display: block !important;
    margin-bottom: 20px;
    color: #FFFFFF !important;
  }
  #portalLogin h1 .title {
    font-size: 1.2rem;
    padding: 0 0 5px;
    text-transform: uppercase;
    color: #FFFFFF !important;
  }
 .loginError {
    color: red;
    text-align: center;
  }
  #portalLogin dt {
    display: none;
  }
  #portalLogin dd {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #portalLogin input[type=text],
  #portalLogin input[type=password] {
    font-size: 1.2rem !important;
    padding: 5px !important;
    border: 1px solid transparent !important;
    width: 200px !important;
    margin-top: 5px;
  }
  #portalLogin input[type=text].errorField,
  #portalLogin input[type=password].errorField {
    border: 1px solid red !important;
  }
  #portalLogin input[type=submit] {
    background: #0596D5;
    color: #FFFFFF;
    font-size: 1.2rem;
    padding: 5px;
    border: 2px solid #2c3033 !important;
    margin: 20px auto;
  }
  #portalLogin input[type=submit]:hover {
    opacity: 0.8;
  }
  #recoverTitle {
    display: none;
  }
  #recoverPanel {
    width: 100% !important;
    text-align: center;
    margin-left: 0 !important;
    padding: 30px 0 !important;
  }
  #recoverInfo {
    color: #444444 !important;
    text-align: center;
  }
  #recoverPanel input {
    padding: 5px !important;
    border: 1px solid #0596D5 !important;
    height: auto !important;
    background-color: #ffffff !important;
    color: #444444 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 1.2rem !important;
    line-height: normal !important;
  }
  #recoverPanel input.errorField {
    border: 2px solid red !important;
  }
  #recoverPanel #submit {
    background: #0596D5 !important;
    background-color: #0596D5 !important;
    background-image: none;
    color: #FFFFFF !important;
    padding: 5px !important;
    border-radius: 0 important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #0596D5 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 1.2rem !important;
    line-height: normal !important;
  }
  #recoverPanel #submit:hover {
    opacity: 0.8;
  }
  #registrationTitle {
    opacity: 0;
    width: 100% !important;
  }
  #registrationTypesPanel a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #0596D5 !important;
    color: #FFFFFF !important;
    font-size: 1.5rem !important;
    text-align: center !important;
    line-height: 5rem;
  }
  #registrationPanel {
    width: 100% !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    padding-right: 0 !important;
    margin-top: 30px !important;
  }
  #registrationPanel input,
  #registrationPanel select,
  #registrationPanel textarea {
    padding: 5px !important;
    border: 1px solid #0596D5 !important;
    height: auto !important;
    background-color: #ffffff !important;
    color: #444444 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 1.2rem !important;
    line-height: normal !important;
  }
  #registrationPanel input.errorField,
  #registrationPanel select.errorField,
  #registrationPanel textarea.errorField {
    border: 2px solid red !important;
  }
  #registrationPanel #submit {
    background: #0596D5 !important;
    background-color: #0596D5 !important;
    background-image: none;
    color: #FFFFFF !important;
    padding: 5px !important;
    border-radius: 0 important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #0596D5 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 1.2rem !important;
    line-height: normal !important;
    cursor: pointer;
  }
  #registrationPanel #submit:hover {
    opacity: 0.8;
  }
  #questionHelp {
    display: none !important;
  }
  
  html, body { width: 100%; height: 100%; padding: 0; margin: 0; background: #ffffff; }
  #divLogin { width: 100%; height: 100%; display: table;}
  #divLogin #divLoginCell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center; }
  #divLogin #formLogin { display: inline-block; }
  #divLogin #formLogin dd { padding: 0; margin: 0; }
  #divLogin .title { color: #0596D5 ; }
  #divLogin #formLogin a { color: #0596D5 ; }
  #divLogin .separator { background: #0596D5 ; }
  #divLogin #formLogin input[type=text], #divLogin #formLogin input[type=password] {
  padding: 5px !important;
  border: 1px solid #0596D5 !important;
  height: auto !important;
  background-color: #ffffff !important;
  color: #444444 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1.2rem !important;
  line-height: normal !important;
  }
  #divLogin #formLogin #submit_login
  {
    display: inline-block;
    padding: 5px 20px;
    background-color: #0596D5;
    color: #FFFFFF;
    padding: 5px 50px;
    font-size: 1.5rem;
    font-style: italic;
    margin-top: 10px;
    opacity: 1;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 200;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  }
  .portalRegistrationInfo { position: absolute; width: 100%; }
  #registrationPanel .label { width: 45%; }
  #divLogin .logo {
    margin-top: 10px;
  }
  @media screen and (max-width: 500px) {
    #divLogin .logo {
      width: 90%;
      margin: auto;
    }
  }