@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins&display=swap");
* {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Poppins", sans-serif;
}

.img-container {
  margin-top: 35px !important;
  display: flex;
  justify-content: center;
}

.profile-img {
  width: 150px;
  margin: auto 30px;
  display: block;
}
.cont {
  height: max-content;
}

h3 {
  color: black;
  font-weight: bold;
}
.painel-container {
  display: flex;
  justify-content: center;
  width: 100vw;
}

.painel {
  width: 50%;
  max-width: 450px;
  min-width: 300px;
  padding: 15px !important;
}

#login-overlay {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pdd {
  padding: 15px 0 !important;
}

.form-group {
  padding-bottom: 15px !important;
}

.form-group input {
  height: 46px;
  border-radius: 4px !important;
  background: rgba(67, 34, 167, 0) !important;
  padding: 0 15px !important;
}

.form-group input::placeholder {
  opacity: 0.8;
  font-size: 12px;
}

.panel {
  max-width: 400px;
}

#btn-entrar {
  background: #0996cd !important;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  opacity: 1;
  transition: 0.5s ease;
}

#btn-entrar:hover {
  transform: translate(0, -5px);
  background: #18c5da !important;
}

.cadastro {
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #0996cd;
  text-align: center;
  margin: 0 auto;
}
.cadastro:hover {
  text-decoration: none !important;
}

.footer {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 15px !important;
  font-size: 14px;
}

.footer a {
  text-decoration: none;
}
