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

header {
  overflow: inherit;
  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 p {
  background: url(../images/usp/access-point-logo.png) no-repeat;
  height: 90px;
  text-decoration: none;
  width: 100%;
  background-position: center; }

#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: 30px 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: 2em;
  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-heading {
  background-color: transparent;
  border-color: transparent;
  text-align: center; }
.panel .panel-heading .panel-title {
  font-size: 2.5rem; }
.panel .panel-body {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.5rem; }

/*USP custom styles*/
#msg {
  padding: 15px;
}
.panel-title {
  color: #109540;
}
.panel .panel-heading {
  background: url(../images/usp/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: #626c75;
  float: none;
  color: white;
  padding: 8px;
  text-decoration: none;
  margin: 0 40px 20px;
  font-size: 16px;
}
#registerLinks a#video-button:hover {
  background: #6e7a86;
}
#registerLinks a {
  text-decoration: underline;
}

#copyright a {
	text-decoration: underline;	
}

#registerLinks #forgot-password {
  margin-right: 40px !important;
}
input[type="submit"] {
  border-radius: 0;
}
.well-lg {
  display: none;
}
/*# sourceMappingURL=usp.css.map */
