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

#modal_envio_email .content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.email_modal {
  color: #333;
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0;
}
.spam {
  font-size: 1.2em;
  margin-top: 20px;
}

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

label {
  color: white !important;
  font-size: 1.2rem;
}

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

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

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

.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 > article {
  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;
}
#enviar {
  opacity: 100% !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;
}

@media only screen and (max-width: 767px) {
  body {
    display: block;
    height: 100vh !important;
    background: #e6e6e5 !important;
    overflow: hidden !important;
  }

  .title {
    display: none;
  }

  .white-panel {
    border-radius: 0;
    padding: 0 !important;
    /* height: 100vh; */
  }

  .white-panel > article {
    margin: 0px;
    margin-top: 120px;
    margin-bottom: 120px;
    height: fit-content;
  }

  .container {
    width: 100%;
    height: 100vh !important;
    display: block;
  }
}
