html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*error stuff*/
#pageErrors .error.pageLevel {
    background-color: #e20d0d;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 20px 0 10px 0
}

#pageErrors {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1920px) {
    #pageErrors {
        margin-top: -95px;
        margin-left: -110px;
        margin-right: -110px;
    }
}

@media only screen and (max-width: 1680px) {
    #pageErrors {
        margin-top: -85px;
        margin-left: -100px;
        margin-right: -100px;
    }
}

@media only screen and (max-width: 1440px) {
    #pageErrors {
        margin-top: -75px;
        margin-left: -90px;
        margin-right: -90px;
    }
}

@media only screen and (max-width: 843px) {
    #pageErrors {
        margin-top: -45px;
        margin-left: -40px;
        margin-right: -40px;
    }
}


@media only screen and (max-width: 600px) {
    #pageErrors {
        margin-top: -30px;
        margin-left: -20px;
        margin-right: -20px;
    }
}




    #pageErrors h1, #pageErrors p {
        color: #fff;
    }

#pageErrors h1 {
    font-size: 26px;
    margin: 0;
    font-weight: 500;
}

#pageErrors .error.pageLevel p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}

#pageErrors h1.errorIcon::before {
    background-image: url(/assets/icon-error.svg);
}

#pageErrors h1::before {
    width: 26px;
    height: 26px;
    content: ' ';
    background-repeat: no-repeat;
    display: inline-block;
    transform: translateY(3px);
    margin-right: 15px;
}

.cursor-pointer {
    cursor: pointer;
}
