body {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #f1f4fa;
}

form {
    min-width: 52.5rem;
    width: 71%;
    height: 25rem;
    padding: 1.5rem 2rem;
    box-shadow: none;
    background-color: white;
    border-radius: 1.75rem;
}

content {
    min-width: 52.5rem;
    width: 71%;
    height: 25rem;
}

form {
    padding: 1.5rem 2rem;
    box-shadow: none;
    background-color: white;
    border-radius: 1.75rem;
}