/* Modal entrar */
.logo-modal {
  width: 85px; 
  margin: 0 auto;
  margin-top: -55px;
}

.modal-header {
  padding: 35px;
  border-bottom: none;
}

.close {
  color: #d787e1;
  opacity: 1;
  font-weight: normal;
  font-size: 2em;
}

.close:hover {
  color: #b951c1;
}

.modal-entrar {
  border-radius: 40px;
  border: 3px solid #c259c7;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

.novo-conteudo {
  padding-left: 40px; 
  padding-right: 40px; 
  margin-top: 50px;
}

.novo-conteudo-frase {
  color: white;
  font-weight: bolder;
}

.novo-conteudo-input {
  border-radius: 20px;
  padding-left: 20px;
}

.btn-modal-entrar {
  background-image: linear-gradient(to bottom, #b951c1, #d787e1);
  color: white;
  width: 100px;
  text-align: center;
  font-size: 1em;
  border-radius: 20px;
  margin-top: 20px;
}

.btn-modal-entrar:hover {
  background-image: linear-gradient(to top, #b951c1, #d787e1);
  font-weight: bolder;
  color: black;
}

.link-esqueci {
  margin-top: 20px;
  color: #b951c1;
  text-decoration: underline;
}

.link-esqueci:hover {
  color: #d787e1;
}
