body,
html,
p {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

body {
  background-color: #fdf2e7;
}

#container {
  width: 100%;
  min-height: 100%;
}

#login-container {
  display: flex;
  justify-content: center;
}

#registry-information {
  width: 24rem;
  margin-top: 2rem;
  margin-left: 2rem;
}

/* #login {
  display: flex;
  justify-content: center;
  align-content: flex-end;
} */

#login-form-container {
  width: 24rem;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  margin-top: 2rem;
}

#login-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
  background-color: #fff;
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  box-sizing: border-box;
  font-weight: 600;
}

#header-text {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-bottom: 0px;
}

#registry {
  color: #008c84;
}

#omda-logo {
  height: 2.5rem;
}

#form-container {
  background-color: #00b7b0;
  padding: 1.25rem;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5rem;
}

#login-method-text,
#progressbartext {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-bottom: 0.5rem;
}

.radio>label,
.checkbox>label {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.5rem;
}

.choose-login-method {
  padding-bottom: 1rem;
  border-bottom: 2px solid #008c84;
}

.form-input {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.125rem;
  border-width: 0px;
  border-color: transparent;
  appearance: none;
  /* outline: 2px solid #008C84;
      outline-offset: 2px; */
  background-color: white;
  font-size: 1rem;
  line-height: 1.5rem;
  box-sizing: border-box;
}

select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

#secure-login-form {
  background-color: #00b7b0;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5rem;
}

.login-method-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #fff;
}

.form-errors {
  margin-bottom: 0.75rem;
}

#form-erros> :not([hidden])~ :not([hidden]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.input-container> :not([hidden]) {
  margin-bottom: 1rem;
}

.form-submit {
  border-radius: 0.125rem;
  width: 100%;
  background-color: rgb(0 140 132 / 0.8);
  color: #fff;
  font-weight: 700;
  padding: 0.5rem;
  cursor: pointer;
  border: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-submit:hover {
  background-color: #008c84;
}

.form-submit:disabled {
  background-color: #a3c1bf;
  cursor: default;
}

#request-account {
  display: flex;
  justify-content: center;
  text-align: center;
}

#omda-white-logo-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

#omda-white-logo {
  height: 4rem;
}

.hidden {
  display: none;
}

#link {
  color: #fdf2e7;
  text-decoration: none;
}

#link:hover {
  color: #574b42;
}

.verify-method {
  display: flex;
  justify-content: space-between;
}

.radio {
  margin: 0.5rem;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
  outline: none;
  border-color: #3197ee;
}

.radio input[type="radio"]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
  margin-right: 0;
}

#passkey-container>div {
  margin-top: 1rem;
}

.password-container {
  display: flex;
  align-items: center;
  border-radius: 0.125rem;
  background-color: #fff;
}

.eye-styling {
  padding-right: 4px;
  cursor: pointer;
}

.registry-text {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #fff;
}

.checkbox {
  margin: 0.5rem;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-label::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background-color: #fff;
  display: inline-block;
  transition: background-color 250ms ease;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}

.checkbox input[type="checkbox"]:checked+.checkbox-label:before {
  background-color: #3197ee;
  box-sizing: border-box;
  background-image: url("/images/pm/check-solid.svg");
  color:white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  box-shadow: inset 0 0 0 2px #f4f4f4;
}

.checkbox input[type="checkbox"]:focus+.checkbox-label:before {
  outline: none;
  border-color: #3197ee;
}

.checkbox input[type="checkbox"]:disabled+.checkbox-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}