﻿
.nav-usernameandlogoff {
  margin-right: 12px;
  margin-top: 14px;
  line-height: 1;
}

@media (max-width: 991px) {
  .nav-usernameandlogoff {
    display: none;
  }
}

.nav-usernameandlogoff > *:last-child {
  padding-left: 16px;
  padding-right: 0;
  border: none;
  border-left: #00467f solid 1px;
  margin-left: 16px;
  display: inline;
  font-size: 12px;
  color: #00467f;
  background: none;
}


  .nav-usernameandlogoff > *:last-child:hover {
    color: #0894d1;
    text-decoration: underline;
  }

.navbar-header a {
  color: #00467f;
}


div#accountInformation label {
  font-weight: normal;
}

#captcha {
  border: 0;
}

.captcha-validation-error {
    display: none;
    color: black;
    border: 1px solid #E30002;
    background-color: #FFEEEE;
}

    .captcha-validation-error.field-validation-error {
        display: inline-block;
        padding: 8px 16px;
        margin-bottom: 20px;
    }

.terms-checkbox {
  margin: 0 0 0.5em 0;
  float: left;
  clear: both;
}

.container-buttons {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Hide the log in and registration bits from the header */
#gdp-header-language { 
  margin: 7px 0 8px 0;
}

#gdp-header-language + ul { 
  display: none;
}

#tosAndPrivacyPolicy {
  font-size: 14px;
}