/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  label.error {
    color: red;
    margin-left: 19.5rem !important;
  }
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container {
    box-shadow: 19px 21px 53px grey;
    max-width: 950px;
    align-self: center;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

body {
  filter: alpha(opacity=50);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
}

footer {
  margin-top: auto;
  z-index: 0 !important;
}

/*styles for the new BU header*/
#header {
  background-color: #4f3674;
  border-bottom: none;
}

.login-header {
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

.bu-logo {
  align-self: center;
}

#bu-logo-img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.container {
  max-width: 950px;
  align-self: center;
}

.h3 {
  color: #4f3674 !important;
}

.heading {
  color: #4f3674 !important;
}

.h1-responsive {
  color: #4f3674 !important;
}

.red {
  color: red;
}

label.required::after {
  content: "*";
  margin-right: 4px;
  color: red;
}

.btn-primary {
  color: #fff;
  background-color: #4f3674;
  border-color: #4f3674;
}

.btn-primary:hover {
  color: #fff;
  background-color: #4f3674d9;
  border-color: #4f3674d9;
}

.cned-app-table {
  display: flex;
  width: 95%;
  margin: 0 auto;
}

.icons {
  background-color: #fff;
}

#signInBtn,
#signOutBtn:hover {
  color: #fff;
  background-color: #4f3674d9;
  filter: brightness(120%);
}

#loginBtn {
  color: #fff;
  background-color: #4f3674;
  border-color: #4f3674;
}

label.error {
  color: red;
}

.bellevuePgBtn {
  color: #fff !important;
  background-color: #4f3674 !important;
  border-color: #4f3674 !important;
}

.bellevuePgBtn:hover {
  color: #fff !important;
  background-color: #4f3674d9 !important;
  border-color: #4f3674d9 !important;
}

.courseLabel {
  display: flex;
}

.courseDetails {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}

.buColor {
  color: #4f3674 !important;
}

.readOnly {
  background-color: #fff !important;
}

.thankyou-msg {
  display: flex;
  flex-direction: column;
}

.signAck {
  font-weight: lighter;
}
