.container.home {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
}

#check-form {
    margin: 0 auto;
}

@media (min-width: 767.5px) {
    #check-form {
        max-width: 70%;
    }
}