#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}

.mobileLogin-Header {
    z-index: 1;
    background-image: url(https://graddings.s3.us-east-2.amazonaws.com/brunel-logo-blue.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 280px 110px;
    min-height: 110px;
}

body.webkit.touch {
    height: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    color: var(--ic-brand-font-color-dark);
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Lato Extended", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    min-width: auto !important;
}

.headerimage {
    width: 100%;
    height: 300px;
    object-fit: cover;
    text-align: center;
}

.headerimageann {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top left;
    text-align: center;
}