@font-face {
  font-family: "Century Gothic Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Century Gothic Regular"),
    url("../webfonts/GOTHIC.woff") format("woff");
}
* {
  box-sizing: border-box;
}

html {
  background-color: #f2f2f2;
}
/** mobile font sizes **/ 
@media screen and (max-width: 650px) {
  #footer {
    font-size: 0.8em;
  }
  #fields .field  .control input {
    padding-left: 1%;
    padding-right: 1%;
  }
  #main, #inviteRequest {
    margin-top: 8%;
  }

  #inviteRequest {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  button {
    font-size: 1.0em;
  }
  #successMessages {
    margin-left: 5%;
    margin-right: 5%;
  }
  #success h1 {
    font-size: 1.5em;
  }
  .lang-dropdown-div {
    padding-right: 4%;
  }
  #inviteHeader, #registerHeading {
    font-size: 1.5em;
  }
  #whatNext h3 {
    font-size: 1.0em;
  } 
  #whatNext p {
    font-size: 0.9em;
  }
  #fields {
    font-size: 0;
    background-color: white;
  }
  #fields .field {
    font-size: 1.0em;
  }
  #fields .field  .control input {
    font-size: 1.0em;
    line-height: 1.0em;
  }
  #fields p {
    font-size: 1.0em;
  }
  input {
    font-size: 1.0em;
    line-height: 1.0em;
  }
}

#body-login, #body-login a, #body-login p {
  background-color: #f2f2f2;
  color: #808080;
  font-family: "Century Gothic Regular";
}

.isa_info,
.isa_success,
.isa_warning,
.isa_error {
  margin: 10px 0px;
  padding: 12px;
  font-family: "Century Gothic Regular";
}
.isa_info {
  color: #00529b;
  background-color: #bde5f8;
}
.isa_success {
  color: white;
  background-color: #3ad975;
}
.isa_warning {
  color: #9f6000;
  background-color: #feefb3;
}
.isa_error {
  color: white;
  background-color: #fb3845;
  font-size: 0.8em;
}
.e_logo_div {
  horizontal-align: middle;

  text-align: center;
}
#success {
  margin-top: 5%;
}
.hint {
  margin: 0.2em auto 0.3em;
}

.isa_info i,
.isa_success i,
.isa_warning i,
.isa_error i {
  margin: 10px 22px;
  font-size: 2em;
  vertical-align: middle;
}
section {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.button:disabled {
  background-color: grey; /* Grey */
}

input:hover,
input:focus {
  outline: 0;
  transition: all 0.5s linear;
  box-shadow: inset 0px 0px 10px #ccc;
}
input[type="checkbox"] {
  box-shadow: none;
  margin: 1rem;
}
#password-strength-meter {
  height: 15px;
}
meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  margin: 0 auto 0.1em;
  width: 100%;
  height: 0.5em;

  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(54, 47, 47, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(54, 47, 47, 0.1);
}

meter[value="1"]::-webkit-meter-optimum-value {
  background: #f6bb97;
}
meter[value="2"]::-webkit-meter-optimum-value {
  background: #ffddca;
}
meter[value="3"]::-webkit-meter-optimum-value {
  background: #ffddca;
}
meter[value="4"]::-webkit-meter-optimum-value {
  background: #a0e6bb;
}

meter[value="1"]::-moz-meter-bar {
  background: #f6bb97;
}
meter[value="2"]::-moz-meter-bar {
  background: #ffddca;
}
meter[value="3"]::-moz-meter-bar {
  background: #ffddca;
}
meter[value="4"]::-moz-meter-bar {
  background: #a0e6bb;
}

.feedback {
  color: #fff;
  font-size: 90%;
  padding: 0 0.25em;
  font-family: Arial, cursive;
  margin-top: 1em;
}
#footer {
  background-color: #f2f2f2;
}
#langButton {
  border: none;
  padding: 0;
  background-color: #f2f2f2;
}
#icon-down {
  color: blue;
  padding-top: 10%;
}
#submitButton {
  background-color: #007fff;
  color: white;
  max-width: 100%;
}
#submitButton:disabled {
  background-color: #007fff;
  color: white;
  border-radius: 290486px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}
#submitButton .button-text {
  text-overflow: ellipsis;
  overflow: hidden;
}
#buttonField {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
#buttonField .control {
  width: 100%;
}
button {
  font-size: 20px;
}
#fields {
  font-size: 0;
  background-color: white;
}
#fields .field {
  font-size: 1.3em;
}
#fields p {
  font-size: 15px;
}
input {
  color: rgba(0, 0, 0, 0.8);
  background-color: white;
  padding-left: 10%;
  padding-right: 5%;
  padding-bottom: 2%;
  padding-top: 2%;

  display: block;
  margin: 0.2em auto 0.3em;
  width: 100%;
  border: none;
  font-size: 1.3em;
  line-height: 1.3em;
  transition: all 0.5s linear;
}
#captcha_img {
  font-size: 12px;
  padding-left: 30%;
  padding-right: 10%;
  width: 75%;
  height: 50px;
}
#inviteRequest,
#registration {
  padding-left: 11.5%;
  padding-right: 11.5%;
  margin-top: 5%;
}
#registrationform {
  margin-top: 5%;
}
.lang-dropdown-div {
  float: right;
}
#lang-dropdown-menu {
  right: auto;
}
#registerHeading {
  margin-top: 5%;
}

.lang-dropdown-item {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-right: 1rem !important;
}
.dropdown-content {
  max-width: max-content;
}
#currentLangImg,
.lang-image {
  border-radius: 50%;
  margin: 0 auto;
  border: 0.1em transparent black;
  height: 24px;
  width: 24px;
  max-width: none;
}

#whatNext, #footer {
  margin-top: 4%;
  font-family: "Century Gothic Regular";
}
#whatNext h3 {
  margin-bottom: 1%;
}
#submitButton:hover {
  opacity: 0.9;
}
.wrong-icon, .correct-icon, .notification-text {
  vertical-align: middle;
}
.correct-icon, .wrong-icon {
  padding-left: 3%;
  padding-right: 5%;
}
