@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@keyframes text-login {
    0% {
      -webkit-transform: scaleY(0.4);
              transform: scaleY(0.4);
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
  }
  @keyframes scale-up-ver-center {
    0% {
      -webkit-transform: scaleY(0.4);
              transform: scaleY(0.4);
    }
    100% {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
  }


*{
margin: 0 auto;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
 

.polium{
    font-size: 2.25rem;
    position: absolute;
    text-align: center;
    top: 15%;
    widows: rgba(0, 0, 0, 0.24) 0rem 0.1875rem 0.5rem;
    color: #002148;
    -webkit-animation: scale-up-ver-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-ver-center 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #ede9e5;
    overflow: hidden;
}

.container{
    width: 50.25rem;
    background-color: transparent;
    border-radius: 0.625rem;
    color: #002148;
    padding: 1.875rem 2.5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0rem 0.1875rem 0.5rem;
    backdrop-filter: blur(7.5rem);
    position: relative;
    right: 0rem;
    margin-bottom: 0rem;
}


.img {
  position: absolute; /* fixa a imagem no canto */
  top: 50%;
  right: 6%; /* controla a distância da borda direita */
  transform: translateY(-50%); /* centraliza verticalmente */
  
  width: 640px;   /* tamanho da imagem */
  height: 400px;  /* altura da imagem */
  
  
  background-image: url(''); /* troque pelo caminho da sua imagem */
  background-size: cover;  /* cobre todo o container */
  background-position: center;
  
  border-radius: 10px; /* bordas arredondadas */
  
}



.container h1,
.container2 h1,
.container3 h1{
    font-size: 2.25rem;
    text-align: center;
    color: #e1af3f;
}

.caixa{
    position: relative;
    width: 100%;
    height: 3.125rem;
    margin: 1.875rem 0;
}

.caixa input{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0.125rem solid rgba(255, 255, 255, .2);
    border-radius: 2.5rem;
    outline: none;
    font-size: 1rem;
    color: #fff;
    padding: 1.25rem 2.8125rem 1.25rem 1.25rem;
}

.caixa input::placeholder{
    color: #d3d2d2;
}

.caixa i{
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translatey(-50%);
}

.login{
    width: 100%;
    height: 3.125rem;
    background-color: #fff;
    border: none;
    border-radius: 2.5rem;
    cursor: pointer;
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.24) 0rem 0.1875rem 0.5rem;
    margin-top: 4.375rem;
}

.login:hover{
    background-color: transparent;
    border: 0.125rem solid rgba(255, 255, 255, .2);
    color: #fff;
    transition: 0.5s;
}

.inscrevasse{
    font-size: 0.875rem;
    text-align: center;
    margin: 1.25rem 0 0.9375rem;
}

.inscrevasse a{
    text-decoration: none;
    color: #e1af3f;
    font-weight: 600;
}

.inscrevasse a:hover{
    text-decoration: underline;
}

.container h3,
.container2 h3,
.container3 h3{
    position: relative;
    text-align: center;
}

.caixa h3{
    margin-top: 1.875rem;
}

 a{
  color: #002148;
  text-decoration: none;
 }

.voltar{
position: absolute;
top: 2rem;
left: 2rem;
padding: 0.240rem;
    width: 2.5rem;
   height: 2.5rem;
    border: 0.063rem solid rgb(204, 196, 196);
    border-radius: 50%;
    transition: 1s;
}

 @media (max-width: 1024px) {
    .polium {
        font-size: 2rem;
        padding: 1.5rem 0;
    }

    .wrapper {
        flex-direction: column;
        gap: 2rem;
        padding: 1rem;
    }

    .img {
        order: 2;
        max-width: 500px;
        height: 300px;
    }

    .container {
        order: 1;
        max-width: 90%;
    }
}

/* Tablets pequenos e celulares grandes (até 768px) */
@media (max-width: 768px) {
    .polium {
        font-size: 1.75rem;
        padding: 1rem 0;
    }

    .wrapper {
        gap: 1.5rem;
        padding: 0.5rem;
    }

    .container {
        max-width: 95%;
        padding: 1.5rem;
    }

    .container h1 {
        font-size: 1.75rem;
    }

    .caixa h3 {
        font-size: 0.9rem;
    }

    .img {
        max-width: 100%;
        height: 250px;
    }

    .login {
        height: 3rem;
        font-size: 0.95rem;
    
    }
}

/* Celulares (até 480px) */
@media (max-width: 480px) {
    .polium {
        font-size: 1.5rem;
        padding: 0.75rem 1rem;
    }

    .wrapper {
        gap: 1rem;
        padding: 0.5rem 1rem;
    }

    .container {
        max-width: 100%;
        padding: 1.5rem 1rem;
        margin: 0;
    }

    .container h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .caixa {
        margin: 1rem 0;
    }

    .caixa h3 {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .img {
        height: 220px;
    }

    .login {
        height: 2.75rem;
        font-size: 0.9rem;
        margin-top: 4.5rem;
    }

    .inscrevasse {
        font-size: 0.8rem;
        margin-top: 1rem;
    }
}

/* Celulares muito pequenos (até 360px) */
@media (max-width: 360px) {
    .polium {
        font-size: 1.3rem;
        padding: 0.75rem 0.5rem;
    }

    .wrapper {
        padding: 0.5rem;
    }

    .container {
        padding: 1.25rem 0.75rem;
    }

    .container h1 {
        font-size: 1.3rem;
    }

    .caixa h3 {
        font-size: 0.8rem;
    }

    .img {
        height: 180px;
    }

    .login {
        height: 2.5rem;
        font-size: 0.85rem;
    }
}