.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form {
    max-width: 450px;
    padding: 40px;
    background-color: white;
}

.form .form-floating:focus-within {
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .form {
        padding: 20px;
        border: 0 !important;
        background-color: transparent;
    }
}
