*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    text-decoration: none;
    outline: none;
}

body{
    background-color: #fafafa;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-celular{
    width: 460px;
}

.container .linha-1{
    /* border: 1px solid #d3d3d3; */
    display: flex;
    flex-direction: column;
    width: 340px;
    padding: 40px;
}

.linha-1{
    border: 1px solid #d3d3d3;
}

.container img{
    width: 180px;
    text-align: center;
    margin-bottom: 20px;
}

.img-logo{
    text-align: center;
    margin-bottom: 20px;
}

input{
    height: 36px;
    border: 1px solid #d3d3d3;
    margin-top: 10px;
    border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    padding: 10px;
}

button{
    background: #0095f6;
    height: 30px;
    border-radius: 5px;
    border: none;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    
}

.generator{
    text-align: center;
    margin-top: 20px;
    display: flex;
}

.ou{
    font-size: 12px;
    color: #7f7e7e;
    font-weight: bolder;
}

.linhas-do-ou{
    border: 1px solid #d3d3d3;
    width: 40%;
    height: 1px;
    margin: 6px 6px 0 6px;
}

.esqueceu-senha{
    color: #385185;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    margin-top: 20px;
}

#facebook {
    color: #385185;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bolder;
}

.linha-1 i{
    font-size: 20px;
    padding: 0 4px;
}

.imagens{
    position: relative;
}

.img-insta{
    height: 520px;
    position: absolute;
    left: 153px;
    top: 26px;
    transition: 2s ease-in-out
}

.container-2{
    border: 1px solid #d3d3d3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    height: 50px;
}

.paragrafh p{
    font-size: 14px;
    margin-right: 8px;
}

.cadastre-se{
    font-size: 14px;
    color: #0095f6;
    line-height: 18px;

}



@media (max-width: 870px){
    .container{
        width: 400px;
    }

    .container-2{
        width: 340px;
    }
}

@media (max-width: 830px){
    .imagens{
        display: none;
    }
}

@media (max-width: 799px){
    .container{
        display: flex;flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0px 10px;
        margin: 0 10px;
    }

    .container-2{
        padding: 10px 10px;
        margin: 10px 10px;
    }
}