/**
 *	Testing System skin
 */
/**
 * Navigation - Header
 */
/**
 *	Base skin
 */
.test-system {
  background-color: rgba(255, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: fixed;
}
.test-system .test-system-title {
  color: red;
  font-weight: 800;
  font-size: 40px;
  /* Safari */
  -webkit-transform: rotate(90deg) translate(50%, -6em);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  float: right;
}
@media (max-width: 767px) {
  .footer .float-right {
    display: none;
  }
}
body .footer {
  z-index: 100;
  width: 100%;
  bottom: 0;
  position: fixed;
  line-height: 4em;
  color: white;
  background-color: #093e52;
}
@media (max-width: 767px) {
  .container {
    max-width: initial;
  }
  .languages {
    text-align: right;
  }
  .languages button {
    min-width: 180px;
  }
}
.fa-1x5 {
  font-size: 1.5em;
}
.no-wrap {
  white-space: nowrap;
}
.dropdown-toggle.no-caret:after {
  border: none;
  margin-left: 0;
  display: inline;
  vertical-align: inherit;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  font-size: 0.85em;
  font-family: Verdana, Helvetica, sans-serif;
  color: white;
}
body #page-background {
  background-image: url(/europeanaquatics-publicregistration/cassette.axd/file/Skins/europeanaquatics/Images/eoc_background_login-b1caf7a90f368073704e3fdc6eb4dfb56d72a9cb.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%;
}
body .header {
  text-align: center;
}
body .header .languages {
  text-align: right;
  padding-top: 0.8em;
}
body .header .logoWrapper {
  clear: right;
  padding-bottom: 2em;
}
body .header .signin-switch {
  margin-top: 0.8em;
  text-align: right;
}
body .header .news-links-mobile {
  display: none !important;
}
@media only screen and (max-device-width: 768px) {
  body .header .news-links-mobile {
    display: flex !important;
    width: fit-content;
    padding: 0.8em;
  }
  body .header .news-links-desktop {
    display: none;
  }
}
body .header .news-links {
  display: flex;
  align-items: center;
  gap: 5%;
  justify-content: center;
}
body .header .news-links .news-image {
  background-size: cover;
  height: 54px;
  width: 54px;
}
body .header .news-links .news-PressRelease {
  background-image: url("/europeanaquatics-publicregistration/cassette.axd/file/Skins/_Default/img/pres_release_news-a580d8427aab33882c2461f54b2f41432c4bb9a8.png");
}
body .header .news-links .news-DailyNewsletter {
  background-image: url("/europeanaquatics-publicregistration/cassette.axd/file/Skins/_Default/img/mail-1484fee0bc26868479ff3119f7cb041248c3461c.svg");
}
body .header .news-links .news-Twitter {
  background-image: url("/europeanaquatics-publicregistration/cassette.axd/file/Skins/_Default/img/twitter-0aa41878d0ceb77292d9f847b2f4e21d688460c1.png");
}
body .header .news-links .news-Youtube {
  background-image: url("/europeanaquatics-publicregistration/cassette.axd/file/Skins/_Default/img/youtube-dd23585599fceec0f2cfe7dcdb1234d991d4d2ce.svg");
}
body .main-wrap {
  min-height: 100%;
  margin-bottom: 52px;
}
body .main-wrap:after {
  content: "";
  display: block;
}
body main .form-control::-webkit-input-placeholder {
  color: #6c757d;
}
body main .form-control::-moz-placeholder {
  color: #6c757d;
}
body main .form-control:-ms-input-placeholder {
  color: #6c757d;
}
body main .form-control::placeholder {
  color: #6c757d;
}
body main input.form-control,
body main input.form-control:focus {
  border: 1px solid transparent;
  background-color: transparent;
  color: #fefefe;
}
body main input:-webkit-autofill,
body main input:-webkit-autofill:hover,
body main input:-webkit-autofill:focus input:-webkit-autofill {
  border: 1px solid transparent;
  -webkit-text-fill-color: #fefefe;
  -webkit-box-shadow: 0 0 0px 1000px black inset;
  transition: background-color 5000s ease-in-out 0s;
}
body main .form-row:not(.last) {
  border-bottom: 2px solid white;
  margin-bottom: 0.8rem;
}
body main .PortalLandingPageTitle {
  text-align: center;
  font-size: 1.5em;
}
body main #accountRecovery .btn-back {
  padding-left: 2em;
  padding-right: 2em;
}
body header .logo,
html header .logo {
  margin-top: 30px;
  display: inline-block;
  background-image: url("/europeanaquatics-publicregistration/cassette.axd/file/Skins/europeanaquatics/Images/logo_login-ee49c813af9992587cb47111d469f0194123db9f.png");
  height: 100px;
  width: 283px;
}
body main .category,
html main .category {
  display: none;
}
body main .termsAndConditions,
html main .termsAndConditions {
  padding: 1.5em;
  margin-bottom: 3em;
  background-color: rgba(0, 0, 0, 0.7);
}
body main input.form-control,
html main input.form-control,
body main input.form-control:focus,
html main input.form-control:focus {
  border: 1px solid transparent;
  color: #fefefe;
}
body main input:-webkit-autofill,
html main input:-webkit-autofill,
body main input:-webkit-autofill:hover,
html main input:-webkit-autofill:hover,
body main input:-webkit-autofill:focus input:-webkit-autofill,
html main input:-webkit-autofill:focus input:-webkit-autofill {
  border: 1px solid transparent;
  -webkit-text-fill-color: #fefefe;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  color: #9e8749;
}
body .form-box,
html .form-box {
  padding: 30px;
}
body .col-field-icon,
html .col-field-icon {
  border-left: 1px solid white;
  margin-top: 0.2em;
  padding-left: 0.5em;
  text-align: right;
}
body .btn,
html .btn {
  border-radius: 50px;
}
body .btn.btn-xyz,
html .btn.btn-xyz {
  background-color: #b89d54;
  color: white;
  padding-left: 2em;
  padding-right: 2em;
}
body .btn.btn-xyz:hover,
html .btn.btn-xyz:hover {
  background-color: #9e8749;
}
