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%; font: inherit; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

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

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

html.remodal-is-locked { overflow: hidden; -ms-touch-action: none; touch-action: none; }
html { box-sizing: border-box; }

*, *::after, *::before { box-sizing: inherit; }

body { background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #434F58; font-family: sans-serif; font-size: 1rem; line-height: 1.5; }

h1, h2, h3, h4 { font-family: sans-serif; font-weight: 400; }

h1 { font-size: 2.5rem; line-height: calc(1em + 8px); margin-bottom: 2rem; }

h2 { font-size: 2rem; line-height: calc(1em + 8px); margin-bottom: 1.5rem; }

h3 { font-size: 1.5rem; line-height: calc(1em + 8px); margin-bottom: 1.5rem; }

h4 { font-size: 1.25rem; line-height: 2rem; margin-bottom: 1rem; }

a { color: #5d89bd; text-decoration: none; }

a:hover, a.is-open { text-decoration: underline; }

a.is-disabled { pointer-events: none; opacity: .3; }

small { font-size: 0.875rem; line-height: 1rem; }

strong { font-weight: 700; }

img { max-width: 100%; height: auto; }

p, section, img { margin-bottom: 1rem; }

hr { margin: 2rem 0; border: none; border-bottom: 1px solid #E0E4E8; }

code { padding: 0.4375rem; font-size: 1rem; line-height: 1rem; display: inline-block; border: 1px solid #F4F6F9; border-radius: 3px; background: #434F58; color: #ffffff; font-family: monospace; }

a[disabled] { pointer-events: none; }
/* Base button */
.btn {
  display: inline-block;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.625rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  user-select: none;
}

/* Rounded buttons */
.btn-rounded {
  border-radius: 50px !important;
}

/* Default button */
.btn-default {
  background-color: #f8f9fa;
  color: #212529;
  border-color: #ced4da;
}
.btn-default:hover {
  background-color: #e2e6ea;
  border-color: #adb5bd;
}
.btn-default:active {
  background-color: #dae0e5;
}
.btn-default:disabled {
  background-color: #f8f9fa;
  color: #6c757d;
  cursor: not-allowed;
}

/* Primary button */
.btn-primary {
  background-color: #5d89bd !important;
  color: #ffffff !important;
  border-color: #5d89bd !important;
}
.btn-primary:hover {
  background-color: #6d94c3 !important; /* lighter on hover */
  border-color: #5d89bd !important;
}
.btn-primary:active {
  background-color: #4a6d99 !important; /* darker on click */
}
.btn-primary:disabled {
  background-color: #a0c0dd;
  color: #e0e0e0;
  cursor: not-allowed;
}

/* Danger button */
.btn-danger {
  background-color: #e36aa5 !important;
  color: #ffffff;
  border-color: #e36aa5 !important ;
}
.btn-danger:hover {
  background-color: #e887b7 !important; /* lighter on hover */
}
.btn-danger:active {
  background-color: #cc3a39; /* darker on click */
}
.btn-danger:disabled {
  background-color: #f7a8a6;
  color: #ffffff;
  cursor: not-allowed;
}

/* Outline buttons */
.btn-outline {
  background-color: transparent;
  color: inherit;
}
.btn-outline.btn-primary {
  color: #5d89bd;
  border-color: #5d89bd;
}
.btn-outline.btn-primary:hover {
  background-color: #5d89bd;
  color: #ffffff;
}
.btn-outline.btn-danger {
  color: #ff4a48;
  border-color: #e36aa5 !important;
}
.btn-outline.btn-danger:hover {
  background-color: #e36aa5 !important;
  color: #ffffff;
}

/* Block buttons */
.btn-block {
  display: block;
  width: 100%;
}


.Card__wrapper { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.Card__wrapper .Card { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }

.Card__wrapper .Card__content { -ms-flex: 1 0 auto; flex: 1 0 auto; }

.Card { padding: 2.5rem; position: relative; margin-bottom: 2rem; }

.Card hr { border-bottom-color: #CCEFFF; margin: 1rem 0; }

.Card .Card__heading { color: #071c26; margin-bottom: 0.5rem; }

.Card .Card__content { margin-bottom: 1.5rem; color: #677983; font-size: 1rem; line-height: 1.5rem; }

.Input { border: 1px solid #AFBFC9; outline: none; color: #434F58; font-size: 1rem; line-height: calc(1em + 8px); font-family: "Proxima Nova", sans-serif; display: block; margin: 0; margin-top: 0.5rem; width: 100%; transition: all .2s ease-in-out; border-radius: 3px; padding: 0.4375rem 0.5rem; /* to ensure align with baseline grid. */ }

.Input:active, .Input:focus { box-shadow: 0 0 5px 0 #AFBFC9; }

.Input:active:-ms-input-placeholder, .Input:focus:-ms-input-placeholder { /* IE 10+ */ color: #fff; }

.Input:active:-moz-placeholder, .Input:focus:-moz-placeholder { /* Firefox 18- */ color: #fff; }

.Input:-ms-input-placeholder { color: #434F58; }

.Input::placeholder { color: #434F58; }

.Input--error, .Input--error:hover, .Input--error:focus { border-color: #B80C03; }

.Form__label > .Form__description { margin-bottom: 1rem; }

.login-wrap { min-height: 100vh; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; }

@media (min-width: 375px) { .login-wrap { padding: 1rem; background-color: rgba(142,169,206,255); } }

@media (min-width: 414px) { .login-wrap { padding: 1.5rem; } }

@media (min-width: 750px) { .login-wrap { -ms-flex-pack: center; justify-content: center; } }

@media (min-width: 1050px) { .login-wrap { -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }

.login-screen { background-color: white; padding: 1.5rem; width: 100%; position: relative; }

@media (min-width: 375px) { .login-screen { padding: 1rem; border-radius: 5px; } }

@media (min-width: 414px) { .login-screen { padding: 1.5rem; } }

@media (min-width: 750px) { .login-screen { padding: 2rem; max-width: 30rem; transition: transform .3s linear; will-change: transform; } }

@media (min-width: 1050px) { .login-screen { max-width: 35rem; padding: 4rem; box-shadow: 0 20px 35px rgba(0, 34, 69, 0.03), 0 20px 35px rgba(0, 0, 0, 0.06); } }

@media (min-width: 102rem) { .login-screen { padding: 6rem; max-width: 40rem; } }

.login-screen .login-title { color: #071c26; font-weight: 500; line-height: 1; margin-bottom: 1.5rem; font-size: 1rem; }

@media (min-width: 50rem) { .login-screen .login-title { font-size: 1.5rem; } }

@media (min-width: 85rem) { .login-screen .login-title { margin-bottom: 2.5rem; font-size: 2rem; } }

.login-validator { position: relative; }

.login-validator__requirement { position: absolute; top: calc(100% + .25rem); opacity: 0; transition: transform .3s ease-out, opacity .3s; transform: translateY(-20px); }

.login-wrap #username:invalid:not(:focus):not(:placeholder-shown) { box-shadow: inset 0px 0px 0 3px #FF4A48 !important; background-color: #FCEAEC !important; }

.login-wrap #username:invalid:not(:focus):not(:placeholder-shown) + .login-validator__requirement { color: #FF4A48; opacity: 1; transform: translateY(0); z-index: -1; }

.login-wrap #username::selection { background-color: #5d89bd; color: #ffffff; }

.form-row { margin-bottom: 1.5rem; }

@media (min-width: 800px) { .form-row { margin-bottom: 2.5rem; }
  .form-row:first-of-type { margin-bottom: 2.5rem; } }

.form-row label { display: block; margin-bottom: 1rem; line-height: 1; }

.form-row input { display: block; width: 100%; border: 0; background-color: #E3F0FF; padding: 1rem 1rem; border-radius: .5rem; font-size: 1rem; line-height: 1; transition: box-shadow .22s ease-out; height: 3rem; }

.form-row input:hover { box-shadow: inset 0px 0px 0 3px #0072EC55; }

.form-row input:focus { box-shadow: inset 0px 0px 0 3px #0072EC; outline: 0; }

@media (min-width: 800px) { .form-row input { font-size: 1rem; padding: 1rem 1rem; } }

.login-reset-password { margin-bottom: 1.5rem; font-size: 1rem; line-height: 1; }

@media (min-width: 800px) { .login-reset-password { margin-bottom: 1.5rem; } }

.login-reset-password-a { color: #677983; font-size: 1rem; line-height: 1; }

.login-reset-password-a:focus:not(:active) { border: none; background: transparent; box-shadow: none; color: #5d89bd; transform: scale(1); }

.login-reset-password-a:focus:not(:active):before { right: 0%; background-color: #5d89bd; }

.login-or-hr { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; margin-bottom: 1.5rem; line-height: 1; }

.login-or-hr:before, .login-or-hr:after { content: ""; background-color: #E0E4E8; height: 1px; width: 40%; }

.login-message { display: none; }

@media (min-width: 1050px) { .login-message { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; text-align: center; max-width: 40rem; width: 100%; height: 100%; margin-right: 4rem; padding: 1rem; } }

@media (min-width: 102rem) { .login-message { width: 50rem; } }

.login-message__title { font-family: "Proxima Nova", proxima-nova, sans-serif; font-size: 1.75rem; font-weight: 600; color: #103760; line-height: 1; }

.login-message__message { font-size: 1.5rem; color: #434F58; max-width: 20em; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin-top: 2rem; margin-bottom: 0; }

@media (min-width: 750px) { .login-logo { display: none; } }
