@import url("https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700,900") all;
.theme-color {
  color: #8ABF4C;
}

.danger-color {
  color: #E86546;
}

.salmon {
  color: #E86546;
}

.blue {
  color: #E1F2FF;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* * {
  line-height: 1.25;
}
 */
*:not(.ag-root *):not(.ag-root) {
  line-height: 1.25;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.25;
  -webkit-print-color-adjust: exact;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

ol,
ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.someinput::-ms-clear {
  width: 0;
  height: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #253e50;
  font-family: Arial, sans-serif;
}

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.rounded-full {
  border-radius: 60px !important;
}

.flex-fill-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  flex: 1 1 100%;
  margin: 0;
  padding: 0;
}

.flex-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  flex: 1 1 100%;
}

.flex-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  flex: 1 1 100%;
}

.flex-stretch {
  align-items: stretch;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.mt-2 {
  margin-top: 8px;
}

.mt-4 {
  margin-top: 1.875rem;
}

.mt-auto {
  margin-top: auto;
}

@media (max-width: 992px) {
  .d-mobile-none {
    display: none;
  }
}

.divider {
  display: inline-block;
  padding: 0 8px;
  color: #49667a;
}

.stretch {
  align-self: stretch;
}

.login-content {
  display: flex;
  flex-flow: column;
  flex: 1 0 636px;
  padding: 1rem;
  align-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .login-content {
    flex: 1;
  }
}

.login-logo {
  max-width: 13.75rem;
  margin-bottom: 5.375rem;
  align-self: center;
}
@media (max-width: 992px) {
  .login-logo {
    margin-bottom: 2.875rem;
  }
}

.scroll-y {
  overflow-y: auto;
}

.flex-column-no-grow {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
}

.align-center {
  align-self: center;
}

.a-items-center {
  align-items: center;
}

.form-input-info {
  font-style: italic;
  font-size: 0.75rem;
}

.login-copyrights {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625rem;
}
.login-copyrights img {
  display: inline-block;
  max-width: 6.25rem;
  margin-left: 0.5rem;
}

.form-error {
  display: block;
  padding: 0.25rem 0;
  font-size: 0.75rem;
  color: #c38573;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-auto {
  margin-top: auto;
}

.ml-3 {
  margin-left: 1rem;
}

@media screen and (min-width: 541px) {
  .ml-md-3 {
    margin-left: 1rem;
  }
}

.mr-4 {
  margin-right: 24px;
}

.mt-4 {
  margin-top: 24px;
}

@media screen and (max-width: 540px) {
  .mt-sm-3 {
    margin-top: 1rem;
  }
}

.d-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

@media screen and (max-width: 540px) {
  .flex-sm-column {
    flex-flow: column;
  }
}

@media screen and (max-width: 540px) {
  .justify-content-sm-center {
    justify-content: center;
    align-items: center;
  }
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.error-banner {
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  background: #E86546;
  color: #FFF;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}
.error-banner ul {
  margin: 0;
  padding: 0;
}
.error-banner ul li {
  list-style: none;
}

.horizontal-page {
  background: #FFF;
  font-family: Muli, sans-serif;
}
@media screen and (max-width: 1024px) {
  .horizontal-page {
    padding: 0 1.5rem;
  }
}
.horizontal-page__body-top-logo {
  margin-left: auto;
  max-width: 14.375rem;
}
@media screen and (max-width: 1024px) {
  .horizontal-page__body-top-logo {
    margin-left: 0;
  }
}
.horizontal-page__body--centered {
  justify-content: center;
  align-items: center;
}
.horizontal-page__footer {
  font-size: 0.875rem;
  padding-bottom: 1rem;
}
.horizontal-page__footer p {
  margin: 0;
  padding-bottom: 0.5rem;
}
.horizontal-page__footer p a {
  color: #8ABF4C;
  text-decoration: none;
  font-weight: 600;
}
.horizontal-page__footer p a:hover {
  text-decoration: underline;
}
.horizontal-page__footer p.bold {
  font-weight: 600;
}

h1 {
  color: #333;
  font-size: 1.75rem;
  font-weight: bold;
}

.login-form-section {
  width: 25rem;
  margin: auto;
}
@media screen and (max-width: 540px) {
  .login-form-section {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .login-form-section {
    margin-top: 5.375rem;
  }
}
.login-form-section .form-info {
  color: #999;
  font-size: 0.75rem;
}
.login-form-section .form-error {
  color: #E86546;
  font-size: 0.75rem;
}
.login-form-section__intro {
  margin-bottom: 2.5rem;
}
.login-form-section__intro-text {
  display: block;
  font-size: 1rem;
}
.login-form-section__intro-img {
  width: 10.9375rem;
  margin: 0 0 2.625rem;
}
.login-form-section label {
  display: block;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: bold;
}
.login-form-section input {
  height: 50px;
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #d9d9da;
  border-radius: 0.25rem;
  box-sizing: border-box;
}
.login-form-section input:focus {
  outline: none;
  box-shadow: none;
  border-color: #333;
}
.login-form-section input.error {
  border: 1px solid #E86546;
}
.login-form-section .submit-link {
  display: inline-block;
  width: auto;
  border: none;
  padding: 0;
  background: none;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.login-form-section .submit-link:hover {
  text-decoration: underline;
}
.login-form-section__input-group {
  margin-bottom: 1.5rem;
}
.login-form-section__link {
  display: inline-block;
  padding-bottom: 0.5rem;
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: none;
}
.login-form-section__link:hover {
  text-decoration: underline;
}
.login-form-section__link--green {
  color: #8ABF4C;
}
.login-form-section__primary-button {
  min-width: 8rem;
  padding: 0.625rem 1rem;
  background: #8ABF4C;
  color: #FFF;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 540px) {
  .login-form-section__primary-button {
    width: 100%;
  }
}
.login-form-section__primary-button:disabled {
  background: #C0C0C0 !important;
}
.login-form-section__microsoft-button {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.625rem 1rem;
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  background: #4384f4;
  color: #FFF;
  box-sizing: border-box;
  text-decoration: none;
}
.login-form-section__microsoft-button:hover {
  background: #2b74f3;
}
.login-form-section__microsoft-button img {
  width: 16px;
  margin-right: 8px;
}
.login-form-section .error-text {
  display: block;
  color: #E86546;
  font-size: 0.875rem;
}
.login-form-section__divider {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem;
}
.login-form-section__divider:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background: #d9d9da;
}
.login-form-section__divider span {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: #FFF;
  position: relative;
  z-index: 2;
}

/*# sourceMappingURL=portal-login.css.map */
