html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding: 30px;
    background-color: #f5f5f5;
}

.form-commands {
    width: 100%;
}

    .form-commands input {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .form-commands .form-floating:focus-within {
        z-index: 2;
    }

    .form-commands input[type="number"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-commands input[type="text"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-commands input[type="date"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-commands input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
