﻿#bg {
    position: fixed;
    top: 0;
    left: 0;
    /* Preserve aspect ratio */
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

.TutorFormContainer {
    z-index: 10;
}