body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #42453e;
  border-radius: 7px;
}

.sso-page {
  overflow-x: hidden;
  overflow-y: auto;
}
.sso-page::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 999px;
}
.sso-page::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 999px;
}
.sso-page::-webkit-scrollbar-thumb {
  background: #147ed3;
  border-radius: 999px;
}
.sso-page::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
  border-radius: 999px;
}
.item-center,
.sso-btn,
.item-between,
.item-end,
.item-middle,
.sso-form-group.error .sso-form-error,
.sso-recaptcha-form,
.flex-column,
.sso-form-main,
.sso-page,
.sso-other-form,
.row,
.images-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.item-center,
.sso-btn {
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.item-between {
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.item-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.item-middle,
.sso-form-group.error .sso-form-error,
.sso-recaptcha-form {
  align-items: center;
}
.flex-column,
.sso-form-main,
.sso-page,
.sso-other-form {
  flex-direction: column;
}
.sso-text-primary {
  color: #147ed3;
}
.sso-text-secondary {
  color: #f58220;
}
.sso-text-error {
  color: #ea3d2f;
}
.sso-text-body {
  color: #333;
}
.m-0 {
  margin: 0;
}
.mr-8 {
  margin-right: 8px;
}
.text-center {
  text-align: center;
}
.fw-500 {
  font-weight: 500;
}
.row {
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row > .col,
.row > [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #005baa;
}
img {
  max-width: 100%;
}
.images-inline .images {
  overflow: hidden;
  display: inline-flex;
}
.sso-link [class*="fa"] {
  margin-left: 8px;
}
.sso-btn {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  height: 45px;
}
.sso-btn img + span {
  margin-left: 8px;
}
.sso-btn-lg {
  font-weight: 700;
  font-size: 18px;
}
.sso-btn-sm {
  font-weight: 500;
  font-size: 14px;
}
.sso-btn-primary {
  background-color: #147ed3;
  color: #fff;
  border-color: #147ed3;
}
.sso-btn-white {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  background: #fff;
  border-color: #cdedff;
  box-shadow: 0 1px 8px rgba(54, 123, 245, 0.24);
  color: #5e6366;
}
input.placeholder {
  color: #5e6366;
}
input:-moz-placeholder {
  color: #5e6366;
}
input::-webkit-input-placeholder {
  color: #5e6366;
}
input:-ms-input-placeholder {
  color: #5e6366;
}
input:hover,
input:focus,
input.active {
  outline: none !important;
}
.btn-fix{
  max-width: 190px;
  width: 100%;
}
.sso-form-group {
  margin-bottom: 20px;
}
.sso-form-group .sso-label {
  margin-top: 6px;
  transition: all 200ms;
  color: #828282;
}
.sso-form-group.error .sso-form-control {
  border-color: #ea3d2f;
}
.sso-form-main {
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #d9d9d9;
  padding: 4px 20px;
  height: 45px;
}
.sso-form-main.onFocus {
  border-color: #f58220;
}
.sso-form-main.active .sso-label {
  margin-top: 0;
  font-size: 12px;
}
.sso-form-main.active .sso-form-control {
  margin-top: -22px;
}
.sso-form-error {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #ea3d2f;
  padding: 6.58px 10px 4.58px;
  font-size: 12px;
  color: #ea3d2f;
  margin: 5px 0 0 0;
  display: none;
}
.sso-form-error i {
  margin-right: 6px;
}
.sso-show-pass {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #5e6366;
  z-index: 999;
  cursor: pointer;
}
.sso-form-note {
  color: #828282;
  margin: 5px 0 0 20px;
}
.sso-form-control {
  padding: 20px 0 0 0;
  margin-top: -25px;
  border: none;
  font-size: 14px;
  width: 100%;
  min-width: 100%;
  height: 40px;
  z-index: 9;
  background-color: transparent;
}
.sso-form-control:hover,
.sso-form-control:focus,
.sso-form-control.active {
  border: none;
}
.sso-check {
  position: relative;
}
.sso-check [class*="-input"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
}
.sso-check [class*="-input"]:checked + [class*="-icon"] {
  color: #147ed3;
}
.sso-check [class*="-input"]:checked + [class*="-icon"]:before {
  content: "\f14a";
}
.sso-check [class*="-icon"] {
  color: #d9d9d9;
  margin-right: 8px;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.sso-form-check [class*="-input"]:checked + [class*="-icon"]:before {
  content: "\f192";
  font-weight: 400;
}
.sso-header {
  padding: 14px 0;
}
.sso-page {
  background-color: #f4faff;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5714285714;
  color: #333;
}
.sso-page h1,
.sso-page h2,
.sso-page h3,
.sso-page h4,
.sso-page h5,
.sso-page h6 {
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.sso-page h2 {
  font-size: 35px;
}
.sso-page .container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1330px;
  width: 100%;
}
.sso-title-sub {
  margin: 0;
  font-size: 17px;
}
.sso-main {
  flex: 1;
}
.sso-login {
  min-height: calc(100vh - 80px);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.sso-login:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/sso-bg-lg.jpg");
}
.sso-form {
  margin-top: 25px;
}
.sso-login-form {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
  padding: 35px 40px;
  width: 100%;
  max-width: 640px;
}
@media only screen and (max-width: 1199px) {
  .sso-login-form {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .sso-login-form {
    padding: 20px;
  }
}
.sso-form-or a:not(:hover) {
  color: #4f4f4f;
}
.sso-form-or a + a {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #bdbdbd;
}
.sso-form-or.sso-border {
  position: relative;
}
.sso-form-or.sso-border:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: #c4c4c4;
}
.sso-form-or.sso-border span {
  background-color: #fff;
  padding: 0 20px;
  color: #c4c4c4;
  z-index: 1;
}
.sso-login-images {
  position: relative;
  right: -70px;
}
@media only screen and (max-width: 1199px) {
  .sso-login-images {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .sso-login-main {
    flex-wrap: wrap;
  }
}
.sso-question {
  color: #bcbec0;
}
.sso-recaptcha-form {
  height: 100%;
}
.sso-recaptcha-form img {
  margin-right: 8px;
}
.sso-recaptcha-form span {
  margin-top: 2px;
  color: #949494;
}
.sso-other-form {
  justify-content: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.sso-form-forgot {
  background-color: #fff;
  padding: 30px 40px;
  box-shadow: 0 0 4px #d1d5d9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  margin-top: 12px;
}
@media only screen and (max-width: 575px) {
  .sso-form-forgot {
    padding: 20px;
  }
}
.sso-form-logo {
  display: inline-block;
  margin-bottom: 15px;
}
.sso-forgot-title {
  font-size: 20px;
  margin-bottom: 15px !important;
}
.sso-forgot-txt {
  margin: 0 0 20px 0;
}
.sso-forgot-images {
  margin-top: 10px;
}
.sso-forgot-p {
  margin: 10px 0 40px 0;
}
.sso-back {
  color: #147ed3;
}
.sso-form-success {
  font-size: 45px;
  color: #2aa34a;
  margin: 0;
}
.sso-other {
  margin-top: 80px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sso-other {
    margin-top: 40px;
  }
}
.sso-page-content .title-page {
  margin-bottom: 29px;
}
.sso-page-content .text-top {
  margin-bottom: 52px;
  margin-top: 0;
  font-size: 25.33px;
}
@media screen and (max-width: 768px) {
  .sso-page-content .text-top {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 20.33px;
  }
}
.box-websize {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .box-websize {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 768px) {
  .box-websize {
    margin: 0 -10px;
  }
}
.box-websize .item-col {
  width: 20%;
  padding: 20px;
}
@media screen and (max-width: 1365px) {
  .box-websize .item-col {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .box-websize .item-col {
    width: 33.33%;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .box-websize .item-col {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (max-width: 566px) {
  .box-websize .item-col {
    width: 100%;
  }
}
.box-websize .box-web-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #cdedff;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 24px 17px 27px 17px;
  box-shadow: 0px 8px 24px rgba(54, 123, 245, 0.2);
}
.box-websize .box-web-item .text {
  margin-top: 20px;
  margin-bottom: 0;
  flex: 1;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 19px;
}
.box-websize .row-list {
  padding: 20px;
}
.box-websize .box-item-logo {
  height: 63px;
  display: flex;
  align-items: center;
}
.box-websize .btn-route {
  width: 100%;
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #147ed3;
  box-sizing: border-box;
  box-shadow: 0px 1px 8px rgba(54, 123, 245, 0.24);
  border-radius: 6px;
  color: #147ed3;
  font-size: 16px;
  cursor: pointer;
}
.box-websize .btn-route:hover,
.box-websize .btn-route:active,
.box-websize .btn-route:focus {
  color: white;
  background-color: #147ed3;
}
.sso-bottom {
  margin-top: 87px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sso-bottom {
    margin-top: 50px;
  }
}
.sso-bottom .link-edit-account {
  font-size: 20px;
  color: #147ed3;
}
.sso-bottom .link-edit-account span {
  text-decoration: underline;
}
.sso-page-content .full-container .container {
  max-width: 1320px;
}
.sso-page-content .full-container {
  background-image: url("/images/banner2.png");
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .desktop {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .mobile {
  display: none;
}

.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item {
  width: 228px;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item
  .title {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 7px;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item
  .description {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: justify;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.first {
  position: absolute;
  top: 400px;
  left: 40px;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.first
  .title {
  color: #ea891f;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.second {
  position: absolute;
  top: 260px;
  left: 110px;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.second
  .title {
  color: #043f7a;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.third {
  position: absolute;
  top: 105px;
  left: 180px;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.third
  .title {
  color: #005392;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.fourth {
  position: absolute;
  top: 0;
  left: 385px;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.fourth
  .title {
  color: #0970b0;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.fifth {
  position: absolute;
  top: 0;
  right: 390px;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.fifth
  .title {
  color: #1487c9;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.sixth {
  position: absolute;
  top: 105px;
  right: 180px;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.sixth
  .title {
  color: #18a3de;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.seventh {
  position: absolute;
  top: 260px;
  right: 80px;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.seventh
  .title {
  color: #3bbbed;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.eighth {
  position: absolute;
  top: 400px;
  right: 25px;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  .item.eighth
  .title {
  color: #60d6fd;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  #fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  #light {
  display: none;
  position: fixed;
  z-index: 1002;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  #light
  .modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 40%;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  #light
  .modal-content
  .modal-header {
  padding: 10px 20px;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  #light
  .modal-content
  .modal-body {
  padding: 10px 20px;
  text-align: justify;
  border-top: 1px solid #eee;
  font-size: 13px;
}
.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  #light
  .modal-content
  .modal-header
  #boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #aeaeae;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.sso-page-content
  .full-container
  .container
  #ecosystem-section
  .ecosystem-container
  #light
  .modal-content
  .modal-header
  .boxclose:before {
  content: "x";
}

#fade:hover ~ #boxclose {
  display: none;
}
@media (max-width: 1242px) {
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.first {
    left: 0;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.second {
    left: 40px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.third {
    left: 140px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.fourth {
    left: 285px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.fifth {
    right: 250px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.sixth {
    right: 110px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.seventh {
    right: 10px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.eighth {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    #light
    .modal-content {
    width: 60%;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.first {
    left: -10px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.second {
    left: 0;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.third {
    left: 60px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.fourth {
    left: 250px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.fifth {
    right: 200px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.sixth {
    right: 50px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.seventh {
    right: -20px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.eighth {
    right: -25px;
  }
}
@media (max-width: 999px) {
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container {
    height: 350px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item
    .title {
    font-size: 12px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item
    .description {
    font-size: 10px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item {
    width: 165px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.first {
    left: 0;
    top: 220px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.second {
    left: 22px;
    top: 140px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.third {
    left: 85px;
    top: 70px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.fourth {
    left: 165px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.fifth {
    right: 165px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.sixth {
    right: 85px;
    top: 70px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.seventh {
    right: 10px;
    top: 140px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item.eighth {
    right: 0;
    top: 220px;
  }
}
@media (max-width: 730px) {
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    #light
    .modal-content {
    width: 80%;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container {
    background: 0 0;
    padding-right: 20px;
    height: auto;
    padding-left: 4%;
    margin-top: 0 !important;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .mobile {
    display: block;
    width: 100%;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .desktop {
    display: none;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item {
    width: 45%;
    position: static !important;
    margin-bottom: 20px;
    display: inline-table;
    margin-left: 4%;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item
    .title {
    font-size: 14px;
  }
  .sso-page-content
    .full-container
    .container
    #ecosystem-section
    .ecosystem-container
    .item
    .description {
    font-size: 12px;
  }
}
