body, html {
    background-color:rgb(30, 48, 136) !important;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height: 100%;
}

#formstyle {
    background-color: #e4e4e4;
    color: #000000;
    border-radius: 5px;
}

.lab-form input {
    padding: 4px;
    border-radius: 4px;
    width: 12rem;
    border: 1px solid black;
}

.bg {
    background-image: url(bg-wave-small.jpg);
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
