a {
  text-decoration: none;
  color: #03a9f4;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
a:hover {
  color: rgb(20.3846153846, 180, 252.1153846154);
  border-color: rgb(20.3846153846, 180, 252.1153846154);
}

input,
select {
  font-family: "museo-sans-rounded", sans-serif;
  font-weight: 400;
}

select {
  cursor: pointer;
}

.page-heading {
  margin-top: 0;
}

html, input {
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "MikadoBold";
  src: "/fonts/286B52_0_0.eot";
  src: "/fonts/286B52_0_0.eot?#iefix" format("embedded-opentype"), "/fonts/286B52_0_0.woff" format("woff"), "/fonts/286B52_0_0.ttf" format("truetype");
}
.mikado-bold, .mikadoBold {
  font-family: mikadobold, Helvetica, Arial, sans-serif !important;
}

.museoSansRounded {
  font-family: museo-sans-rounded, sans-serif;
}

@layer components {
  .Auth {
    padding-top: clamp(40px, 10svh, 100px);
  }
  .Auth-container {
    min-width: 450px;
    width: min-content;
    margin: 0 auto 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  }
  .Auth-container--wide {
    max-width: 800px;
  }
  .Auth-header {
    text-align: center;
    padding: 30px 0 30px;
  }
  .Auth-header a:hover {
    border: transparent;
    text-decoration: none;
  }
  .Auth-logo {
    margin: auto;
  }
  a:has(.Auth-logo) {
    border: transparent;
    text-decoration: none;
  }
  .Auth-body {
    padding: 0 30px 30px;
  }
  .Auth-student {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    align-items: center;
    padding: 5px 30px;
    margin: 15px 0;
    border-top: 1px solid #fc6;
    border-bottom: 1px solid #fc6;
    background-color: #FCF5A0;
    text-align: left;
  }
  .Auth-student img {
    padding-right: 15px;
    width: auto;
    box-sizing: border-box;
  }
  .Auth-form {
    padding: 0 30px 15px;
  }
  .Auth-colContainer {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
  .Auth-contentPanel {
    padding: 15px 30px;
  }
  .AuthForm {
    text-align: left;
  }
  .AuthForm input[type=text],
  .AuthForm input[type=password],
  .AuthForm select {
    border-radius: 6px;
    border: 2px solid #A6E2F4;
    height: 44px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    background-color: #fff;
  }
  .AuthForm input[disabled] {
    background-color: #f1f5f9;
    border-color: #94a3b8;
    color: #475569;
  }
  .AuthForm .field_with_errors input[type=text],
  .AuthForm .field_with_errors input[type=password] {
    border-color: #f33;
  }
  .AuthForm .field_with_errors input[type=text]:focus,
  .AuthForm .field_with_errors input[type=password]:focus {
    outline: 1px solid #c20101;
    outline-offset: 0px;
  }
  .AuthForm .center {
    text-align: center;
  }
  .AuthForm-row {
    padding-bottom: 1em;
  }
  .AuthForm-error {
    color: #f33;
  }
  .AuthForm-button {
    height: 44px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #f63;
    border-radius: 6px;
    border: 2px solid #f63;
    outline: none;
  }
  .AuthForm-button[disabled] {
    background: #ff8c65;
  }
  .AuthForm-button--blue {
    min-height: 44px;
    background-color: #27afeb;
    border-color: #27afeb;
  }
  .AuthForm-button--blue[disabled] {
    background: #60a5fa;
    border-color: #27afeb;
  }
}
.Spinner-cssCircle {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.Spinner-cssCircle div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 4px;
  border: 4px solid #fcf;
  border-radius: 50%;
  animation: Spinner-cssCircle 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #b7360a transparent transparent transparent;
}
.Spinner-cssCircle div:nth-child(1) {
  animation-delay: -0.45s;
}
.Spinner-cssCircle div:nth-child(2) {
  animation-delay: -0.3s;
}
.Spinner-cssCircle div:nth-child(3) {
  animation-delay: -0.15s;
}

.Spinner-cssCircle--paleBlue div {
  border: 4px solid #ddf;
  border-color: #ddf transparent transparent transparent;
}

@keyframes Spinner-cssCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: rgba(255, 255, 255, 0.3803921569);
  border-color: rgba(31, 31, 31, 0.1215686275);
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

html {
  font-family: "museo-sans-rounded", sans-serif;
  font-size: 16px;
}

html.planet-bg {
  height: 100%;
  background: url("/assets/bkgd-planet-sky02-97f9cd07.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html.navy-bg {
  background: #11325F;
}
