body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  /* background-image: url("../Media/markus.jpg"); */
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  box-sizing: border-box;
  font-family: 'Nokora', sans-serif;
}

.form-containter {
  width: 80%;
  height: 100%;
  position: relative;
  margin: 10% auto; /*38 for login*/
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}

#title {
  font-weight: bold;
  line-height: 1.2;
}

#description {
  font-size: 1.3rem;
  width: 80%;
  margin: auto;
  position: relative;
  top: 18px;
  font-weight: bold;
  color: #0e7434;
}

#title,
#description {
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-align: center;
}

.login-form {
  position: relative;
  border-radius: 2px;
  max-width: 530px;
  margin: 0 auto;
  padding-bottom: 2em;
  border-radius: 5px;
}

input, button, select {
  margin: 0.5em auto;
  display: block;
  border-radius: 5px;
  width: 95%;
  min-height: 3em;
  text-indent: 1em;
  box-sizing: border-box;
  font-size: 0.9rem;
  font-family: inherit;
}

input:active {
  border-color: solid #0e7434;
}

label {
  display: block;
  margin: 0.5rem 0;
  margin-top: 10px;
}

input[name="radio-opt"],
input[value="checkbox-opt"] {
  display: inline-block;
}

label[id="radio-label"],
label[id="checkbox-label"] {
  margin: 0;
  padding: 0;
  height: 2.3em;
}

fieldset {
  border-style: none;
  margin: 0.7em auto;
  margin-bottom: 0;
  padding: 0.5rem 0;
  width: 85%;
}

fieldset[name="dropdown"] {
  padding-top: 0;
  margin-top: 0;
}

.inline {
  width: 1.3em;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
}

.clue {
  margin-left: 0.25rem;
  font-size: 0.9rem;
}

button {
  width: 85%;
  cursor: pointer;
  font-weight: bolder;
  margin-bottom: 30px;
  background-color: #0e7434;
  color: white;
  font-family: 'Nokora', sans-serif;
  padding: 10px;
  border-radius: 5px;
}

button:hover {
  background-color: #0e7434;
  color: white;
  border: 5px double white;
}

label[id="signup-label"] {
  font-size: 0.75rem;
  text-align: center;
  color: gray;
}

.logo {
  /* background-image: url("../Media/logo_tran.png"); */
  width: 120px;
  margin: auto;
  margin-top: 20px;
}

#authentication-bar{
    background-color:rgb(255,255,255);
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: solid #0E7434 5px;
    font-size: 3vh;
}
#dash-title{
  font-size: 5vh;
  font-family: 'Kdam Thmor Pro', sans-serif;
}

@media only screen and (max-width: 770px) {
  #authentication-bar{
    font-size: 5vw;
  }
  #dash-title{
    font-size: 5vw;
  }
}

#dismissButton {
  display: none;
}


.remember-me-container {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  
}

#remembe {
  margin: 0; 
  display: flex; 
  align-items: center;
}

#remembe label {
  margin-right: 5px; 
  white-space: nowrap; 
}

#remembe input[type="checkbox"] {
  margin: 0; 
  margin-top: -1px; 
  width: 30px;
  cursor: pointer;
}



.forgotPassword {
  color: #2563EB; 
  width: 30%; 
  margin-left: auto; 
  margin-right: auto;
  font-size: 0.875rem; 
  cursor: pointer;
}


 

.container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
  z-index: 11;
}


.language-selector {
  padding: 8px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  width: 120px;
}

.language-option {
  display: flex;
  align-items: center;
}

.language-option img {
  width: 24px; 
  height: auto;
  margin-right: 5px;
}
