@font-face {
  font-family: 'im_fell_english_proregular';
  src: url('web-fonts/imfellenglishpro_regular_macroman/FeENrm28C-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

#root {
  font-family:'im_fell_english_proregular','Ariel', sans-serif;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1.5;
  margin-top: 0px;
}

#bodyTable {
  width: 100%;
  vertical-align: top;
  height: calc(100vh - 122px - 2.5em);
  margin-bottom: 0px;
  margin-top: 8px;
  padding: 0px;
  border-width: 0px;
  border-spacing: 0px;
  border: none;
}

.column1 {
  width: 200px;
  vertical-align: top;
  background-color: silver;
  padding: 16px;
  border-radius: 10px;
}

.column1 a, .column1 a:visited, .column1 a:link {
  text-decoration: none;
  font-weight: bold;
}

.column2 {
  width: calc((100vw - 200px) / 2);
  vertical-align: top;
  padding: 0px 16px;
}

.column2-wide {
  width: calc((100vw - 400px));
  vertical-align: top;
  padding: 16px;
}

.column3 {
  width: calc((100vw - 200px) / 2);
  vertical-align: top;
  text-align: center;
  padding: 16px;
}

.column3 img {
  width: 450px;
}

.column3-wide {
  width: 200px;
}

.vertical-frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.login-title {
  font-weight: bold;
  margin-bottom: 12px;
}

.input-area {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.login-box {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background-color: silver;
  border-radius: 8px;
  border-color: black;
  border-width: 2px;
  border-style: solid;
  margin-top: 32px;
  width: 300px;
  min-width: 230px;
}

.login-title {
  font-weight: bold;
  margin-bottom: 12px;
}

.header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: calc(100% - 24px);
  background-color: #002554;
  padding: 16px;
  border-width: 2px;
  border-color: black;
  border-top-style: solid;
  border-bottom-style: solid;
  border-radius: 10px;
}

.header-text {
  font-size: xx-large;
  color: white;
}

.button-row {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 16px;
}

.button {
  background-color: grey;
  border-radius: 4px;
  color: white;
  padding: 8px 16px;
  text-align: center;
  margin-left: 8px;
  border-radius: 10px;
}

.button a {
  text-decoration: none;
  color: white;
}

.secondary, .secondary a, .secondary a:visited, .secondary a:link {
  background-color: #002554;
  color: white;
}

.play, .play a, .play a:visited, .play a:link {
  margin-top: 16px;
  font-weight: normal;
}

.error-message {
  color: red;
  margin-top: 16px;
  width: 300px;
  text-align: center;
}

#invalid-login {
  display: none;
}

.logo {
  /* background: url('//www.utsc.utoronto.ca/_includes/images/UTSC_rev_optimized.svg') 0 0 no-repeat; */
  text-indent: -9999999px;
  width: 185px;
  height: 86px;
  display: block;
  float: left;
  margin: 1.9em 0 1.6em 0;
  position: relative;
  z-index: 9000;
}

.header-right-spacer {
  width: 185px;
  height: 86px;
  display: block;
  float: right;
  /* margin: 1.9em 0 1.6em 0; */
  position: relative;
  text-align: right;
}

.buttonRow {
  display: none;
  text-align: center;
  padding-top: 16px;
  line-height: 1.5;
}

.buttonRow a {
  background-color: grey;
  border-radius: 4px;
  color: white;
  padding: 8px 16px;
  text-align: center;
  display: inline-block;
  margin: 8px 8px 0px 0px;
  text-decoration: none;
}

@media screen and (max-width: 450px) {
  .header-text {
    font-size: larger;
    color: white;
  }

  .column1 {
    width: 0px;
    display: none;
  }
  
  .column2 {
    width: auto;
  }

  .column3 {
    width: 0px;
    display: none;
  }

  .buttonRow {
    display: block;
  }

  .logo, .header-right-spacer {
    display: none;
  }
}
