@font-face {
  font-family: "FiraSans-Bold";
  src: url(../fonts/FiraSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "FiraSans-Regular";
  src: url(../fonts/FiraSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "FiraSansCondensed-Bold";
  src: url(../fonts/FiraSansCondensed-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "FiraSansCondensed-Regular";
  src: url(../fonts/FiraSansCondensed-Regular.ttf) format("truetype");
}
body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-family: "FiraSans-Regular", system-ui, sans-serif;
}
body a {
  color: #003369;
}
.login-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background-color: #fff;
}

.login-header .logo {
  height: inherit;
}

.login-header .logo img {
  height: 95%;
}

#kc-page-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  font-family: "FiraSans-Bold", system-ui, sans-serif;
  margin-bottom: 20px;
}
#kc-page-title:after {
  content: "";
  border-bottom: 1px solid #95c11f;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.breadcrumbs {
  height: 10px;
  background: #95c11f;
  width: 100%;
}

.login {
  display: flex;
  justify-content: center;
  /*height: calc(100vh - 151px);*/
  color: #6b6a6a;
  flex-direction: column;
  align-items: center;
}

.login-wrapper {
  max-width: 588px;
  width: 100%;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 4px;
}

.login-wrapper .checkbox {
  display: flex;
}
.login-wrapper .checkbox label {
  margin-bottom: 10px;
}
.login-wrapper input[type="checkbox"] {
  width: 1.375rem;
  height: 1.375rem;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  background-color: #e3edc5;
  border: none;
  -webkit-appearance: none;
  margin-bottom: -5px;
}
.login-wrapper input[type="checkbox"]:checked {
  transition: background-color 0.3s ease-in-out;
  background: url("../img/checkmark.svg");
  color: white;
  background-color: #95c11f;
  padding: 0.375rem;
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
}

.register-wrapper {
  width: 100%;
  height: 80px;
  background-color: #e3edc5;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-wrapper #kc-registration-container {
  max-width: 588px;
  text-align: right;
}
.register-wrapper #kc-registration {
  display: flex;
  align-items: center;
  justify-content: end;
}
.register-wrapper #kc-registration .label {
  margin-right: 10px;
}
.register-wrapper .register-button {
  background-color: #fff;
  padding: 10px 24px 10px 24px;
  border-radius: 24px;
  border: 1px solid #95c11f;
  color: #95c11f;
  text-decoration: none;
}

.login-footer {
  width: 100%;
  background-color: #fff;
}

#kc-login {
  background-color: #95c11f;
  color: #fff;
}

#kc-content-wrapper .formcontrol input {
  border: unset;
  border: 1px solid #e3edc5;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
  line-height: 27px;
  font-size: 18px;
}
#kc-content-wrapper .formcontrol input:focus,
#kc-content-wrapper .formcontrol input:active,
#kc-content-wrapper .formcontrol input:focus-visible {
  box-shadow: unset;
  outline: unset;
}
#kc-content-wrapper .formcontrol {
  width: calc(100% - 32px);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  flex-direction: column;
}

#kc-content-wrapper .formcontrol #input-error {
  margin-top: 10px;
  color: red;
  margin-left: auto;
}

#kc-content-wrapper .formcontrol label {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 2px;
  color: #000;
}
#kc-content-wrapper .formcontrol.pw {
  padding-top: 10px;
}
#kc-content-wrapper .action-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
#kc-form-wrapper .forgotpw {
  text-align: right;
}

#kc-form-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}

#kc-registration-container {
  width: 100%;
}

#kc-form-buttons input {
  background-color: #95c11f;
  padding: 10px 24px;
  border: none;
  margin: 15px 0 0 auto;
  color: #fff;
  border: unset;
  border-radius: 24px;
}

#kc-info {
  display: flex;
  justify-content: center;
}
#kc-registration,
#kc-content-wrapper a {
  font-size: 14px;
}

#kc-register-form .pp {
  font-size: 14px;
  margin-bottom: 20px;
}
