/* This CSS is generated by PhenixID Framework version 1.0 in February 2019. */
/* This CSS is generated by PhenixID Framework version 2.8 in February 2019. */
/* This CSS is generated by PhenixID Framework version 1.0 in September 2018. */
/* This CSS is generated by PhenixID Framework version 2.8 in September 2018. */
/* This CSS is generated by PhenixID Framework version 1.0 in September 2018. */
/* sass sheet variables */
/* This CSS is generated by PhenixID Framework version 1.0 in September 2018. */
/* sass sheet variables */
@font-face {
  font-family: "Open Sans";
  src: url("/authenticate/res/fonts/open_sans/OpenSans-Regular.ttf");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("/authenticate/res/fonts/open_sans/OpenSans-Bold.ttf");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "Open Sans";
  src: url("/authenticate/res/fonts/open_sans/OpenSans-Italic.ttf");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("/authenticate/res/fonts/open_sans/OpenSans-BoldItalic.ttf");
  font-style: italic;
  font-weight: 700; }

.modal-content .modal-header {
  display: flex;
  border-bottom: 1px solid transparent; }
  .modal-content .modal-header * {
    display: flex;
    color: #285a8a; }
  .modal-content .modal-header h5.modal-title {
    flex: auto;
    font-size: 24px; }

.modal-content .modal-body {
  color: #606060; }

.modal-content .modal-footer {
  border-top: 1px solid #97a8c3;
  background: #FFF;
  padding: 0px;
  margin: 0px; }
  .modal-content .modal-footer * {
    display: flex;
    height: 100%;
    background: #f8f9fa;
    text-align: center;
    justify-content: center;
    color: #285a8a;
    padding: 12px;
    width: 100%;
    opacity: 0.8; }
    .modal-content .modal-footer *:hover, .modal-content .modal-footer *:focus, .modal-content .modal-footer *:active {
      opacity: 1;
      background: #FFF; }

/* HTML Base defaults :: HTML5 display-role reset for older browsers */
* {
  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; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Poppins", sans-serif; }

body {
  line-height: 1;
  font-family: "Open Sans", "Poppins", sans-serif;
  font-size: 16px; }

ol, ul {
  list-style: none; }

.hidden {
  display: none; }

.show {
  display: block; }

/* This CSS is generated by PhenixID Framework version 1.0 in Febuary 2019. */
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

/* This CSS is generated by PhenixID Framework version 2.8 in February 2019. */
/* This CSS is generated by PhenixID Framework version 2.8 in September 2018. */
/* The file imports  */
/* This CSS is generated by PhenixID Framework version 1.0 in September 2018. */
/* sass sheet variables */
/* This CSS is generated by PhenixID Framework version 2.8 in September 2018. */
/* This CSS is generated by PhenixID Framework version 1.0 in September 2018. */
/* sass sheet variables */
@font-face {
  font-family: "Open Sans";
  src: url("/authenticate/res/fonts/open_sans/OpenSans-Regular.ttf");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("/authenticate/res/fonts/open_sans/OpenSans-Bold.ttf");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "Open Sans";
  src: url("/authenticate/res/fonts/open_sans/OpenSans-Italic.ttf");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("/authenticate/res/fonts/open_sans/OpenSans-BoldItalic.ttf");
  font-style: italic;
  font-weight: 700; }

/* The default classes are bellow */
/* The default classes are bellow */
/* The default classes are bellow */
.btn,
*.btn,
button.btn,
*.button,
.btn-primary,
.button,
button.button {
  display: inherit;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.84px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  .btn.btn-primary:focus,
  *.btn.btn-primary:focus,
  button.btn.btn-primary:focus,
  *.button.btn-primary:focus,
  .button.btn-primary:focus,
  .btn-primary:focus,
  button.button.btn-primary:focus {
    background-color: #1d4062; }
  .btn.hidden,
  *.btn.hidden,
  button.btn.hidden,
  *.button.hidden,
  .button.hidden,
  .hidden.btn-primary,
  button.button.hidden {
    display: none !important; }
  .btn.square,
  *.btn.square,
  button.btn.square,
  *.button.square,
  .button.square,
  .square.btn-primary,
  button.button.square {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; }
  .btn.oval,
  *.btn.oval,
  button.btn.oval,
  *.button.oval,
  .button.oval,
  .oval.btn-primary,
  button.button.oval {
    border-radius: 31px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px; }
  .btn:hover,
  *.btn:hover,
  button.btn:hover,
  *.button:hover,
  .button:hover,
  .btn-primary:hover,
  button.button:hover {
    text-decoration: none; }
  .btn.button-huge,
  *.btn.button-huge,
  button.btn.button-huge,
  *.button.button-huge,
  .button.button-huge,
  .button-huge.btn-primary,
  button.button.button-huge {
    margin: 25px auto;
    font-weight: 600;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    line-height: 40px;
    letter-spacing: 0.33px;
    height: 40px;
    min-width: 150px;
    padding: 0 25px;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 600px) {
      .btn.button-huge,
      *.btn.button-huge,
      button.btn.button-huge,
      *.button.button-huge,
      .button.button-huge,
      .button-huge.btn-primary,
      button.button.button-huge {
        min-width: 100px; } }
  .btn.squarebutton,
  *.btn.squarebutton,
  button.btn.squarebutton,
  *.button.squarebutton,
  .button.squarebutton,
  .squarebutton.btn-primary,
  button.button.squarebutton {
    display: block;
    width: 100%;
    height: 60px;
    margin: 25px 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.33px; }
  .btn.normal,
  *.btn.normal,
  button.btn.normal,
  *.button.normal,
  .button.normal,
  .normal.btn-primary,
  button.button.normal {
    text-transform: none; }
  .btn .squarebutton[disabled],
  *.btn .squarebutton[disabled],
  button.btn .squarebutton[disabled],
  *.button .squarebutton[disabled],
  .btn-primary .squarebutton[disabled],
  .button .squarebutton[disabled],
  button.button .squarebutton[disabled] {
    cursor: default; }
  .btn .cancel-button,
  *.btn .cancel-button,
  button.btn .cancel-button,
  *.button .cancel-button,
  .btn-primary .cancel-button,
  .button .cancel-button,
  button.button .cancel-button {
    height: 40px;
    width: 40px;
    margin-right: 25px;
    display: inline-block;
    cursor: pointer; }
  .btn .select-buttons,
  *.btn .select-buttons,
  button.btn .select-buttons,
  *.button .select-buttons,
  .btn-primary .select-buttons,
  .button .select-buttons,
  button.button .select-buttons {
    width: 100%; }
  .btn .select-button,
  *.btn .select-button,
  button.btn .select-button,
  *.button .select-button,
  .btn-primary .select-button,
  .button .select-button,
  button.button .select-button {
    display: block;
    border: 1px solid #ededed;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.33px;
    color: #444444;
    text-decoration: none;
    font-weight: 400;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    padding: 5px 10px 5px 5px; }
  .btn a[disabled],
  .btn a[disabled]:hover,
  .btn button[disabled],
  .btn input[disabled],
  .btn button[disabled]:hover,
  .btn button[disabled]:active,
  .btn button[disabled]:focus,
  *.btn a[disabled],
  *.btn a[disabled]:hover,
  *.btn button[disabled],
  *.btn input[disabled],
  *.btn button[disabled]:hover,
  *.btn button[disabled]:active,
  *.btn button[disabled]:focus,
  button.btn a[disabled],
  button.btn a[disabled]:hover,
  button.btn button[disabled],
  button.btn input[disabled],
  button.btn button[disabled]:hover,
  button.btn button[disabled]:active,
  button.btn button[disabled]:focus,
  *.button a[disabled],
  .btn-primary a[disabled],
  *.button a[disabled]:hover,
  *.button button[disabled],
  .btn-primary button[disabled],
  *.button input[disabled],
  .btn-primary input[disabled],
  *.button button[disabled]:hover,
  *.button button[disabled]:active,
  *.button button[disabled]:focus,
  .button a[disabled],
  .button a[disabled]:hover,
  .button button[disabled],
  .button input[disabled],
  .button button[disabled]:hover,
  .button button[disabled]:active,
  .button button[disabled]:focus,
  button.button a[disabled],
  button.button a[disabled]:hover,
  button.button button[disabled],
  button.button input[disabled],
  button.button button[disabled]:hover,
  button.button button[disabled]:active,
  button.button button[disabled]:focus {
    background: #ededed;
    color: #bdbdbd;
    cursor: auto; }
  .btn .select-button:hover,
  .btn .select-button:focus,
  .btn .select-button:active,
  *.btn .select-button:hover,
  *.btn .select-button:focus,
  *.btn .select-button:active,
  button.btn .select-button:hover,
  button.btn .select-button:focus,
  button.btn .select-button:active,
  *.button .select-button:hover,
  .btn-primary .select-button:hover,
  *.button .select-button:focus,
  .btn-primary .select-button:focus,
  *.button .select-button:active,
  .btn-primary .select-button:active,
  .button .select-button:hover,
  .button .select-button:focus,
  .button .select-button:active,
  button.button .select-button:hover,
  button.button .select-button:focus,
  button.button .select-button:active {
    text-decoration: none; }
  .btn .select-button .methodimage,
  .btn .select-button .placeholder,
  *.btn .select-button .methodimage,
  *.btn .select-button .placeholder,
  button.btn .select-button .methodimage,
  button.btn .select-button .placeholder,
  *.button .select-button .methodimage,
  .btn-primary .select-button .methodimage,
  *.button .select-button .placeholder,
  .btn-primary .select-button .placeholder,
  .button .select-button .methodimage,
  .button .select-button .placeholder,
  button.button .select-button .methodimage,
  button.button .select-button .placeholder {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 20px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    flex-shrink: 0; }
  .btn .select-button .label,
  *.btn .select-button .label,
  button.btn .select-button .label,
  *.button .select-button .label,
  .btn-primary .select-button .label,
  .button .select-button .label,
  button.button .select-button .label {
    display: flex;
    align-items: center; }
  .btn .select-button .arrow,
  *.btn .select-button .arrow,
  button.btn .select-button .arrow,
  *.button .select-button .arrow,
  .btn-primary .select-button .arrow,
  .button .select-button .arrow,
  button.button .select-button .arrow {
    height: 22px;
    margin-left: 10px; }
  .btn .learn_more,
  *.btn .learn_more,
  button.btn .learn_more,
  *.button .learn_more,
  .btn-primary .learn_more,
  .button .learn_more,
  button.button .learn_more {
    display: inline-block;
    margin: 25px auto; }
  .btn .inputWithButton .squarebutton,
  *.btn .inputWithButton .squarebutton,
  button.btn .inputWithButton .squarebutton,
  *.button .inputWithButton .squarebutton,
  .btn-primary .inputWithButton .squarebutton,
  .button .inputWithButton .squarebutton,
  button.button .inputWithButton .squarebutton {
    flex-grow: 1;
    width: auto;
    margin: 0; }
  .btn .inputWithButton,
  *.btn .inputWithButton,
  button.btn .inputWithButton,
  *.button .inputWithButton,
  .btn-primary .inputWithButton,
  .button .inputWithButton,
  button.button .inputWithButton {
    display: flex;
    align-items: center;
    margin: 25px 0; }
  .btn .inputWithButton fieldset,
  *.btn .inputWithButton fieldset,
  button.btn .inputWithButton fieldset,
  *.button .inputWithButton fieldset,
  .btn-primary .inputWithButton fieldset,
  .button .inputWithButton fieldset,
  button.button .inputWithButton fieldset {
    flex-grow: 2;
    margin: 0; }
  .btn .inputWithButton fieldset input,
  *.btn .inputWithButton fieldset input,
  button.btn .inputWithButton fieldset input,
  *.button .inputWithButton fieldset input,
  .btn-primary .inputWithButton fieldset input,
  .button .inputWithButton fieldset input,
  button.button .inputWithButton fieldset input {
    border-right: none; }
  .btn .login-buttons,
  *.btn .login-buttons,
  button.btn .login-buttons,
  *.button .login-buttons,
  .btn-primary .login-buttons,
  .button .login-buttons,
  button.button .login-buttons {
    display: flex;
    align-items: center; }
  @media screen and (max-width: 600px) {
    .btn .select-button .label,
    *.btn .select-button .label,
    button.btn .select-button .label,
    *.button .select-button .label,
    .btn-primary .select-button .label,
    .button .select-button .label,
    button.button .select-button .label {
      line-height: normal; } }
.inputWithButton {
  display: flex;
  align-items: center;
  margin: 5px 0; }
  .inputWithButton > fieldset > input {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px; }
  @media (min-width: 800px) {
    .inputWithButton > fieldset:not(:first-child) > input, .inputWithButton > fieldset:not(:first-of-type) > input {
      border-left: 0px; } }
  .inputWithButton > fieldset:first-child > input {
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .inputWithButton > fieldset:last-child > input {
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  .inputWithButton > fieldset:only-child > input {
    border-radius: 4px !important; }
  @media (min-width: 800px) {
    .inputWithButton > fieldset:not(:first-child) > input,
    .inputWithButton > fieldset:not(:first-of-type) > input {
      border-left: 0px; } }
.select-buttons .select-button {
  width: 100%;
  background: #FFFFFF; }

.select-buttons button:hover, .select-buttons button:focus, .select-buttons button:active {
  background: #285a8a;
  cursor: pointer;
  color: white; }

.cancel-button {
  height: 40px;
  width: 40px;
  margin-right: 25px;
  display: inline-block;
  background: url("../../images/changepwd/cancel.svg") no-repeat;
  cursor: pointer; }

/* This CSS is generated by PhenixID Framework version 2.8 in February 2019. */
/* This CSS is generated by PhenixID Framework version 2.8 in February 2019. */
body {
  background-color: #285a8a;
  font-family: "Open Sans", "Poppins", sans-serif;
  font-size: 16px; }
  @media (min-width: 600px) {
    body {
      width: 100%;
      background: url("../../images/backgrounds/default.jpg") no-repeat center center fixed;
      background-color: url("../../images/backgrounds/default.jpg") no-repeat center center fixed;
      background-repeat: no-repeat;
      display: inline-block;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }
main {
  display: flex;
  justify-content: center; }
  @media screen and (min-height: 700px) and (min-width: 800px) {
    main {
      align-items: flex-end;
      height: calc(100vh - 125px - 100px); } }
  @media screen and (min-height: 800px) and (min-width: 800px) {
    main {
      height: calc(100vh - 40vh); } }
  @media (min-width: 600px) and (min-height: 600px) {
    main {
      align-items: center;
      width: 800px;
      margin: auto;
      height: calc(100vh - 125px - 100px); } }
  main .card {
    background-color: #FFFFFF;
    background: #FFFFFF;
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 600px) {
      main .card {
        border: 1px solid #285a8a;
        box-shadow: 4px 4px 4px 0px rgba(56, 56, 56, 0.3);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; } }
    main .card .inner {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      vertical-align: baseline;
      min-height: 150px; }
      @media (max-width: 600px) {
        main .card .inner {
          min-height: calc(100vh - 125px); } }
#signin-wrapper {
  width: 325px;
  margin: auto;
  order: 2;
  padding: 20px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%; }
  .actions > form {
    max-height: calc(150px - 40px);
    overflow-y: auto;
    height: auto; }

.info {
  overflow: auto;
  overflow-x: hidden;
  background: #285a8a;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.33px;
  padding: 40px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  width: 100%;
  order: 1; }
  .info h1, .info h2, .info a {
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 16px; }
  .info h1 {
    font-style: italic;
    font-size: 24px;
    line-height: 32px; }
  .info h2 {
    font-size: 14px;
    line-height: 20px; }
  .info a {
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 5px; }
    .info a:hover, .info a:focus, .info a:active {
      color: #DDDDDD; }
  @media (min-width: 800px) {
    .info {
      flex: 1;
      order: 2;
      flex-grow: 3; } }
.helptext {
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px; }

@media (min-width: 800px) {
  #signin-wrapper.signin {
    flex: 2;
    order: 1;
    flex-grow: 3; } }

@media (max-width: 30em) {
  #signin-wrapper {
    width: 100%;
    margin: auto;
    order: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .card {
    box-shadow: none; }
  .info {
    display: flex;
    order: 1; }
  fieldset {
    margin: 15px 0; }
  .info {
    padding: 10px 30px; }
  .password-validator {
    margin: 10px -30px; }
  .password-validator h2 {
    text-align: center;
    margin-bottom: 10px; }
  .validator-holder {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around; }
  .validator {
    display: block;
    margin: 5px auto;
    margin: 10px 5px; }
  .validator .indicator {
    height: 12px;
    width: 12px;
    margin-right: 8px; }
  .validator.hidden {
    display: none; }
  #in_progress,
  #confirmed {
    display: none; } }

/* This CSS is generated by PhenixID Framework version 2.8 in February 2019. */
p, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 0.2px; }
  p.info-text, h1.info-text, h2.info-text, h3.info-text, h4.info-text, h5.info-text, h6.info-text {
    margin-bottom: 10px; }
    p.info-text.informative, h1.info-text.informative, h2.info-text.informative, h3.info-text.informative, h4.info-text.informative, h5.info-text.informative, h6.info-text.informative {
      font-weight: 900;
      margin-top: 20px;
      margin-bottom: 0px; }
    p.info-text a, h1.info-text a, h2.info-text a, h3.info-text a, h4.info-text a, h5.info-text a, h6.info-text a {
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 94%, #FFFFFF 94.1%, #FFFFFF 100%, rgba(0, 0, 0, 0) 100.1%, rgba(0, 0, 0, 0)) !important;
      text-decoration: none !important;
      font-weight: 800;
      cursor: pointer; }
      p.info-text a:hover, h1.info-text a:hover, h2.info-text a:hover, h3.info-text a:hover, h4.info-text a:hover, h5.info-text a:hover, h6.info-text a:hover {
        color: #DDDDDD;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 94%, #DDDDDD 94.1%, #DDDDDD 100%, rgba(0, 0, 0, 0) 100.1%, rgba(0, 0, 0, 0)) !important;
        text-decoration: none !important;
        font-weight: 800;
        cursor: pointer; }
    p.info-text.info-text.line:not(:last-child):after, h1.info-text.info-text.line:not(:last-child):after, h2.info-text.info-text.line:not(:last-child):after, h3.info-text.info-text.line:not(:last-child):after, h4.info-text.info-text.line:not(:last-child):after, h5.info-text.info-text.line:not(:last-child):after, h6.info-text.info-text.line:not(:last-child):after {
      height: 10px;
      content: " ";
      width: 75%;
      margin: auto;
      border-bottom: solid 1px white;
      display: flex; }
    p.info-text.info-text.line:not(:last-child):empty, h1.info-text.info-text.line:not(:last-child):empty, h2.info-text.info-text.line:not(:last-child):empty, h3.info-text.info-text.line:not(:last-child):empty, h4.info-text.info-text.line:not(:last-child):empty, h5.info-text.info-text.line:not(:last-child):empty, h6.info-text.info-text.line:not(:last-child):empty {
      display: none; }

h1.info-title {
  text-align: center; }
  h1.info-title.both {
    margin-top: 20px; }

.info.error {
  background: #FFF;
  color: #444; }

h1.info-title,
.info h1 {
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-style: normal; }

.info-header {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 55%;
  min-height: 100px; }
  @media (max-width: 500px) {
    .info-header {
      height: 200px;
      overflow: hidden; } }
  .info-header h1 {
    display: flex;
    width: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: auto; }
    .info-header h1.error-heading {
      font-weight: 900;
      color: #285a8a;
      font-size: 50px; }
      @media (min-width: 600px) {
        .info-header h1.error-heading {
          font-size: 100px; } }
    .info-header h1.error-subheading {
      font-weight: 900;
      color: #285a8a;
      border-bottom: solid 1px #285a8a; }

.info-content {
  flex-basis: 100%;
  flex-direction: column; }

div.row.icon-row {
  display: flex;
  margin-bottom: 10px; }

.info div.row.icon-row {
  display: flex;
  margin-bottom: 25px; }
  .info div.row.icon-row div.col-xs-1 {
    display: inherit;
    padding: 5px; }
  .info div.row.icon-row div.col-xs-11 {
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased; }
    .info div.row.icon-row div.col-xs-11 h1 {
      margin-bottom: 0px;
      padding: 5px;
      font-size: 16px;
      font-weight: 600; }

/* This CSS is generated by PhenixID Framework version 2.8 in February 2019. */
@font-face {
  font-family: 'Poppins';
  src: url("../../../res/fonts/Poppins/Poppins-Regular.ttf");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../../../res/fonts/Poppins/Poppins-Semibold.ttf");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'Open Sans';
  src: url("../../../res/fonts/open_sans/OpenSans-Regular.ttf");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../../../res/fonts/open_sans/OpenSans-Bold.ttf");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Open Sans';
  src: url("../../../res/fonts/open_sans/OpenSans-Italic.ttf");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../../../res/fonts/open_sans/OpenSans-BoldItalic.ttf");
  font-style: italic;
  font-weight: 700; }

a, p,
label,
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Poppins", sans-serif; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.normal {
  font-weight: 400; }

.light {
  font-weight: 300; }

.bold {
  font-weight: 600; }

.bolder {
  font-weight: 800; }

/* This CSS is generated by PhenixID Framework version 2.8 in February 2019. */
.error-holder {
  font-family: "Open Sans", sans-serif;
  background: #e60000;
  color: #ffffff;
  padding: 5px;
  margin-top: 25px;
  height: 48px;
  margin: auto;
  vertical-align: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  margin-bottom: 25px;
  position: relative;
  width: auto; }
  .error-holder.hidden {
    display: none; }

.alert-danger {
  color: red;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  height: auto; }
  .alert-danger.hidden {
    display: none; }

.validator {
  margin: 5px;
  display: flex;
  align-items: center; }
  .validator.hidden.invalid {
    display: none; }

.validator .indicator,
.validator.valid.hidden .indicator {
  height: 25px;
  width: 25px;
  margin-right: 18px;
  display: inline-block;
  background: url("../../images/uncheck.png") no-repeat;
  flex-shrink: 0; }

.validator.invalid .indicator {
  background: url("../../images/changepwd/disapprove.svg") no-repeat; }

.validator.valid .indicator {
  background: url("../../images/changepwd/approve.svg") no-repeat; }

.possibleCaptcha {
  display: flex;
  justify-content: center; }

.possibleCaptcha .checkbox {
  padding: 0; }

.polling .waiting {
  background-image: url("../../images/uncheck.png"); }

.polling .waiting-done {
  background-image: url("../../images/check.png"); }

.progress {
  display: flex;
  align-items: center;
  margin: 20px auto; }

.waiting {
  display: inline-block;
  background-image: url("../../images/uncheck_blue.png");
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

.validator .text {
  display: inline-block;
  width: 70%;
  margin-left: 18px; }

.waiting-done {
  background-image: url("../../images/check_blue.png");
  background-repeat: no-repeat; }

.toggle-visibility {
  position: absolute;
  top: 25px;
  right: 25px;
  height: 20px;
  width: 20px;
  display: inline-block;
  background: url("../../images/changepwd/show.svg") no-repeat;
  cursor: pointer; }

.toggle-visibility.showing {
  background: url("../../images/changepwd/hide.svg") no-repeat;
  top: 22px; }

/* This CSS is generated by PhenixID Framework version 2.8 in February 2019. */
.dropdown {
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #55646F;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  display: inline-block;
  margin: auto;
  position: relative;
  padding: 3px 0; }
  .dropdown a {
    color: #FFFFFF; }

.dropdown-toggle {
  -webkit-font-smoothing: antialiased;
  padding: 0.5rem 1rem; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 16px;
  color: #444444;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu li a {
    display: block;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: 400;
    margin: 0;
    color: #444444; }
    .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
      background: #285a8a;
      color: #FFFFFF; }

.dropdown-toggle {
  cursor: pointer; }

.dropdown-menu {
  position: absolute;
  background: #FFFFFF;
  padding: 20px 75px 20px 25px;
  margin-top: 25px;
  right: 0; }
  .dropdown-menu.show {
    display: block; }

.dropdown-menu a {
  text-decoration: none;
  cursor: pointer;
  color: #444444;
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px 0; }

div.custom-dropdown {
  position: relative;
  border: 1px solid #ededed;
  background: #FFFFFF;
  line-height: 45px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  padding: 5px 10px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between; }

div.custom-dropdown:hover {
  color: black;
  background: #eaeaea;
  cursor: pointer; }

.custom-dropdown-text {
  display: flex;
  align-items: center;
  justify-content: space-between; }

div.custom-dropdown .custom-list {
  width: 100%;
  position: absolute;
  left: 10px;
  overflow-y: auto;
  max-height: 250px;
  background: #FFFFFF; }

div.custom-dropdown .custom-list .custom-list-item {
  border: 1px solid #ededed;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.33px;
  color: #444444;
  text-decoration: none;
  font-weight: 400;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px; }

div.custom-dropdown .custom-list.hidden {
  display: none !important; }

div.custom-dropdown .custom-list .custom-list-item:not(:first-child) {
  border-top: 0px; }

.custom-list-item:hover {
  background: #4183c4;
  color: #FFFFFF; }

.custom-list-item:hover .arrow, .custom-list-item:hover .label {
  color: #FFFFFF; }

.custom-list-item .methodimage,
.custom-list-item .placeholder {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: #285a8a; }

.custom-list-item .label {
  display: flex;
  width: 100%;
  align-items: center; }
  .custom-list-item .label span {
    margin: 0px 18px; }

.custom-dropdown-text {
  width: 100%; }
  .custom-dropdown-text span.caret {
    float: right; }

.dropdown-menu {
  z-index: 100000;
  padding: 0px; }
  .dropdown-menu li a {
    padding: 10px 50px;
    margin: 0; }

.inputWithButton {
  display: flex;
  align-items: center;
  margin: 5px 0; }
  .inputWithButton > fieldset > .actions-dropdown > .custom-dropdown {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    max-height: 60px;
    margin: 5px 0;
    border: 1px solid #f5f5f6; }
  .inputWithButton > fieldset:not(:first-child) > .actions-dropdown > .custom-dropdown, .inputWithButton > fieldset:not(:first-of-type) > .actions-dropdown > .custom-dropdown {
    border-left: 0px; }
  .inputWithButton > fieldset:first-child > .actions-dropdown > .custom-dropdown {
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .inputWithButton > fieldset:last-child > .actions-dropdown > .custom-dropdown {
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  .inputWithButton > fieldset:only-child > .actions-dropdown > .custom-dropdown {
    border-radius: 4px !important; }
  .inputWithButton > fieldset:not(:first-child),
  .inputWithButton > fieldset:not(:first-of-type) {
    border-left: 0px; }

@media (max-width: 600px) {
  .dropdown-menu {
    margin-top: 3px; }
  div.custom-dropdown {
    line-height: normal;
    padding: 10px 20px; } }

div.custom-dropdown {
  height: 48px; }

div.custom-dropdown {
  border: 1px solid #ededed;
  background: #ffffff;
  position: relative;
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 45px;
  color: #444444;
  text-decoration: none;
  font-weight: 400;
  padding: 5px 10px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 600px) {
  div.custom-dropdown {
    line-height: normal;
    padding: 20px 10px; }
  .select-button .label {
    line-height: normal;
    font-family: "Open Sans", sans-serif; } }

div.custom-dropdown:hover {
  color: black;
  background: #eaeaea;
  cursor: pointer; }

.custom-dropdown-text {
  display: flex;
  align-items: center;
  justify-content: space-between; }

div.custom-dropdown .custom-list {
  width: 100%;
  position: absolute;
  left: 10px;
  overflow-y: auto;
  max-height: 250px;
  font-family: "Open Sans", sans-serif !important;
  background: #ffffff;
  z-index: 1; }

div.custom-dropdown .custom-list .custom-list-item {
  border: 1px solid #ededed;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.33px;
  color: #444444;
  text-decoration: none;
  font-weight: 400;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px; }

div.custom-dropdown .custom-list.hidden {
  display: none !important; }

div.custom-dropdown .custom-list .custom-list-item:not(:first-child) {
  border-top: 0px; }

.custom-list-item:hover {
  background: #4183c4;
  color: #ffffff !important; }

.custom-list-item:hover .arrow, .custom-list-item:hover .label {
  color: #ffffff !important; }

.custom-list-item .methodimage,
.custom-list-item .placeholder {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: #285a8a; }

.custom-list-item .label {
  display: flex;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  align-items: center; }

.custom-list-item .label span {
  margin: 0px 18px; }

.custom-dropdown-text {
  width: 100%;
  font-family: "Open Sans", sans-serif; }

.custom-dropdown-text span.caret {
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between; }

@media screen and (max-width: 600px) {
  div.custom-dropdown {
    padding-left: 20px;
    padding-right: 20px; }
  .select-button .label {
    line-height: normal; } }

/* This CSS is generated by PhenixID Framework version 2.8 in September 2018. */
/* The file imports  */
/* This CSS is generated by PhenixID Framework version 1.0 in September 2018. */
/* sass sheet variables */
/* This CSS is generated by PhenixID Framework version 2.8 in September 2018. */
/* This CSS is generated by PhenixID Framework version 1.0 in September 2018. */
/* sass sheet variables */
@font-face {
  font-family: "Open Sans";
  src: url("/authenticate/res/fonts/open_sans/OpenSans-Regular.ttf");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("/authenticate/res/fonts/open_sans/OpenSans-Bold.ttf");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "Open Sans";
  src: url("/authenticate/res/fonts/open_sans/OpenSans-Italic.ttf");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("/authenticate/res/fonts/open_sans/OpenSans-BoldItalic.ttf");
  font-style: italic;
  font-weight: 700; }

/* The default classes are bellow */
/* The default classes are bellow */
/* The default classes are bellow */
header.top {
  height: 125px;
  width: auto;
  width: auto;
  margin: auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px; }

header .logo {
  background: url("../../images/logos/default.svg");
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 50px;
  margin: 25px auto 25px 0;
  height: 41px;
  width: 170px; }

header .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: auto 0 auto auto; }

@media (max-width: 600px) {
  header .logo,
  header .right {
    margin: 25px auto auto auto; } }

@media (min-width: 800px) {
  header .top {
    height: 125px; }
  header .logo, header .right, header .logo {
    margin: 25px 0; } }

.btn-primary {
  background: #285a8a;
  color: #FFFFFF; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    text-decoration: none; }
  .btn-primary.light {
    opacity: .8; }
    .btn-primary.light:hover {
      opacity: 1; }
  .btn-primary.dark {
    opacity: 1; }
    .btn-primary.dark:hover {
      opacity: .8; }

.inner {
  flex-flow: column-reverse; }
  .inner .info {
    width: auto;
    padding: 20px;
    display: flex;
    order: 3; }
    .inner .info h1 {
      margin: 0px; }
  .inner #signin-wrapper.signin {
    padding: 0px; }
