/* Minification failed. Returning unminified contents.
(41,9): run-time error CSS1035: Expected colon, found '{'
 */
@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    src: url('/Content/Roboto/Roboto_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url('/Content/Roboto/Roboto_Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    src: url('/Content/Roboto/Roboto_Medium.ttf') format('truetype');
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  background-color: #f1f3f5;
  padding: 0 0 20px;
}

html,
body {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  margin: 2rem 0 1rem;
  small {
    font-size: 0.95rem;
  }
}

h1 {
  font-size: 1.75rem;
  line-height: 1.9;
}

h2 {
  font-size: 1.54rem;
  line-height: 1.8;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.6;
}

h4 {
  font-size: 1.14rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: 500;
}

h5 {
  font-size: 1.075rem;
  line-height: 1.1;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

b, strong {
    font-weight: inherit;
    font-weight: 500
}

.main,
main {
  padding: 1rem 1rem 1rem;
  position: relative;
}

.main--no-nav {
  margin-left: 0;
  padding-top: 1rem;
}

.page--none-auth-admin .extra-logins {
  align-items: center;
  display: flex;
  justify-content: center;
}

.page--none-auth-admin .extra-logins a {
    font-weight: 400;
    padding-bottom: 1px;
    border: 0;
    display: block;
    margin: 0 1rem 2rem;
    color: #000;
}

.page--none-auth-admin .extra-logins a:hover {
    border-bottom: 1px solid #000;
    padding-bottom: 0px;
}

.teacher-login-container {
  background-color: #fff;
  border-radius: 6px;
  margin: 2rem auto;
  max-width: 100%;
  overflow: hidden;
  width: 30rem;
}

.header {
  align-items: center;
  background-color: inherit;
  border-bottom: 1px solid #eee;
  display: flex;
  padding: 1.5rem;
  width: 100%;
  user-select: none;
  background-color: #4585b9;
  border-bottom: none;
  color: #fff;
}

.card__content {
  margin: 1.4rem 0 2rem;
  padding: 0 1.5rem 0;
}

.theme {
  color: #4585b9;
}

.underline {
  border-bottom: 1px solid #4585b9;
  font-weight: 300;
}

.status-alert {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem auto;
  padding: 1rem;
  width: 40rem;
  max-width: 95%;
}

.status-alert.status-alert--danger {
    background-color: #f03e3e;
}

.status-alert--mini {
  width: 30rem;
  padding: 0.5rem;
}

.status-alert--mini .status-alert__icon {
  font-size: 1.5rem;
  padding: 0.5rem;
}

.status-alert--mini .status-alert__content {
  padding: 0.5rem;
}

.header__title {
  line-height: 1;
  margin: 0;
}

.header__subtitle {
  line-height: 1;
  margin: 0;
  margin-top: 0.8rem;
}

.extra-logins {
  align-items: center;
  display: flex;
  justify-content: center;
}

.extra-logins a {
  font-weight: 400;
  padding-bottom: 1px;
  border: 0;
  display: block;
  margin: 0 1rem 2rem;
  color: #868e96;
  text-decoration: none;
}

.extra-logins a:hover {
  text-decoration: underline;
}

footer a {
  border: none;
  text-decoration: none;
}

footer.centered {
  text-align: center;
}

.theme--darkblue .header--theme {
    background-color: #0b0b55;
}

.theme--darkblue h2.theme {
    color: #0b0b55;
    border-bottom: 1px solid #0b0b55;
}

.theme--red .header--theme {
  background-color: #bb4244;
}

.theme--red h2.theme {
    color: #bb4244;
    border-bottom: 1px solid #bb4244;
}

.theme--orange .header--theme {
    background-color: #d47b28;
}

.theme--orange h2.theme {
    color: #d47b28;
    border-bottom: 1px solid #d47b28;
}

.theme--blue .header--theme {
    background-color: #4585b9;
}

.theme--blue h2.theme {
    color: #4585b9;
    border-bottom: 1px solid #4585b9;
}

.theme--green .header--theme {
    background-color: #6cae50;
}

.theme--green h2.theme {
    color: #6cae50;
    border-bottom: 1px solid #6cae50;
}

.theme--purple .header--theme {
    background-color: #8145b9;
}

.theme--purple h2.theme {
    color: #8145b9;
    border-bottom: 1px solid #8145b9;
}

