body
{
    background-color: #F37B99;
}

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

.Auth
{
    display: flex;
    background-color: #fff;
    border: 2px solid #C31B33;
    border-radius: 4px;
}

.Auth form
{
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.Auth form input
{
    margin: 4px 0;
}