.hidden {
    visibility: hidden;
    height: 100vh;
}

.confirming{
    height:100vh;
}

.normal{
    height: 100vh;
}

.jumbotron{
    background-size: cover;
    /* height: 100vh; */
}

#formDiv{
  width: 40%;
}

.bgcLogo {
    width : 150px;
    height : 166px;
}

hr {
    border: none;
    height: 2px;
    /* Set the hr color */
    color: rgba(51, 51, 51, 0.568); /* old IE */
    background-color: rgba(51, 51, 51, 0.2); /* Modern Browsers */
}

@media screen and (max-width: 768px) {
    .bgcLogo {
        width : 100px;
        height : 108px;
    }

    #formDiv{
        width: 100%;
    }
}