@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #ecf0f1;
    ;
}

.content {
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

    .content::before {
        content: "";
        position: absolute;
        background-color: #001e31;
        width: 40%;
        height: 100%;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        left: 0;
        background-image:url('/static/img/logo_enind_branco.png');
        background-repeat: no-repeat; 
        background-position: center 15%;
        background-size: 390.6px 187.8px;
    }

.title {
    font-size: 50px;
    font-weight: bold;
    text-transform: capitalize;
}

.title-primary {
    color: #fff;
}

.title-second {
    color: #001e31;
}

.description {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}

.description-primary {
    color: #fff;
}

.description-danger {
    background-color: #F08080;
    color: #8B0000;
    border-color: #8B0000;
    border-radius: 10px;
    height: auto;
    font-size: 15px;
    align-content: center;
    text-align: center;
}

.description-success {
    background-color: #98FB98;
    color: #556B2F;
    border-color: #556B2F;
    border-radius: 10px;
    height: auto;
    font-size: 15px;
    align-content: center;
    text-align: center;
}

.description-second {
    color: #7f8c8d;
}

.btn {
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    padding: 10px 50px;
    cursor: pointer;
    font-weight: bold;
    width: 150px;
    align-self: center;
    border: none;
    margin-top: 1rem;
}

.btn-primary {
    background-color: transparent;
    border: 1px solid #fff;
    transition: background-color .5s;
}

    .btn-primary:hover {
        background-color: #fff;
        color: #03548a;
    }

.btn-second {
    background-color: #03548a;
    border: 1px solid #03548a;
    transition: background-color .5s;
}

    .btn-second:hover {
        background-color: #fff;
        border: 1px solid #03548a;
        color: #03548a;
    }

.first-content {
    display:flex;
    align-items: center;
  

}

    .first-content .second-column {
        z-index: 11;
    }

.first-column {
    text-align: center;
    width: 40%;
    z-index: 10;
    
    
}

.second-column {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-media {
    margin: 1rem 0;
}

.link-social-media:not(:first-child) {
    margin-left: 10px;
}

.link-social-media .item-social-media {
    transition: background-color .5s;
}

.link-social-media:hover .item-social-media {
    background-color: #03548a;
    color: #fff;
    border-color: #03548a;
}

.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: 55%;
}

    .form input {
        height: 45px;
        width: 100%;
        border: none;
        background-color: #ecf0f1;
    }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ecf0f1 inset !important;
    -webkit-text-fill-color: #000 !important;
}

.label-input {
    background-color: #ecf0f1;
    display: flex;
    align-items: center;
    margin: 8px;
}

.icon-modify {
    color: #7f8c8d;
    padding: 0 5px;
}

/* 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: 15px 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 {
    left: 60%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    animation: slidein 1.3s; /*MODIFIQUEI DE 3s PARA 1.3s*/

    z-index: 12;
}

.sign-up-js .content::before {
    animation: slideout 1.3s; /*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 1.3s; /*MODIFIQUEI DE 3s PARA 1.3s*/
}

.sign-up-js .second-content .second-column {
    position: relative;
    z-index: -1;
    animation: deslocamentoDir 1.3s; /*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: 100%;
            height: 40%;
            top: 0;
            border-radius: 0;
        }

    .first-content, .second-content {
        flex-direction: column;
        justify-content: space-around;
    }

    .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: 1036px) {
    .content::before {
        background-image:url('/static/img/logo_enind_branco.png');
        background-repeat: no-repeat; 
        background-position: center bottom;
       
    }
}


@media screen and (max-width: 740px) {
    .form {
        width: 50%;
    }
    .first-column {
        text-align: center;
        height: 10%;
        z-index: 10;
        margin-top: 20px;
        margin-bottom: 80px;
        padding: 1%;
    }
    .second-column {
        height: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 45px;
        background-image:'' ;
        
    }
    .title-second {
        font-size: 50px;
    }
    .content {
        background-image:url('');
    }

    .content::before {
        background-image:url('');
    }

    
        .content::before {
            background-image:url('/static/img/logo_enind_branco.png');
            background-repeat: no-repeat; 
            background-position: center bottom;
            background-size: 130.2px 62.6px;
        }

}



@media screen and (max-width: 425px) {
    .form {
        width: 100%;
    }
    .first-column {
        text-align: center;
        height: 10%;
        z-index: 10;
        margin-top: 20px;
        padding: 1%;
    }
    .second-column {
        height: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .title-second {
        font-size: 30px;
    }
    .content {
        background-image:url('');
    }

    .content::before {
        background-image:url('/static/img/logo_enind_branco.png');
        background-repeat: no-repeat; 
        background-position: center bottom;
        background-size: 97.65px 46.95px;
    }
}
