/* Set padding to keep content from hitting the edges */
body {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    position: relative;
}

.bannerTopLogo{
    height: 55px;
    vertical-align: middle;
    position:absolute; 
    left: 0px; 
    top: 0px;
}

.bannerText{
    font-size: 26px; 
    color: #fff; 
    font-weight: bold;
    line-height: 53px;
}

.crosswareLogoDiv {
    text-align: center;
}

.inner-content {
    height: fit-content;
    width: fit-content;
    position: relative;
    z-index: 5;
    padding: 35px 65px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

footer {
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.footerTextCopyrights {
    bottom: 10px;
    left: 15px;
}