* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #FAFAFA;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

.insta-logo{
    margin-bottom: 20px;
}

.login-facebook{
    margin-top: 15px;
    cursor: pointer;
    color: #385185;
    font-weight: bold;
    text-align: center;

}
.esqueceu-senha{
    margin-top: 10px;
    cursor: pointer;
    color: #385185;
    font-weight: 400;
    text-align: center;
    font-size: 15px;

}
.img-celular {
    width: 450px;
}

.container-itens {
    width: 350px;

}

.container-form {
    display: flex;
    flex-direction: column;
    border: 1px solid #dbdbdb;
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 40px; 
    padding-right: 40px;

}

input{

    height: 36px;
    outline: none;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding-left: 5px;
    margin-top: 5px;
    color: #262626;
}
button{
    background: #0095f6;
    height: 30px;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    margin-top: 15px;
    cursor: pointer;
}

.Container-cadastro{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border: 1px solid #dbdbdb;
    padding-top: 20px;
    padding-bottom: 20px;
}

.link-cadastro{
    color: #0095f6;
    font-weight: bold;
    font-size: 15px;
    margin-left: 5px;
    cursor: pointer;
}

.paragrafo-conta{
    font-size: 14px;
}

.paragrafo-app{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.container-app{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    
}

.logo-app{
    width: 150px;
    
}

.imagem-celular{
    height: 520px;
    position: absolute;
    left: 153px;
    top: 26px; 
    transition: opacity 2s ease-in-out;


}

.container-imagens{
    position: relative;
}
