/* Make forms start from screen edge without margins */
.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

.form-card {
    margin: 0 !important;
}
