/* Inicio */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}

/* Corpo */

body {
    /* tamanho dos bgl */
    width: 100%;
    height: 100%;
    background-color: #BADEFF;
    overflow-x: hidden;

}
.bola1 {
    position: absolute;
    width: 832px;
    height: 1400px;
    left: 981px;
    top: -662px;

    background: #CCC8FE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1500px;
}

.bola2 {
    position: absolute;
    width: 600px;
    height: 500px;
    left: -263px;
    top: 474px;

    background: #CCC8FE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.61);
    border-radius: 1000px;
}

/* Cabeçalho */

header {
    width: 100%;

    position: fixed;
    height: 70px;
    background-color: #CCC8FE;
    box-shadow: 0px 5px 20px rgb(44, 43, 43);
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 99;
}

.menu {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu li a {
    color: black;
    display: block;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    margin-left: 20px;
    border-radius: 10px;
    font-size: 22px;
}

.menu li a:hover {
    color: white;
    display: block;
    text-decoration: none;
    margin-left: 20px;
    background-color: #333;
}

.logo {
    width: 45px;
    height: 45px;
    border-radius: 10px;
}

.logo img {
    width: 60px;
}

/* SITE */

.item1{
    position: absolute;
        width: 650px;
        height: 700px;
        left: 350px;
        top: 200px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #BADEFF;
        border-radius: 60px;
        margin-left: -10px;
}
.logogrande{
    position: absolute;
        width: 660px;
        height: 400px;
        left: 350px;
        top: 40px;
        top: 250px;
        margin-left: 125px;
        transform: rotate(-0.09deg);
}
.caixa1{
    position: absolute;
        width: 400px;
        height: 100px;
        left: 500px;
        top: 500px;
        margin-left: -35px;
    
        background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(0deg, #000000, #000000), #000000;
}
.email{
    position: absolute;
        width: 800px;
        height: 44px;
        left: 527px;
        top: 510px;
    
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400px;
        font-size: 30px;
        line-height: 36px;
        margin-left: -30px;
    
        color: #000000;
}
.caixa2 {
    position: absolute;
    width: 400px;
    height: 100px;
    left: 500px;
    top: 620px;
    margin-left: -35px;

    background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(0deg, #000000, #000000), #000000;
}

.senha {
    position: absolute;
    width: 800px;
    height: 44px;
    left: 527px;
    top: 630px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400px;
    font-size: 30px;
    line-height: 36px;
    margin-left: -30px;

    color: #000000;
}
.nao{
    position: absolute;
        width: 410px;
        height: 40px;
        left: 527px;
        top: 750px;
    
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400px;
        font-size: 20px;
        line-height: 36px;
    
        color: #000000;
}
.nao a{
    color: black;
    text-decoration: none;
}
footer {
            width: 100%;
    
            position: absolute;
            height: 70px;
            background-color: #CCC8FE;
            box-shadow: 0px 5px 20px rgb(44, 43, 43);
            padding: 5px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            z-index: 99;
            bottom: -500px;
}
footer h2 {
    display: flex;
    justify-content: right;
    padding: 20px;
    margin-left: 900px;
}