@import url(root.css);

body {
  overflow: hidden;
}

h2 {
  color: var(--blue-700);
  font-weight: var(--semi-bold);
  font-size: 1.125rem;
}

hr {
  border: 0.1px solid var(--blue-300);
}

button {
  text-align: center;
}

#container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  height: 100vh;
}

#cover {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-image: url("../img/cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.welcome {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  align-self: stretch;
  backdrop-filter: brightness(35%);
  padding: 2rem;
  color: #fff;
}

.welcome p {
  font-size: 2rem;
  font-weight: var(--semi-bold);
}

.welcome span {
  font-size: 1.438rem;
  font-weight: var(--regular);
  margin-top: 1rem;
}

#signIn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2rem 3.75rem;
}

.tittleLogin {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.divisor {
  background-color: var(--blue-300);
  width: 100%;
  height: 1px;
}

.logo-login {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: var(--blue-500); */
  /* border-radius: 8px; */
  margin-left: 1.688rem;
  margin-right: 1.688rem;
}

.logo-login img {
  width: 12rem;
  padding: 0.5rem 0.938rem;
}

.inputForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  gap: 0.2rem;
}

.loginGroup {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.forgotGroup {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.icon {
  font-size: 1.25rem;
  color: var(--blue-300);
}

.visilbity {
  cursor: pointer;
}

.input-with-icon {
  display: flex;
  justify-content: space-between;
  border: 1px solid #dce6fe;
  border-radius: 10px;
  padding: 0.875rem;
  gap: 0.68rem;
  flex: 1;
}

.input-with-icon input {
  padding: 0;
  border: none;
  flex: 1;
  font-size: 1rem;
  font-weight: var(--regular);
  color: #0e0e0e;
  outline: none;
}

.inputForm input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

.inputForm input[type="date"]::placeholder {
  color: var(--blue-300);
  opacity: 1;
  font-size: 1rem;
  font-weight: var(--regular);
}

.inputForm:has(input:focus) {
  transition: 300ms;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(2, 41, 62, 0.1);
  -moz-box-shadow: 0px 0px 8px 1px rgba(2, 41, 62, 0.1);
  box-shadow: 0px 0px 8px 1px rgba(2, 41, 62, 0.1);
}

.caps-alert {
  color: #9e0000;
  font-size: 0.625rem;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: #fff inset;
  -webkit-font-feature-settings: var(--regular);
  transition: background-color 5000s ease-in-out 0s;
}

::placeholder {
  color: var(--blue-300);
  opacity: 1;
  font-size: 1rem;
  font-weight: var(--regular);
}

.button button {
  width: 100%;
  background-color: var(--blue-500);
  border: 1px solid var(--blue-500);
  border-radius: 10px;
  color: white;
  font-size: 1.125rem;
  font-weight: var(--semi-bold);
  padding: 0.875rem;
}

.button button:hover {
  cursor: pointer;
  background-color: var(--blue-600);
}

.button button:active {
  transform: scale(0.99);
}

.footer {
  position: fixed;
  bottom: 1.188rem;
}

.footer p {
  color: var(--blue-600);
  font-size: 0.75rem;
  font-weight: var(--light);
}

.info {
  display: flex;
  justify-content: center;
  font-style: italic;
  max-width: 20rem;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  word-wrap: normal;
}

.forgotPassword span {
  font-size: 0.875rem;
  font-weight: var(--regular);
  text-decoration: none;
  color: var(--fake-link);
  float: right;
  cursor: pointer;
}

.forgotPassword span:hover {
  color: var(--fake-link-600);
}

.hidden {
  display: none;
}

.tippy-box[data-theme~="amsted"] {
  display: flex;
  justify-content: flex-start;
  background-color: #ffffff;
  color: #b9cdfd;
  border: 1px solid var(--blue-300);
}

.tippy-box[data-theme~="amsted"][data-placement^="bottom"]
  > .tippy-arrow::before {
  border-bottom-color: var(--blue-300);
}

.specialCase.success,
.lowerAndUpper.success,
.numeric.success,
.lenght.success {
  color: green;
  /* Adicione o estilo desejado quando a classe 'success' está presente */
}

.buttonFG button {
  width: 100%;
  background-color: var(--blue-500);
  border: 1px solid var(--blue-500);
  border-radius: 10px;
  color: white;
  font-size: 1.125rem;
  font-weight: var(--semi-bold);
  padding: 0.875rem;
}

.buttonFG button:hover {
  cursor: pointer;
  background-color: var(--blue-600);
}

.buttonFG.disabled button {
  width: 100%;
  background-color: var(--blue-200);
  border: 1px solid var(--blue-200);
  border-radius: 10px;
  color: white;
  font-size: 1.125rem;
  font-weight: var(--semi-bold);
  padding: 0.875rem;
  cursor: not-allowed;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #cover {
    display: none;
  }

  #signIn {
    padding: 1.6rem;
  }
}
