* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
}


.logo {
    position: relative;
    top: -50px;
    left: 45%;
    height: 200px;
    width: 200px;
}


.header {
    width: 35%;
    height: 40px;
    position: relative;
    left: 32%;
    top: -70px;
    border-top: 1px solid #8B8B8B;
    border-bottom: 1px solid #8B8B8B;
}



.navbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    padding-top: 5px;
}



.navbar a {
    text-decoration: none;
    font-size: 20px;

}

a:hover {
    color: #C48B21;
    transition: .4s;
}

.fodasse {
    color: #C48B21;
}



.carrinho {
    width: 40px;
    height: 40px;
    border: 1px solid #8B8B8B;
    position: relative;
    left: 67%;
    top: -110px;
}



#pesquisa {
    width: 450px;

    input {
        width: 450px;
        height: 35px;
        position: relative;
        right: 550px;
        top: 25px;

    }

    div {
        margin-top: -10px;
        margin-left: -100px;
        width: 35px;
        height: 35px;
        border: 1px solid #8B8B8B;
        border-left: 0;
    }

}



#login {
    width: 100px;
    height: 40px;
    position: relative;
    left: 75%;
    top: -150px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
}

.div1 {
    grid-row: span 2 / span 2;
}

a {

    font-size: 17px;
    text-decoration: none;
}



.login {

    background-color: #F3F3F3;
    width: 621px;
    height: 617px;
    margin: auto;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.445) 5.4px 5.4px 6.2px;

    img {
        width: 250px;
        height: 250px;
        margin-top: -70px;
        margin-left: 180px;
    }

    h1 {
        text-align: center;
        font-size: 40px;
        color: #000000;
        margin-top: -50px;
        margin-left: -430px;
        font-weight: 500;
    }

    h3 {
        text-align: center;
        font-size: 25px;
        color: #000000;
        margin-top: 10px;
        margin-left: -180px;
        font-weight: 500;
    }

    div {
        background-color: #C48B21;
        width: 510px;
        height: 70px;
        margin: auto;
        margin-top: 50px;
        border-radius: 20px;
        text-align: center;
        padding-top: 15px;
        font-size: 25px;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;

        
    }

    .traço {
        border-radius: 0;
        border-bottom: 1px solid #000000;
        background-color: #F3F3F3;
        width: 220px;
        margin-left: 58px;
        display: inline-block;
        margin-top: 10px;
        height: 1px;
    }

    h4 {
        text-align: center;
        font-size: 20px;
        color: #000000;
        font-weight: 500;
        position: absolute;
        top: 68.7%;
        left: 49.50%;

    }

    input {
        width: 500px;
        height: 60px;
        border-radius: 10px;
        border: none;
        padding-left: 20px;
        font-size: 20px;
        margin-top: 30px;
        margin-left: 60px;
        background: #cacaca;
    }

    .continuar {
        width: 500px;
        height: 70px;
        border-radius: 20px;
        border: none;
        padding-top: 20px;
        padding-left: auto;
        font-size: 20px;
        margin-top: 30px;
        margin-left: 60px;
        background: #C48B21;
        transition: 0.8s;
    }
    .continuar:hover {
    transition: .8s;
    background-color: white;
    color: #C48B21;
    border: 1px solid #8B8B8B;
}
}