.background-img {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  padding: 0;
  background: var(--background-img-url) no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: right;
  background-size: cover;
}
#form {
  justify-content: center;
  height: fit-content;
  min-height: 100vh;
  width: 23%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  margin-right: 1%;
}
#form.right {
  float: right;
}
#form.center {
  margin: auto;
}
#form.left {
  float: left;
  margin-left: 1.5rem;
}
#form .warning.message {
  display: block;
}
#form .ui.wrapping {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
#form .ui.wrapping .credentialBtn {
  width: 15rem;
}
#form.theme-trellis {
  background-color: #b9b9bb;
}
#form .loginSideBarTitle {
  padding-top: 1em;
  display: flex;
  flex-direction: column;
}
#form .loginSideBarTitle img {
  max-width: 100%;
  max-height: 230px;
  margin: 0 auto;
}
#form .loginSideBarTitle h1 {
  margin: 2%;
  text-align: center;
  font-size: 3rem;
}
#form .loginSideBarTitle h3 {
  color: #3e3e3e;
  margin: 0;
  text-align: center;
}
#form .maintenance-msg {
  margin-left: 1rem;
  text-align: center;
}
#form .infoIcon {
  margin-left: 0.2rem;
}
#form .login-segment {
  padding: 3%;
  margin: 0;
  margin-bottom: 100px;
}
#form .login-segment label.field {
  display: none !important;
}
#form .login-segment input {
  height: 3.5em;
  font-size: 1em;
}
#form .login-segment hr {
  display: none;
}
#form .login-segment #formActions {
  padding-top: 5%;
}
#form .login-segment #formActions #forgottenPassword {
  font-size: 1em;
  text-align: center;
  margin-top: 2%;
  display: flex;
  color: #2185d0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#form .login-segment #formActions .ui.blue.button.floated.fluid {
  font-size: 1.3em;
}
#form .login-segment .form-actions {
  padding: 0;
  display: flex;
  flex-direction: column;
}
#form .login-segment .form-actions > a {
  text-align: center;
  margin-top: 1.5em;
}
.ui.grid.fixed.bottom.footer {
  background-color: #4d5d74;
  width: 100%;
  margin: 0;
  padding: 0.8em;
  z-index: 0;
  border-radius: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.ui.grid.fixed.bottom.footer #smallScreen {
  width: 100% ! important;
}
.ui.grid.fixed.bottom.footer .ui.center.aligned.container {
  font-size: 1em;
}
@media (min-height: 1100px) {
  body {
    background-size: cover !important;
  }
  #form {
    background-color: rgba(255, 255, 255, 0.7);
    width: 35%;
  }
  #form.right {
    float: right;
  }
  #form.left {
    float: left;
  }
}
.ui.grid.fixed.bottom.footer.petra {
  background-color: #28628e;
}
.ui.grid.fixed.bottom.footer.sjsm,
.ui.grid.fixed.bottom.footer.sac {
  background-color: #000066;
}
@media (max-width: 1400px) {
  #form {
    background-color: rgba(255, 255, 255, 0.7);
    width: 35%;
  }
  #form.right {
    float: right;
  }
  #form.left {
    float: left;
  }
  #form .ui.container {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  #form {
    background-color: rgba(255, 255, 255, 0.7);
    width: 40%;
  }
  #form.right {
    float: right;
  }
  #form.left {
    float: left;
  }
  #form .ui.container {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  body {
    background: var(--background-img-url) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top right;
  }
  #form {
    background-color: rgba(255, 255, 255, 0.7);
    width: 50%;
    float: center;
  }
}
@media (max-width: 600px) {
  body {
    background: var(--background-img-url) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top right;
  }
  #form {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    margin: 0;
  }
  #form.left {
    margin-left: 0;
  }
  #form .ui.container {
    margin-bottom: 100px;
  }
  #form #forgottenPassword {
    font-size: 1em;
    text-align: center;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    color: #2185d0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #form .ui.blue.button.floated {
    font-size: 1.4em;
    width: 100%;
  }
  .ui.message {
    font-size: 0.9em;
  }
}
@media (max-width: 320px) {
  #form {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    margin: 0;
  }
  #form .ui.container {
    margin-bottom: 100px;
  }
  #form .ui.blue.button.floated {
    font-size: 1em;
    width: 100%;
  }
  #form h2 {
    text-align: center;
    font-size: 1.5em;
  }
  #form #forgottenPassword {
    font-size: 0.9em;
    text-align: center;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    color: #2185d0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.sojourner-header.petra {
  display: none;
}
