@import "../fontawesome/css/all.min.css";

.texto-login {
  padding-left: 10px;
}

.texto-login h5 {
  margin: 0;
}

.texto-login p {
  margin-bottom: 5px;
}

.img-box img {
  padding: 5px;
}
.img-box {
  display: flex;
  border-radius: 5px;
  border: 1px solid gray;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

#container-login {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 15px;
}

#area-informacoes {
  flex: 2;
  flex-basis: 300px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

#area-informacoes .box {
  height: fit-content;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: var(--shadow);
  border-radius: 10px;
  padding: 15px;
}

#area-acesso {
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-basis: 250px;
  gap: 15px;
}

#area-acesso .box {
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
  border-radius: 10px;

  &:last-child {
    background-color: #fff;
    padding: 15px;
  }
}

#section-login-esic {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  flex-direction: row;
}

#section-login-esic .bloco-esic {
  display: flex;
  flex: 1 1 400px;
  flex-direction: column;
  padding: 15px;
}

.login input {
  background-color: #ffffff !important;
}

.login h1 {
  color: #ffffff;
  border: none;
  padding: 0px;
}

.login img {
  max-width: 120px;
}

.login .title {
  display: grid;
  grid-template-columns: 40px 1fr;
  position: relative;
  padding-left: 80px;
}

.login .title h1 {
  color: #fff;
  font-size: 1.7rem !important;
}

.title picture {
  width: 1.5rem;
  transform: scale(10) translateX(-45%) translateY(6%);
  z-index: 1;
}

.title picture img {
  width: 100%;
}

.link-azul {
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #06a8bf;
}

.link-acao {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.05rem !important;
}

.link-acao:hover {
  color: #70ec36;
}

.conteudo {
  display: grid !important;
  justify-content: center !important;
  height: fit-content !important;
  padding: 50px;
}

.container {
  position: relative;
  grid-template-columns: 1fr;
  border-radius: 20px;
}

.white-panel {
  display: grid;
  justify-content: center;
  background-color: #1c2f76;
  transition: 0.3s ease-in-out;
  position: relative;
  border-radius: 20px;
}

.instrucao {
  border-bottom: 1px solid #ffffff;
  padding: 8px 0;
  margin-bottom: 10px;
}

.instrucao p {
  font-size: 0.85rem;
  color: #ffffff;
}

.white-panel > .login {
  display: grid;
  grid-gap: 8px;
  text-align: center;
  margin: 30px 80px 30px 80px;
}

form {
  display: grid;
  grid-gap: 8px;
}

label {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.8rem !important;
}

form input {
  border-radius: 8px !important;
  position: relative;
  height: 42.73px;
  font-size: 0.78rem !important;
  padding-left: 20px !important;
}

.campo::before {
  content: "";
  width: 10px;
  height: 42.73px;
  background: rgb(0 136 52);
  position: absolute;
  left: inherit;
  z-index: 1;
  border-radius: 8px 0 0 8px;
}
.loading {
  color: transparent !important;
}
form > button {
  background: rgb(253 193 0) !important;
  border: none !important;
  color: white !important;
  font-weight: bold !important;
  border-radius: 8px !important;
  padding: 10.8571px 16px !important;
  margin: 10px 0 !important;
  cursor: pointer !important;
}
