  body {
      font-family: Arial, sans-serif;
      background-color: #f2f2f2;
  }

  .container {
      max-width: 600px;
      margin: 0 auto;
      padding: 20px;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 5px;
  }

  .logo {
      text-align: center;
      margin-bottom: 20px;
  }

  .error-message {
      color: #990000;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px;
  }

  .form-group {
      margin-bottom: 20px;
  }

  .form-group label {
      display: block;
      margin-bottom: 5px;
  }

  .form-group input[type="text"],
  .form-group input[type="password"] {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 3px;
  }

  .form-group .forgot-password {
      text-align: right;
      margin-top: 10px;
  }

  .form-group .submit-button {
      text-align: center;
      margin-top: 20px;
  }
  .style1 {
	color: #990000;
	font-weight: bold;
}
.style2 {font-weight: bold}
.style3 {color: #333333}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

h1 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align:center;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* .container {
  max-width: 350px;
    margin: 50 auto;
} */
.container {
max-width: 450px;
    min-width: 300px;
    margin: 50 auto;
    background-color: white;
    padding: 20;
    border-radius: 15px;
    font-family: Montserrat;
    font-weight: 400;
}
.success {
  color: green;
}

.error {
  color: red;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
height: 40px;
}

.btn {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .container {
   
    margin: 50 5 auto;
  }}
  @media only screen and (max-width: 950px) {

.login {
  position: absolute;
    right: -60;
    top: 25;
 
}
  
.carrinho-menu span{
  position: absolute!important;
    top: -15px!important;
    right: 0px!important;
    border-style: hidden!important;

}
.carrinho-menu{
  position: absolute!important;
    cursor: pointer!important;
    right: -15%;
    top: 22;
    margin-top: 2px;
}
.buscador{
  top:20px
}
.icservelho7_Class {
  margin-left: 20px;
  height: 68px;
}
.logo{

  width: 100%!important;
}
.Grupo_47_Class {
z-index: 1;
}
.form1{
  right: 30px;
}

}
@media (min-width: 950px) and (max-width: 1400px){
  .carrinho-menu span {
top: -40px!important;
  }
  .carrinho-menu{
    margin-top: 3px!important;
  }
    .login{
    margin-top: 7px!important;
  }
  .lupa{
  margin-right: 25px!important;
      margin-top: 5px;
      
  }
.form1{  width: calc((380/1366)*100%)!important;
}

}
@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  animation-name: fadeOut;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.login2{
    text-align: center;
}

  /* Estilos do modal flutuante */
  .modal {
      display: none; /* Escondido por padrão */
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Fundo semitransparente */
      text-align: center;
  }
  .modal-content {
      background-color: white;
      margin: 15% auto;
      padding: 20px;
      border: 1px solid #888;
      width: 80%;
      max-width: 400px;
      border-radius: 10px;
  }
  .modal-content h2 {
      font-size: 24px;
      margin-bottom: 15px;
  }
  .modal-content p {
      font-size: 18px;
      margin-bottom: 10px;
  }

  .captcha-container {
    width: 250px;
    height: 80px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.captcha-text {
    font-size: 50px;
    font-weight: bold;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    color: #3a3a3a;
    position: absolute;
    top: 5px;
    left: 15px;
    letter-spacing: 8px;
    transform: rotate(-8deg);
    text-shadow:
        1px 1px 0 #fff,
        2px 2px 0 #ddd,
        3px 3px 0 #bbb;
}
.captcha-image {
  display: flex;
  align-items: center;
}
.captcha-image button {
  margin-left: 10px;
  padding: 5px 10px;
  cursor: pointer;
}
.submit-btn {
  /* Seus estilos existentes */
}
.confirm-link {
  font-size: larger;
  text-align: center;
  display: block; /* Adicionado para que o texto seja centralizado corretamente */
}
.ifr{
  border:none; 
  width:200px; 
  height:60px
}
.submit-btn {
  border: 0;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  color: #fff;
}

/* Estilo para o botão quando estiver desabilitado */
.submit-btn:disabled {
  background-color: #777; /* Cor mais clara quando desabilitado */
  cursor: not-allowed;   /* Cursor de 'não permitido' quando desabilitado */
}
.h2form{
  TEXT-ALIGN: center;
    MARGIN-TOP: 30PX;
}
.submitbotaocadastrar {

border: 0; 
width: 100%; 
height: 40px; 
background-color: #000; 
color: #fff; 
font-size: 16px; 
font-weight: bold; 
text-align: center; 
cursor: pointer;
}
.finalcadastro {
  text-align: center;
}
.parasecadastrar { 
text-align: center;
}

.captcha-container {
  background-color: #f0f0f0;
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  color: #333;
  user-select: none;
}