
#not-found {
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.crop {
    width: 200px;
    height: 150px;
    overflow: hidden;
}

    .crop img {
        width: 180px;
    }

#ADFSLogo {
    position: absolute;
    top: 0px;
    right: 2em;
}

#fordLogo {
    position: absolute;
    top: -22px;
    left: 2em;
}

#title {
    text-align: center;
    font-size: 40px;
    padding-top: 40px;
    color: #fff;
    position: relative;
    top: 0;
}