body{
    background-color: rgb(102, 102, 102);
    color: white;
    text-align: center;
    overflow-x: hidden;
}

.centralizar{
    margin-top: 70px;
}


.login{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.form{
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 0px 15px 0px 15px;
    padding: 50px 80px;
    margin-top: 80px;
}

.h1{
    margin-top: 30px;
}

.form p {
    display: inline-block;
    font-size: 14px;
    color:black;
    margin-bottom: 25px;
}


.form label {
    font-size: 14px;
    font-weight: 600;
}