input[type="search"], input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
    border: var(--mdb-border-width) var(--mdb-border-style) var(--mdb-border-color) !important;
}

.form-outline .form-control:focus~.form-label, .form-outline .form-control.active~.form-label {
    background-color: white;
}

html, body {
    min-height: 100vh;
}

footer {
    position: sticky;
    top: 100vh;
}