﻿body, html {
    height: 100%;
    padding: 0;
    margin: 0;
}
.bg {
    background-position: center;
    background-image: url("//schneider-lf.com/assets/img/hero-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.form
{
    background-color: rgb(255, 255, 255, 0.8)

}
