.text-default {
  font-family: Lato, sans-serif;
  color: #222222;
}
.no-padding {
  padding: 0;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.borders-none {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.text-success {
  color: #8dc63f;
}
.text-error {
  color: #b30000;
}
.text-white {
  color: white;
}
.text-muted {
  color: #909ca2;
}
.text-sm {
  font-size: 0.85em;
}
.text-lg {
  font-size: 1.7em;
}
body {
  font-family: Lato, sans-serif;
  color: #222222;
}
a {
  color: #2ab5cd;
  font-weight: bold;
}
a:hover {
  color: #249baf;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
}
.btn-primary {
  background-color: #2ab5cd;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #249baf;
}
.create-account-link {
  margin-bottom: 7px;
}
.panel {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2.2em;
  max-width: 360px;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-family: Lato, sans-serif;
  color: #222222;
  min-height: 45px;
  text-align: center;
  border: 1px solid #bfbfbf;
}
.form-control::-webkit-input-placeholder {
  color: #96A3A8;
}
.form-control::-moz-placeholder {
  color: #96A3A8;
}
.form-control:-moz-placeholder {
  color: #96A3A8;
}
.form-control:-ms-input-placeholder {
  color: #96A3A8;
}
.panel-authorize .form-group {
  margin-bottom: 0.9em;
  display: flex;
  flex-direction: column;
}
.form-group > div.formError {
  padding: 0;
  order: 1;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.formError > div.formErrorContent {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none 3px 3px 1px black;
  -webkit-box-shadow: none 3px 3px 1px black;
  -moz-box-shadow: none 3px 3px 1px black;
  -ms-box-shadow: none 3px 3px 1px black;
  -o-box-shadow: none 3px 3px 1px black;
  padding: 0;
  font-size: 0.85em;
  font-family: Lato, sans-serif;
  color: red;
  text-align: left;
  margin-top: .5em;
}
.form-group > .formError + .form-control {
  border: 1px solid red;
}
.panel-authorize {
  margin-top: 5em;
  margin-bottom: 0;
}
.panel-authorize h3 {
  margin-bottom: 0.9em;
  margin-top: -5px;
}
.panel-authorize .text-success i {
  margin-bottom: 0.4em;
}
.panel-authorize .user-inputed {
  font-size: 1.1em;
  margin: 1.2em 0;
}
.panel-authorize .btn {
  min-width: 160px;
  padding: 0.8em;
  margin-top: 0.7em;
}
.panel-authorize img.logo {
  margin-right: -4px;
  margin-bottom: 2em;
}
.panel-welcome {
  max-width: inherit;
  margin-top: 3em;
  padding: 3.5em 6em;
  padding-top: 2em;
}
.authorize-release {
  margin-top: 2em;
  margin-bottom: 2em;
}
.panel-notice {
  background-color: #f7f7f7;
  color: #7b7b7b;
  margin-top: 0.7em;
  margin-bottom: 0;
}
.panel-notice h2 {
  font-weight: bold;
  font-size: 1.6em;
  margin-top: 0;
}
.panel-notice .lead {
  font-size: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}
.gl-button {
   text-align: center;
   cursor: pointer;
}
.ui-state-error {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  color: #b30000;
  background: #ffe5e5;
  margin-bottom: 1.5em;
  padding: 1em;
}
.ui-state-error p {
  margin-bottom: 0;
}
.reset-password-form .formError {
  display: none !important;
}
.reset-password-form .validation-requirements {
  color: red;
  font-family: Lato, sans-serif;
  font-size: 0.85em;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.reset-password-form .form-group.errors-exist .form-control {
  border-color: red;
}
.reset-password-form .form-group.no-errors .form-control {
  border-color: #8dc63f;
}
.panel-welcome {
  color: #5D5D5D;
}
.panel-welcome .text-md {
  font-size: 16px;
}
.panel-welcome h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.panel-welcome i {
  font-size: 18px;
  margin-right: 5px;
}
.panel-welcome .pdf-button {
  color: #5D5D5D;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  background: #F2F2F2;
  border-radius: 3px;
  border: 1px solid #EAEAEA;
  padding: 10px 20px;
  margin: 7px 10px 10px 0;
}
.student .restricted {
  display: none;
}
.welcome-training {
  margin-bottom: 3em;
}
.account-login-sign-in-link {
	padding: 10px;
}