* {
    padding: 0;
    box-sizing: border-box;
}
body {
    margin: 0 !important;
    font-family:'Poppins', sans-serif !important;
}
.logo-login{
    width: 150px;
    margin: 0 auto;
}

.logo-login img{
    width: 100%;
    object-fit: contain;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #ecf0f1;
    background-image: url(../img/fundologin.png);
}
.content {
    background-color: #fff;
    width: 870px;
    height: 540px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 0px 0px 20px 5px #c1cdff5b;
    border-radius: 10px;
}

.content::before {
    content: "";
    position: absolute;
    background: linear-gradient(to top,#f36ec0, #af5fe4);
    width: 340px;
    height: 100%;
    left: 0;
    border-radius: 10px 0 0 10px;
}


.title {
    font-size: 28px;
    font-weight: bold;
}
.title-primary {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
}
.title-second {
    color: #f36ec0;
    margin: 0px;
}
.description {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}
.description-primary {
    color: #fff;
    font-size: 1.0rem;
}

.meio{
    width: 70%;
    margin: 0 auto;
}

.description-second {
    color: #7f8c8d;
    margin: 0px;
}
.botao-texto p{
    margin-top: 60px;
}
.btn {
    border-radius: 15px;
    color: #fff;

    padding: 10px 30px;
    cursor: pointer;
    font-weight: 600;
    align-self: center;
    border: none;
    margin-top: 1rem;
    font-family: 'Poppins', sans-serif !important;
}
.btn-primary {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    transition: background-color .5s;
    margin: 0px;
    font-size: 0.9rem;
}

.btn-primary:hover {
    background-color: #fff;
    color: #f36ec0;
}

.btn-second {
    background-color: #f36ec0;
    transition: background-color .5s;
    border-radius: 30px;
    margin: 0px;

    border: none;
    font-size: 0.9rem;
    color: white;
    font-weight: 600;
}

.btn-second:hover {
    background-color: #fff;
    border: 2px solid #f36ec0;
    color: #f36ec0;
  
}

.first-content {
    display: flex;
}
.first-content .second-column {
    z-index: 11;
}
.first-column {
    text-align: center;
    width: 340px;
    z-index: 10;
}
.second-column {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}
.social-media {
    margin: 0px;
}
.link-social-media .item-social-media {
    transition: background-color .5s;
}
.link-social-media:hover .item-social-media{
    background-color: #8802b1;
    color: #8802b1;
    border-color: #8802b1;
}
.list-social-media {
    display: flex;
    list-style-type: none;
}
.item-social-media {
    border: 1px solid #bdc3c7;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #95a5a6;
}
.form {
    display: flex;
    flex-direction: column;
    width: 65%;
    margin: 0 0 20px 0;
}

.form p{
    text-align: center;
    color: rgb(196, 41, 41);
    display: none;
}


.form input {
    height: 45px;
    width: 100%;
    border: none;
    background-color: #ecf0f1;
    outline: none;
    font-family: 'Poppins', sans-serif;
}

input:-webkit-autofill 
{    
    -webkit-box-shadow: 0 0 0px 1000px #ecf0f1 inset !important;
    -webkit-text-fill-color: #000 !important;
}
.form-label {
    background-color: #ecf0f1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    margin: 10px;
    border-radius: 15px;
}
.form input::placeholder{
    font-family: 'Poppins', sans-serif !important;
}
.icon-modify {
    color: #7f8c8d;
    padding: 0 5px;
}

.form a{
    color: #34495e;
    font-size: 0.9rem;
}

.form .link-user a{ 
    text-align: center;
}

.form .link-user{
    margin: 10px auto 0 auto;
}

/* second content*/

.second-content {
    position: absolute;
    display: flex;
}
.second-content .first-column {
    order: 2;
    z-index: -1;
}
.second-content .second-column {
    order: 1;
    z-index: -1;
}
.password {
    color: #34495e;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}
.password::first-letter {
    text-transform: capitalize;
}



.sign-in-js .first-content .first-column {
    z-index: -1;
}

.sign-in-js .second-content .second-column {
    z-index: 11;
}
.sign-in-js .second-content .first-column {
    z-index: 13;
}

.sign-in-js .content::before {
    right: 0;
    left: 61%;
    animation: slidein  300ms; /*MODIFIQUEI DE 3s PARA 1.3s*/

    z-index: 12;
}

.sign-up-js .content::before {
    animation: slideout 300ms; /*MODIFIQUEI DE 3s PARA 1.3s*/

    z-index: 12;
}

.sign-up-js .second-content .first-column,
.sign-up-js .second-content .second-column {
    z-index: -1;
}

.sign-up-js .first-content .second-column {
    z-index: 11;
}

.sign-up-js .first-content .first-column {
    z-index: 13;    
}


/* DESLOCAMENTO CONTEÚDO ATRÁS DO CONTENT:BEFORE*/
.sign-in-js .first-content .second-column {

    z-index: -1;
    position: relative;
    animation: deslocamentoEsq  350ms; /*MODIFIQUEI DE 3s PARA 1.3s*/
}

.sign-up-js .second-content .second-column {
    position: relative;
    z-index: -1;
    animation: deslocamentoDir  350ms; /*MODIFIQUEI DE 3s PARA 1.3s*/
}

/*ANIMAÇÃOO CSS PARA O CONTEÚDO*/

@keyframes deslocamentoEsq {

    from {
        left: 0;
        opacity: 1;
        z-index: 12;
    }

    25% {
        left: -80px;
        opacity: .5;
        /* z-index: 12; NÃO HÁ NECESSIDADE */
    }

    50% {
        left: -100px;
        opacity: .2;
        /* z-index: 12; NÃO HÁ NECESSIDADE */
    }

    to {
        left: -110px;
        opacity: 0;
        z-index: -1;
    }
}


@keyframes deslocamentoDir {

    from {
        left: 0;
        z-index: 12;
    }

    25% {
        left: 80px;
        /* z-index: 12;  NÃO HÁ NECESSIDADE*/
    }

    50% {
        left: 100px;
        /* z-index: 12; NÃO HÁ NECESSIDADE*/
        /* background-color: yellow;  Exemplo que dei no vídeo*/
    }

    to {
        left: 110px;
        z-index: -1;
    }
}


/*ANIMAÇÃO CSS*/

@keyframes slidein {

    from {
        left: 0;
        width: 40%;
    }

    25% {
        left: 5%;
        width: 50%;
    }

    50% {
        left: 25%;
        width: 60%;
    }

    75% {
        left: 45%;
        width: 50%;
    }

    to {
        left: 60%;
        width: 40%;
    }
}

@keyframes slideout {

    from {
        left: 60%;
        width: 40%;
    }

    25% {
        left: 45%;
        width: 50%;
    }

    50% {
        left: 25%;
        width: 60%;
    }

    75% {
        left: 5%;
        width: 50%;
    }

    to {
        left: 0;
        width: 40%;
    }
}

/*VERSÃO MOBILE*/
@media screen and (max-width: 1040px) {
    .content {
        width: 100%;
        height: 100%;
    }

    .content::before {
        width: 40%;
        top: 0;
        border-radius: 0;
    }
    .first-content, .second-content {
        flex-direction: column;
        justify-content: space-between;
    }

    .first-column, .second-column {
        width: 100%;
    }
    
    .sign-in-js .content::before {
        top: 60%;
        left: 0;
        border-radius: 0;

    }

    .form {
        width: 90%;
    }
    
    /* ANIMAÇÃO MOBILE CSS*/

    @keyframes deslocamentoEsq {

        from {
            top: 0;
            opacity: 1;
            z-index: 12;
        }
    
        25% {
            top: -80px;
            opacity: .5;
            /* z-index: 12; NÃO HÁ NECESSIDADE */
        }
    
        50% {
            top: -100px;
            opacity: .2;
            /* z-index: 12; NÃO HÁ NECESSIDADE */
        }
    
        to {
            top: -110px;
            opacity: 0;
            z-index: -1;
        }
    }
    
    
    @keyframes deslocamentoDir {
    
        from {
            top: 0;
            z-index: 12;
        }
    
        25% {
            top: 80px;
            /* z-index: 12;  NÃO HÁ NECESSIDADE*/
        }
    
        50% {
            top: 100px;
            /* z-index: 12; NÃO HÁ NECESSIDADE*/
            /* background-color: yellow;  Exemplo que dei no vídeo*/
        }
    
        to {
            top: 110px;
            z-index: -1;
        }
    }
    
    
    
    @keyframes slidein {
    
        from {
            top: 0;
            height: 40%;
        }
    
        25% {
            top: 5%;
            height: 50%;
        }
    
        50% {
            top: 25%;
            height: 60%;
        }
    
        75% {
            top: 45%;
            height: 50%;
        }
    
        to {
            top: 60%;
            height: 40%;
        }
    }
    
    @keyframes slideout {
    
        from {
            top: 60%;
            height: 40%;
        }
    
        25% {
            top: 45%;
            height: 50%;
        }
    
        50% {
            top: 25%;
            height: 60%;
        }
    
        75% {
            top: 5%;
            height: 50%;
        }
    
        to {
            top: 0;
            height: 40%;
        }
    }
   
}

@media screen and (max-width: 740px) {
    .form {
        width: 50%;
    }
}

@media screen and (max-width: 425px) {
    .form {
        width: 100%;
    }
    
}
.terms-container {
    display: flex;
    align-items: center; /* Alinha checkbox e texto verticalmente */
    margin: 10px;
    justify-content: center;
  }
  
  .terms-container input[type="checkbox"] {
    width: 16px;  /* Define o tamanho da checkbox */
    height: 20px;
    margin-right: 10px; /* Espaço entre checkbox e texto */
  }
  
  .terms-container label {
    font-size: 14px; /* Ajusta o tamanho da fonte */
    line-height: 10px; /* Alinha o texto com o tamanho da checkbox */
  }
  
  input[type="submit"] {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
  }
