body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
}

.titulo {
  width: 100%;
  max-width: 600px;
}

.bnt_cadastrar {
  width: 100%;
  max-width: 330px;
  background-color: var(--color-cod-00B3F3);
  color: var(--color-cod-fff);
  font-size: 16px;
  height: 60px;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 2px var(--color-cod-00B3F3);
}
.cadastrar_user {
  max-width: 400px;
}

.input_bg {
  background-color: var(--color-cod-F0F0) !important;
}

.fez_cadastro {
  width: 50%;
}
.form_login label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.form_login input {
  max-width: 330px;
  font-size: 18px;
  background-color: var(--color-cod-fff);
  border-color: var(--color-secondary);
}

.link_cadastrar {
  color: var(--color-cod-fff);
}

.link_cadastrar:hover {
  color: var(--color-cod-fff) !important;
}

.asteriskField {
  display: none;
}

#retorno .retorno-0{
  background: #fff url(../../images/icone-modal.png) left -80px center no-repeat;
}

#retorno h3 {
  color: #345B77;
  font-size: 1.5625rem;
  font-weight: 600;
}

#retorno .btn {
  background-color: #3FB8AF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  border-color: #3FB8AF;
  line-height: 27px;
  display: block;
}

#retorno .modal-header {
  background-color: transparent;
}

#retorno .modal-header  .close {
  border-radius: 30px;
  background: #3FB8AF;
  padding: 2px 7px 4px 8px;
    font-size: 20px;
  color: white;
  text-shadow: none;
  opacity: 1;
  font-weight: 500;
  margin-top: 15px;
  margin-right: 15px;
  margin-top: 5px;
  margin-right: 4px;
}

@media only screen and (max-width: 768px) {
  .login__cel {
    flex-direction: column !important;
  }
  .cadastrar_user {
    width: 300px;
  }
}
