:root{--color-primary: #69bd45;--color-secondary: #007ab8;--color-tertiary: #1ea4a9;--color-state: #4b7e2b;--color-state-hover: #3c6721;--color-state-focus: #3c6721;--color-state-active: #30541a;--color-state-highlight: #f6f9d7;--color-state-highlight-neutral: var(--color-neutral-3);--color-state-disabled: var(--color-neutral-5);--color-neutral-1: #fff;--color-neutral-2: #fafafa;--color-neutral-3: #f7f7f7;--color-neutral-4: #e6e4e4;--color-neutral-5: #c7c7c7;--color-neutral-6: #767676;--color-neutral-7: #262626;--color-background: var(--color-neutral-1);--color-border: var(--color-neutral-5);--color-text: var(--color-neutral-7);--color-text-disabled: var(--color-neutral-5);--color-text-hint: var(--color-neutral-6);--link-color: var(--color-state);--link-color-hover: var(--color-state-hover);--nav-bg-color: #fff;--nav-text-color: var(--color-text);--footer-bg-color: #fff;--footer-text-color: var(--color-text);--footer-text-color-hover: var(--footer-text-color);--btn-accent-color: var(--color-state);--btn-accent-color-active: var(--color-state-active);--btn-accent-color-hover: var(--color-state-hover);--btn-accent-color-disabled: var(--color-state-disabled)}:root{--nav-bg-color: #ffffff;--nav-text-color: #262626;--color-primary: #199731;--color-state: #199731;--color-text: #262626;--footer-bg-color: #ffffff;--footer-text-color: #262626;--color-state-hover: #0f8d27;--color-state-focus: #0f8d27;--color-state-active: #007c16;--footer-text-color-hover: #1c1c1c;}
#page-login-index .loginbox.twocolumns .loginpanel .subcontent.potentialidps {
    margin-bottom: var(--gap-8);
}

#page-login-index .loginbox.twocolumns .loginpanel .subcontent.potentialidps h6 {
    font-size: 30px;
    margin-top: 20px;
    font-family: inherit;
    color: #000;
    text-transform: none;
    line-height: 2;
}

#page-login-index .loginbox.twocolumns .loginpanel .subcontent.potentialidps .potentialidplist {
    float: none;
}

#page-login-index .loginbox.twocolumns .loginpanel .subcontent.potentialidps .potentialidplist .btn {
    color: var(--btn-prim-text-color);
    background-color: var(--btn-prim-bg-color);
    border-color: var(--btn-prim-border-color);
    font-weight: bold;
}

#page-login-index .loginbox.twocolumns .loginpanel .subcontent.potentialidps .potentialidplist img {
    display: none;
}

.path-login #login_hero-image {
  display: none;
}

#region-main {
  background: #fff;
}

#page-footer {
    min-height: 120px;
    background-color: #fff;
    background-image: url(//docs.learningnexus.co.uk/totara-files/bromley/pix/footer.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 0;
    border-top: none;
    margin-top: 5rem;
}

#page-footer .page-footer-poweredby {
    display: none;
}

.totaraNav_prim .masthead_logo--header_img {
  height: 5rem;
}

.loginbox.twocolumns .loginpanel {
  float: right;
  border-right: none;
  border-left: var(--border-width-thin) solid var(--color-neutral-5);
}

@media(max-width: 768px) {
  .loginbox.twocolumns .loginpanel {
    float: none;
    border-right: none;
    border-left: none;
  }
}

#page-login-index {
  background-image: url(/pluginfile.php/1/totara_core/loginimage/3199/login-bg-v2.jpg);
  background-size: cover;
  background-position: top;
  background-attachment: scroll;
}

#page-login-index #page-footer {
  margin-top: 0;
}

.loginbox {
  margin-bottom: 5rem;
}

.loginbox .potentialidp {
  padding-left: 0;
}

.bromley-home-block-container {
  margin-top: 40px;
}

.bromley-home-box {
  margin-top: 10px;
  padding: 0 !important;
}

.bromley-home-box {
  display: inline-block;
  position: relative;
}

.bromley-home-box .bromley-home-box-link_pc {
  padding-bottom: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80%;
  margin: 0 auto;
  display: block;
}

.carousel-control .fa {
  position: relative;
  top: 50%;
}
