/* Banner */

.banner-wrapper {
    max-width: 1500px;
}

.header {
    text-align: center;
}

.subtitle {
    text-align: center;
    font-size: 2.25rem;
}

.forgot-password {
    color: #003087;
}

.login-alert {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
}

.login-alert-positioner {
    position: relative;
}

/* Infocards */

.infocard-wrapper {
    max-width: 1900px;
}

.infocard-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 150px;
}

.login-alert {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
    z-index: 99;
}

.login-max-size {
    max-width: 430px;
}
  
.login-alert-positioner {
    position: relative;
}
  
.login-card {
    padding: 1rem 1.5rem;
}
  
.submit-button {
    height: 45px;
    border-radius: 100px;
}
  
.infocard-image-safety {
    background-image: url("/img/site/safety.svg");
}
  
.infocard-image-access {
    background-image: url("/img/site/access.svg");
}
  
.infocard-image-monitor {
    background-image: url("/img/site/monitor.svg");
}
  
.header {
    font-size: 2rem;
}

.logo-image {
    display: block;
    width: 80px;
    height: 80px;
    margin-top: -28px;
    margin-left: auto;
    margin-right: auto;
}

.logo-positioner {
    text-align: center;
}

/* Larger screen tweaks */
@media (min-width: 576px) {
    .header {
        font-size: 3rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .logo-image {
        display: inline-block;
        width: 100px;
        height: 100px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .infocard-header {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {

    .logo-image  {
        width: 150px;
        height: 150px;
    }

    .header {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {

    .logo-image  {
        width: 180px;
        height: 180px;
    }

    .header {
        font-size: 4rem;
    }
}

@media (min-width: 1400px) {
    .logo-image  {
        margin-top: -46px;
    }

    .header {
        font-size: 5rem;
    }
}