.passwordFormat, .sectionTitle {
  margin-bottom: 25px; }

@font-face {
  font-family: 'Brandon Text';
  src: url(https://cdn.statflo.com/assets/fonts/brandontext-thin-webfont.woff) format("woff");
  font-weight: 390;
  font-style: normal; }

@font-face {
  font-family: 'Brandon Text';
  src: url(https://cdn.statflo.com/assets/fonts/brandontext-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Brandon Text';
  src: url(https://cdn.statflo.com/assets/fonts/brandontext-medium-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

body,
#ssl-wrapper {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-color: #F9F9FB;
  background-image: url("../img/background-login.png");
  background-size: auto 100%;
  font-family: 'Brandon Text', Verdana, Arial, sans-serif; }

body p {
  font-family: 'Brandon Text', Verdana, Arial, sans-serif; }

h3 {
  font-family: 'Brandon Text', Verdana, Arial, sans-serif; }

a {
  color: #424DE5;
  outline: none;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  outline: none;
  text-decoration: none;
  color: #5A68ED;
  cursor: pointer; }

a:focus,
a:active {
  cursor: pointer; }

.btn {
  cursor: pointer; }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled),
[type=button]:hover:not(:disabled), [type=reset]:hover:not(:disabled), [type=submit]:hover:not(:disabled), button:hover:not(:disabled) {
  cursor: pointer; }

.login_logo {
  display: block;
  width: 200px;
  height: auto;
  left: 0;
  top: 0;
  margin-bottom: 32px; }

.fullsize {
  width: 100%;
  height: 100%; }

.lost-password {
  text-align: right;
  float: right;
  color: #424DE5;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer; }

.lost-password:hover {
  color: #5A68ED; }

.lost-password:focus,
.lost-password:active {
  color: #E5619F; }

.login-footer {
  position: absolute;
  bottom: 4px;
  font-size: 0.8em;
  font-family: 'Brandon Text', Verdana, Arial, sans-serif; }

.login-message {
  height: 100%; }

#news-box-login {
  position: relative;
  margin: auto;
  top: 40%;
  font-size: 34px;
  line-height: 50px;
  font-weight: 390;
  font-family: 'Brandon Text', Verdana, Arial, sans-serif; }

#news-box-login b,
#news-box-login strong {
  background: #AFDBE9;
  border-bottom: 3px solid #59ACC5;
  font-weight: 600; }

#news-box-login a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 2px solid #424DE5;
  box-sizing: border-box;
  color: #424DE5;
  box-shadow: none;
  text-decoration: none;
  border-radius: 24px;
  font-weight: 420;
  font-size: 18px;
  line-height: 100%;
  margin: 0.5rem 0 0 0;
  padding: 12px 24px;
  text-transform: capitalize;
  cursor: pointer;
  transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease, -webkit-transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  float: right;
  z-index: 10; }

#news-box-login a:hover {
  background: #5A68ED;
  color: #fff;
  border: 2px solid #5A68ED; }

#news-box-login a:focus,
#news-box-login a:active {
  background: #5A68ED;
  color: #fff;
  border: 2px solid #E5619F; }

#news-box-login img {
  margin: -200px auto 16px auto;
  display: block;
  border-radius: 24px;
  max-height: 300px;
  max-width: 300px;
  border: 1px solid #D2D5E3; }

.language-switcher {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  margin: 12px;
  background: #535556;
  color: #fff;
  font-size: 9px;
  text-decoration: none; }

.extraLinks {
  display: flex;
  color: #149BB2;
  padding: 0;
  margin: 0 2px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 200;
  text-decoration: none; }
  .extraLinks svg {
    margin-right: 8px; }
  .extraLinks:hover {
    color: #2EADC4; }

.alert {
  padding: 8px 4px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  background-color: #E5E8FF;
  color: #172563; }

.alert--multiline p {
  text-align: left;
  margin: 16px auto; }

.alert--multiline p:last-child {
  margin-bottom: 30px; }

.alert--multiline p.textAlign--center {
  text-align: center;
  margin: 0;
  padding: 8px 2px; }

.alert--danger,
.alert--error {
  background-color: #FEEBF0;
  color: #3D000E; }

.alert--success {
  background-color: #DBF0EA;
  color: #124034; }

.alert .alert-message {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  vertical-align: middle; }

.alert .alert-message strong,
.alert .alert-message b {
  margin-right: 4px; }

.alert .alert-icon {
  display: flex;
  padding: 6px;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.1);
  align-items: center;
  vertical-align: middle;
  margin-right: 16px;
  margin-left: 4px;
  fill: #384162;
  color: #384162; }

.alert .alert-icon svg {
  width: 16px;
  height: 16px;
  display: flex;
  margin: auto;
  fill: #384162;
  color: #384162;
  vertical-align: middle; }

.alert.alert-info {
  background-color: var(--sf-alert-info-bg);
  color: var(--sf-alert-info-text);
  border: 0; }

.alert.alert-info .alert-icon {
  background-color: var(--sf-alert-info-alert-box); }

.login__wrapper .alert {
  word-wrap: break-word;
  width: 370px;
  text-align: center;
  margin: 0 auto 16px auto; }

.footerLinks {
  text-decoration: none;
  font-size: 8px;
  line-height: 10px;
  color: #A1BCD1;
  margin: 8px 0;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: space-around; }

.login__footer {
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  font-weight: 100;
  padding: 8px;
  color: #fff; }

.signInButton {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #085461;
  margin-bottom: 16px;
  position: relative;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none; }

.ssoButton,
.submitButton,
#backToApplication {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #424DE5;
  border: 2px solid #424DE5;
  box-sizing: border-box;
  color: #fff;
  box-shadow: none;
  text-decoration: none;
  border-radius: 24px;
  font-weight: 420;
  font-size: 16px;
  line-height: 100%;
  margin: 0.5rem 0 0 0;
  padding: 12px 24px;
  text-transform: capitalize;
  cursor: pointer;
  transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease, -webkit-transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none; }

.ssoButton.ssoButton--commit {
  background-color: transparent;
  border-color: #424DE5; }

.ssoButton.ssoButton--return {
  background-color: transparent;
  border-color: #424DE5; }

.ssoButton:hover,
.submitButton:hover,
#backToApplication:hover {
  background-color: #5A68ED;
  border-color: #5A68ED;
  color: #fff; }

.ssoButton:focus,
.ssoButton:active,
.submitButton:focus,
.submitButton:active,
#backToApplication:focus,
#backToApplication:active {
  background-color: #5A68ED;
  border-color: #E5619F;
  color: #fff; }

.ssoButton {
  background: transparent;
  color: #424DE5; }

.ssoButton:hover {
  background: transparent;
  color: #5A68ED; }

.ssoButton:focus,
.ssoButton:active {
  background: transparent;
  color: #E5619F; }

.ssoButton .signInButton__icon {
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  margin-left: -8px;
  display: inline-block; }

.ssoButton .signInButton__icon--google {
  background-image: url("../img/sign-in-google.png"); }

.ssoButton .signInButton__icon--office {
  background-image: url("../img/sign-in-office.png"); }

.ssoButton .signInButton__icon--rq {
  background-image: url("../img/sign-in-rq.png"); }

.form-actions .ssoButton {
  float: right; }

.form-actions .ssoButton--commit {
  margin-right: 16px; }

.sectionTitle {
  font-size: 26px;
  font-weight: 400; }

.callInActionButtons {
  display: flex;
  justify-content: flex-end; }

.callInActionButtons.ssoButton {
  margin-right: 16px;
  flex-grow: 1; }

.callInActionButtons.ssoButton:last-child {
  margin-right: 0; }

.full-size {
  width: 100%;
  box-sizing: border-box; }

.field,
.form-control {
  padding: 8px;
  background-color: #FFFFFF;
  border: 1px solid #D2D5E3;
  border-radius: 8px;
  color: #2D2D2D;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.field::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #595959;
  font-weight: 300;
  font-size: 14px; }

.field:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #595959;
  font-weight: 300;
  font-size: 14px; }

.field::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #595959;
  font-weight: 300;
  font-size: 14px; }

.field::placeholder,
.form-control::placeholder {
  color: #595959;
  font-weight: 300;
  font-size: 14px; }

.label {
  color: #8790B2;
  font-size: 1em;
  letter-spacing: 0.5px;
  line-height: 120%;
  font-weight: 500;
  text-align: left;
  padding-top: 2px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-transform: none;
  margin-bottom: 0.5rem; }

.flag:before {
  margin: 2px 8px 0 0;
  font-size: 16px;
  content: "\01F1EB \01F1F7"; }

.flag--english:before {
  content: "\01F1EC \01F1E7"; }

.highlightLink {
  color: #149BB2;
  text-decoration: underline; }
  .highlightLink:hover {
    color: #2EADC4; }

#instruction1 .instruction {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #3E4647; }
  #instruction1 .instruction strong {
    font-weight: bold;
    color: #085461; }

#instruction2 .instruction,
#instruction3 .instruction {
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #F0F6F7; }

.alert--multiline .sectionTitle {
  font-size: 26px;
  text-align: center;
  line-height: normal;
  color: #085461; }

.alert--multiline #instruction1 .instruction {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #3E4647; }

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

.infoParagraph {
  padding: 20px; }
