.corpo {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.title {
    border-radius: 10px;
}

.form-box {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}