.container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    min-width: 350px;
    padding: 1rem;
}

.recovery-form {
    border: none;
    padding: 3rem;
}

.recovery-form * img:first-of-type {
    max-height: 4rem;
}

@media screen and (max-width: 640px) {
    .recovery-form {
        min-width: 100%;
        padding: 2rem;
        flex: 1;
    }
}