@import url(global.css);



body {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://wallpaperaccess.com/full/4007742.jpg);
}

.titulo {
    font-size: 35px;
    font-weight: 200;
    color: dark;
}

.main-title {
    font-size: 58px;
    font-weight: 500;
    color: black;
}


.form-wrapper {
    background-color: #e8e8e870;
    background: rgba( 255, 255, 255, 0.35 );
    backdrop-filter: blur( 13.5px );
    -webkit-backdrop-filter: blur( 13.5px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    width: 65%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.form-wrap {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.conteudo {
    width: 70%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 25px;
    border-radius: 10px;

}