html {
  font-size: 10px;
}

body {
  background: none;
  color: black;
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  overflow: auto;
}

.banner {
  border: none !important;
  box-shadow: unset !important;
}

#retryButton{
  display: none;
}

#loginLink{
  display: none;
}

#appLink {
  display: none;
}

#errorTable {
  display: none;
}

.mdc-drawer-app-content{
  overflow: unset;
}

header {
  padding: 0;
}

header p {
  margin: inherit;
}

footer {
  color: black;
  text-align: center;
}

footer a:link, footer a:visited {
  color: black;
}

form {
  margin-top: 2em;
}

label {
  color: #333;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0.25em;
}

input[type="submit"] {
  background-color: #fb6142;
  border: none;
  color: #FFFFFF;
  padding: 5px 20px;
  font-size: 14px;
}

input[type="checkbox"] {
  margin-top: 2px;
}

#site-name {
  background: url(/cas/images/access-point-logo.png) no-repeat;
  height: 90px;
  width: 100%;
  background-position: center;
}

div#msg{
  box-shadow: none;
  border: none;
}

div#invalidEmail{
  box-shadow: none;
  border: none;
}
#site-name p {
  text-decoration: none;
  color: #ffffff;
  visibility: hidden;
}

div#content{
  box-shadow: none;
  margin-top: -90px;
}

#login-text {
  color: #fb6142;
  font-size: 26px;
  line-height: 22px;
  padding: 0 45px 10px;
  text-align: center;
}

#welcome {
  font-size: 26px;
  margin-bottom: .25em;
}

#welcome-text {
  color: #555;
  font-size: 14px;
  line-height: 16px;
}

#notice {
  margin: 10px 0 0;
  padding-right: 1em;
  font-size: 12px;
  padding: 15px 20px;
  background: #ffd07b;
  line-height: 18px;
  color: #251a05;
  display: none;
}

#apNotices {
  background: #f1c881;
  padding: 5px;
  display: none;
}

#uspnfNotices {
  background: #f1c881;
  margin-top: 10px;
  padding: 5px;
  display: none;
}

#note {
  margin: 3.5em 0 1em 0;
  padding-right: 1em;
}

#registerLinks, #registerLinks a, #registerLinks a:visited, #needHelp, #needHelp:visited {
  display: inline-block;
  font-size: 12px;
  color: #222222;
}

#registerLinks {
  border-top: 1px solid #BCC5C1;
  margin-top: 1em;
  padding-top: 1em;
  text-align: center;
  width: 380px;
}

#registerLinks #create-account {
  margin-bottom: 1em;
  width: 100%;
}

#registerLinks #forgot-password {
  float: right;
  margin-right: 17px;
}

.panel {
  border: none;
  box-shadow: none;
  margin-top: 2em;
  text-align: center;
}

.panel .panel-body {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.panel .panel-heading {
  background-color: transparent;
  border-color: transparent;
  text-align: center;
}

.panel .panel-heading .panel-title {
  font-size: 2.5rem;
}

/*USP custom styles*/

#msg {
  padding: 15px;
}

.panel-title {
  color: #109540;
}

.panel .panel-heading {
  background: url(/cas/images/checkmark.png) no-repeat 50% 0 transparent;
  padding: 100px 0 10px;
  background-size: 85px;
}

.panel .panel-body {
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 19px !important;
  color: #555 !important;
}

.panel .panel-error-body {
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 19px !important;
  color: #af5d5d !important;
  padding: 15px;
  background: #ffecec;
  border: 1px solid #ecc8c8;
}

.panel .panel-error-body a {
  color: #af5d5d !important;
  text-decoration: underline;
  font-weight: bold;
}

input.form-control {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 0px;
  color: #555555;
  font-size: 16px;
  height: auto;
  padding: 0.3em 0.5em;
  vertical-align: middle;
  width: 100%;
}

#note {
  margin: 1.25em 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #598b8a;
  background: #d3ecec;
  padding: 8px;
}

#registerLinks {
  margin-top: 1.25em;
  width: auto !important;
}

#registerLinks a#video-button {
  display: block;
  background: #7d8b98;
  float: none;
  color: white;
  padding: 5px;
  text-decoration: none;
  margin: 0 40px 20px;
  font-size: 14px;
}

#registerLinks a#video-button:hover {
  background: #6e7a86;
}

#registerLinks a {
  text-decoration: underline;
}

#registerLinks #forgot-password {
  margin-right: 40px !important;
}

input[type="submit"] {
  border-radius: 0;
}

.well-lg {
  display: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 960px;
}

#content, footer {
  padding: 20px;
}

.checkbox label {
  font-weight: 400;
}

.fa-exclamation-triangle{
  display: none;
}