/*Login*/
.btn-container {
  align-items: center;
}

.button {
  border: 0px;
  font-weight: 700;
  line-height: 1.71429;
  font-size: 0.9375rem;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  min-width: 64px;
  padding: 12px 16px;
  border-radius: 8px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: rgb(255, 255, 255);
  background-color: rgb(86, 188, 217);
  height: 48px;
  width: 100%;
}

.button:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(120, 201, 225);
}

.primary-button {
  background-color: rgb(255, 255, 255);
  width: 100%;
  color: rgb(86, 188, 217);
  font-weight: 700;
  line-height: 1.71429;
  font-size: 0.9375rem;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  margin-top: 6px;
}

.style-1:hover {
  border: 2px solid rgb(86, 188, 217);
  border-radius: 8px;
  color: rgb(86, 188, 217);
  box-shadow: rgb(86 188 217 / 22%) 0px 8px 16px 0px;
  margin: 4px -2px -2px -2px;
}

.style-2 {
  border: 1px solid rgb(86, 188, 217);
  border-radius: 8px;
  box-shadow: rgb(86 188 217 / 12%) 0px 8px 16px 0px;
}
.style-2:hover {
  text-decoration: none;
  background-color: rgb(120, 201, 225);
  border-color: rgb(120, 201, 225);
  color: rgb(255, 255, 255);
}

.inputs {
  margin-top: 8%;
}

.btn-container {
  display: flex;
  flex-direction: column;
}

/*Forgot password*/

.editor-field {
  width: 100%;
}

.editor-label {
  display: none;
}

.field-validation-error {
  display: none;
}

.button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}

/*Register*/
.input-container {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.icon {
  display: flex;
  align-items: center;
  height: auto;
  border: 1px solid rgb(86, 188, 217);
  background: rgb(86, 188, 217);
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  padding: 0px 8px;
  font-size: 1.5rem;
}

.input {
  font: inherit;
  letter-spacing: inherit;
  border: 1px solid rgb(224, 224, 224);
  background: none;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}

.input:hover,
.input:focus,
.input:focus-visible {
  border: 1px solid rgb(120, 201, 225);
  outline: none;
  background-color: rgba(120, 201, 225, 0.08);
}

.registerInput {
  font: inherit;
  letter-spacing: inherit;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 2px dotted rgb(224, 224, 224);
}

.registerInput:hover,
.registerInput:active,
.registerInput:focus-visible {
  outline: none;
  background: linear-gradient(
    90deg,
    rgba(159, 228, 248, 0.10437678489364499) 0%,
    rgba(240, 252, 255, 1) 57%,
    rgba(255, 255, 255, 1) 100%
  );
  transition: 0.4s;
}

.loginInput {
  border-radius: 10px;
}

.register {
  width: fit-content;
  align-self: flex-start;
}

/*Navbar buttons*/
.nav-registerButton {
  font-weight: 700;
  line-height: 1.71429;
  font-size: 0.9375rem;
  font-family: Montserrat, sans-serif;
  margin-right: 8px;
}

.nav-registerButton .nav-link {
  text-align: center;
  color: rgb(86, 188, 217) !important;
}

.nav-registerButton:hover {
  box-shadow: rgb(86 188 217 / 26%) 0px 8px 16px 0px;
  border: 2px solid rgb(86, 188, 217);
  margin: -2px;
  margin-right: 6px;
  border-radius: 10px;
}

@media only screen and (max-width: 600px) {
  .nav-registerButton:hover {
    margin-right: 0px;
    margin-bottom: 8px;
  }
}

.authButton {
  height: auto;
  text-align: center;
  padding: 0px 8px;
}

.authButton .nav-link {
  color: rgb(255, 255, 255) !important;
}

.authButton:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(120, 201, 225);
}

/*Privacy*/

.link-privacy {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.link-privacy:hover {
  color: rgb(224, 224, 224);
}

/*...*/

.card-shadow {
  box-shadow: rgb(86 188 217 / 28%) 0px 6px 16px 0px;
  border: none;
}

.logo {
  height: 90px;
}
