html {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
  font-family: "Manrope", sans-serif;
  height: 100%;
  margin: 0;
  overflow: auto;
}

/*MAIN*/
.main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.main-content .root-region {
  width: 21%;
  height: auto;
  box-shadow: 0px 12px 20px 0px #4453710D, 0px 0px 20px 0px #4453711A;
  padding: 32px 0;
  border-radius: 12px;
  gap: 48px;
  background-color: #FFFFFF;
}
@media (max-width: 1400px) and (min-width: 992px) {
  .main-content .root-region {
    width: 30%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .main-content .root-region {
    width: 50%;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .main-content .root-region {
    width: 65%;
  }
}
@media (max-width: 576px) and (min-width: 0px) {
  .main-content .root-region {
    width: 85%;
  }
}


/*BUTTON*/
.btn-yellow {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0px;
  background-color: #F0C423 !important;
  width: 100%;
  border: 2px solid #FFFFFF;
  border-radius: 6px !important;
  padding: 10px;
  color: #0E1117;
  cursor: pointer;
  border: none !important;
}
.btn-yellow:hover {
  background: #F0C423fa;
}
.btn-yellow[disabled] {
  background: #F0C42380 !important;
  color: #44537180;

}


/*LOGO*/
.header-content {
    padding: 0 1rem;
}
.logo {
    margin-top: 1em;
    line-height: 25px;
    float: none;
    text-align: center;
}
.logo .logo-img {
    height: 100%;
    max-height: 8em;
    width: auto;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px;
    float: none;
    -ms-flex: 0 0 auto;
}



/*ADMIN LINK*/
.fixed-page-admin {
  float: right;
}
.fixed-page-admin img {
  width: 25px;
  height: 25px;
  color: aliceblue;
  color: #FFFFFF;
  background-color: rgb(255 255 255);
  padding: 10px 10px 0 10px;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 576px) and (min-width: 0px) {
  .fixed-page-admin{
    float: none;
    text-align: center;
  }
}


/*LOGIN*/
#login-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0.3em;
  padding-left: 0.3em;
  border: none !important;
  z-index: 7;
  border-radius: 6px;
  color: rgba(0,0,0, 0.87);
  width: 100%;
}

.header-filter {
  position: relative;
}
.page-header {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  color: #fff;
  height: 100%;
  width: 100%;
}
@media (max-width: 1000px) and (min-width: 0px) {
  .page-header {
    align-items: normal;
  }
}
.header-filter:after,
  .header-filter:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}
.header-filter:after,
  .header-filter:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}
form input {
  font-family: "Manrope", sans-serif;
  outline: 0;
  margin: 0 0 15px;
  box-sizing: border-box;
  color: #4a5568;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 2px solid #44537126;
  border-radius: .4rem;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 2.3em;
  padding: 1.15rem 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;

}
form input::placeholder {
  color: #ADB5BF;
  font-size: 0.9rem;
}
.mb-1 {
  margin-bottom: 0.2em;
}
.form-row, .submit-row {
  margin: 5px;
  padding: 5px;
}
form input[type="password"] {
  font-size: 1.1rem;
}
#login-content .form-row:focus-within {
  .input-label {
    color: #0055FF;
  }
  input:focus{
    border-color: #3377FF;
    box-shadow: 0 0 0 0.25rem #3377FF30
  }
}
.form-row p:focus-within {
  label {
    color: #0055FF;
  }
  input:focus{
    border-color: #3377FF;
    box-shadow: 0 0 0 0.25rem #3377FF30
  }
}
.input-label {
  font-size: small;
  color: #445371;
  padding-bottom: .5em;
}
.registration-row {
  font-size: 0.9rem;
  color: #000;

  a {
    color: #0055FF;
    font-size: 0.8rem;
    text-decoration: none;
  }
}

/*ERROR TEXT*/
.errornote {
  color: #D91528;
  padding: 8px 8px 8px 8px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.msgnote {
  color: #0055FF;
  padding: 8px 8px 8px 8px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0.875rem;

}
.title {
  padding-bottom: 2em;
  margin-right: 2rem;
  margin-left: 2rem;
  margin-top: 30px;
  min-height: 32px;
  text-align: center;
}
.title p {
  color: #475765eb;
  font-size: 1.3rem;
}
.password-reset {
  padding: 0 10px 10px;
  margin-top: -5px;
  font-size: 12px;
  text-align: right;

  a {
    text-decoration: none;
    color: #0055FF;
  }
}


/*LOGGED OUT*/
.link {
  color: #0055FF;
  float: right;
  margin: 1em 1.5em;
  text-decoration: none;
}
.logout-text {
  color: #445371;
  text-align: center;
}




/*PAGE TEXT*/
.page-text-content {
    margin: 1.5em 0 0 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    height: calc(100% - 90px);
    width: 100%;
}
.text-content {
  font-family: "Manrope", sans-serif;
  color: #445371;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0.4em;
  padding-left: 0.4em;
  border: none !important;
  z-index: 7;
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 1000px) and (min-width: 0px) {
  .text-content {
      width: 90%;
  }
}
.text-content .form-row {
  font-size: small;
  color: #445371;
}
.text-content .form-row input {
  margin-top: .3em;
  margin-bottom: 0;
  height: 1.5em;
  padding: 1rem 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;

}
.msg-content {
  margin: 5px;
  padding: 5px;
  text-align: left;
}
.txt {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
}
.text-content p {
  margin: .5em 0;
}
.text-content .errorlist {
  font-size: 14px;
  color: #ef5a5a;
}
