* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: rgb(254, 255, 255);
    width: 100vw; /* largura */
    height: 100vh; /* altura */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-family: sans-serif;
}

.insta-logo {
    margin: 20px;
    width: 187px;
}

.caixa-imagem {
    position: relative;
}

.imagem-celular {
    width: 455px;
    margin-top: 80px;
}

.imagem-insta {
    height: 528px;
    position: absolute;
    left: 154.5px;
    top: 107px;
}

.caixa-form {
    width: 350px;
    border: 1px solid #dbdbdb;
    padding: 30px 40px 20px 40px;
    display: flex;
    flex-direction: column;
}

input {
    height: 36px;
    margin-top: 5px;
    border: 1px solid #dbdbdb;
    outline: none;
    border-radius: 4px;
    padding: 6px;
    color: #262626;
}

button {
    background-color: #57a0ff;
    color: #fff;
    font-weight: bold; /* espesura da fonte*/
    font-size: 14px; /* tamanho da fonte*/
    border-radius: 5px;
    border: none;
    height: 30px;
    margin-top: 15px;
}

.content {
    width: 400px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    font-size: 16px;
    color: #7c7b7b;
}
hr {
    width: 100px;
    margin-left: 12px;
    margin-right: 12px;
    color: #c4c4c4;
  
}

.login-face {
    color: #57a0ff;
    font-weight: bold;
    font-size: 14px;
    text-align: center; /* alimhamento do texto*/
    margin-top: 35px;
    margin-bottom: 24px;
    cursor: pointer;
    text-decoration: none;

}

.esqueceu-senha {
    font-size: 13px;
    text-align: center;
    color: #011c3f;
    margin-bottom: 1px;
}

.cadastre {
    width: 350px;
    border: 1px solid #dbdbdb;
    padding: 25px 40px 20px 40px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    align-items: center;
    margin-top: 10px;

}

.cadastre span {
    color: #57a0ff;
    font-weight: bold;
}

.obter-app {
    width: 350px;
    padding: 25px 40px 20px 40px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    align-items: center;
    margin-top: 10px;
    
    
}

.logo-google {
    height: 40px;
    padding-left: 40px;
}

.logo-ios {
    height: 40px;
}

