@font-face {
  font-family: 'ShellHeavy';
  src: url('../fonts/ShellHeavy.ttf') format('truetype');
  /* ou outros formatos (woff, woff2, etc.) */
}
@font-face {
  font-family: 'ShellMedium';
  src: url('../fonts/ShellMedium.ttf') format('truetype');
  /* ou outros formatos (woff, woff2, etc.) */
}
 body {
      background-color: #ffffff;
      padding: 30px 0px;
      font-family: 'ShellHeavy';
    }
    .container{
        width: 820px !important;
        padding:0px 20px;
        padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
    }
    .login-container{width: 420px !important;}
    .cadastro-container {
      max-width: 400px;
      margin: 0 auto;
      padding: 20px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: none !important;
    }

.header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.logo {
  width: 33px;
  margin-right: 0px;
}

.title {
  display: flex;
  align-items: center;
}

.title h2 {
margin: 0;
    font-size: 24px;
    color: #59575a;
    font-weight: 700;
    padding-left: 16px;
    margin-left: 5px;
    line-height: 16px;
}
   h3 {
    margin: 0;
    font-size: 20px;
    color: #5a5b60;
    font-weight: 700;
    text-align: left;
    weight:100%;
}
   h4 {
    margin: 16px 0px;
    font-size: 16px;
    color: #5a5b60;
    font-weight: 700;
    text-align: left;
    weight:100%;
}

p {
    margin: 5px 0px 30px 0px;
    text-align: left;
    color:#59575a;
    font-size: 14px;
    line-height: 20px;
        font-weight: 500;
    font-family: ShellMedium;
}
.modal {
  max-height: 100% !important;
  height: auto !important;
  top: 5% !important;
  bottom: 5% !important;
  width:40% !important;
  padding:20px !important;
  border-radius:20px !important;
  box-shadow: 0px 0px 10px #53535978;
}

/* Permite que o conteúdo seja exibido sem overflow vertical */
.modal-content {
  overflow-y: visible !important;
}
.title_modal {
margin: 0;
    font-size: 20px;
    color: #59575a;
    font-weight: 700;
    margin: 0px 0px 30px 0px;
    line-height: 28px;
    font-family: ShellHeavy;
}
.btn{background-color: #facd28;
    border-radius: 6px;
    color: #59575a;
    font-weight: 600;
    width: 100%;
    box-shadow: none;
    text-transform: none;
    padding: 20px 10px 32px;
    line-height: 15px;
    font-family: ShellHeavy;
    font-size: 16px;}
.concluir_cadastro .btn{background-color: #facd28;
    border-radius: 6px;
    color: #59575a;
    font-weight: 600;
    width: 100%;
    box-shadow: none;
    text-transform: none;
    padding: 20px 10px 32px;
    line-height: 15px;
    font-family: ShellHeavy;
    font-size: 16px;}


.login_form .btn{background-color: #d5d6da;color:#59575a;width:100%;font-weight:500;box-shadow:none;}
.login_form .btn.active{background-color: #facd28;
    border-radius: 6px;
    color: #59575a;
    font-weight: 600;
    width: 100%;
    box-shadow: none;
    text-transform: none;
    padding: 20px 10px 32px;
    line-height: 15px;
    font-family: ShellHeavy;
    font-size: 16px;}
    .input-field i {
      color: #777;
    }
    .btn-custom {
      background-color: #f3c807;
      width: 100%;
    }
    .btn-custom:hover {
      background-color: #e0b600;
    }

     .concluir_cadastro .input-field {
      position: relative;
      left: -34px;
    }
    .concluir_cadastro .input-field .prefix {
      font-size: 18px; /* Tamanho menor do ícone */
      top: 0.9rem; /* Alinhado dentro do campo */
      left: 33px; /* Mantendo dentro da borda do input */
    }
    .concluir_cadastro .input-field input {
      padding-left: 30px; /* Espaço para não sobrepor o ícone */
    }
    .concluir_cadastro .input-field .prefix ~ label {
    margin-left: 3rem;
    left: 28px;
    color: #6e6f72;
    font-weight: 500;
    font-size: 14px;
}
.btn-primary:hover{box-shadow:none !important;border:none !important;}


 .terms-container {
      max-height: 400px;
      overflow-y: auto;
      margin-bottom: 20px;
      padding: 10px;
      border-radius: 4px;
    }
    .checkbox-container {
      margin-bottom: 20px;
    }
    .btn-primary {
      background-color: #ccc;
      border-color: #ccc;
      width: 100%;
    }
    .btn-primary.active {
      background-color: #f3c807;
      border-color: #f3c807;
    }
      .btn-voltar {
            background-color: #e0e0e0;
           border-radius: 6px;
    color: #59575a;
    font-weight: 600;
    width: 100%;
    box-shadow: none;
    text-transform: none;
    padding: 10px 10px 10px;
    font-family: ShellHeavy;
    font-size: 16px;
    margin:50px 0px 0px 0px;
    display: block;
    text-align: center;
        }
        .btn-voltar:hover {
            background-color: #facd28;
        }

    .z-depth-1{box-shadow:none !important;}

    @media only screen and (max-width: 600px) {
  body {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .login_form input{width:90% !important;}
  .container{
        width: 100% !important;
        padding:0px 20px;
    }

.modal {
  max-height: 100% !important;
  height: auto !important;
  top: 5% !important;
  bottom: 5% !important;
  width:90% !important;
}
}