.navbar-header {
  position: relative;
  top: -4px;
}

a {
    color: #147df0;
}

.login-page {
    min-width: 500px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    border: 3px solid gray;
}

@media (max-width: 500px) {
    .login-page {
        min-width: 90%;
    }
}
.login-body {
    background-color: #f4f3f8 !important;
    background-image: url("/images/background_registration_screen.png");
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    overflow: hidden;
    min-height: 100vh;
    -ms-background-position: center;
    background-position: center;
    min-width: 100vw;
}

.loginPanel {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-family: Roboto, "Source Sans Pro", "Helvetica Neue", sans-serif !important;
}

.loginPanel label {
    font-weight: normal;
}
.login-remember {
    margin-left: -26px;
}
.login-remember input {
    border: 2px solid #ced4da;
    background: #ffffff;
    width: 20px;
    height: 20px;
    color: #495057;
    border-radius: 3px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
    .login-remember span {
        vertical-align: middle;
        display: inline-block;
        color: #434560;
    }
.login-textCenter h2 {
    text-align: center;
    font-family: Roboto, "Source Sans Pro", "Helvetic Neue", sans-serif !important;
    font-weight: 600;
    font-size: 27px;
}
.login-normal {
  font-weight: normal;
  font-size: 14px;
}
.forget-username-normal {
    font-weight: normal;
    font-size: 14px;
}
.cci-font-style {
    color: #00004c !important;
    font-family: Roboto, 'Open Sans', sans-serif !important;
    font-size: 20pt;
    font-style: normal;
}
@media only screen and (max-width: 479px) {
  .cci-font-style {
    font-size: 16pt;
  }
}
@media only screen and  (min-width: 480px) and (max-width: 719x) {
  .cci-font-style {
    font-size: 16px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .cci-font-style {
    font-size: 18pt;
  }
}
.cci-external-header {
  margin-left: 20px !important;
}
.cci-header {
  height: 57px;
  background-color: #fff;
  background-image: none;
  padding: 16px 24px;
  position: fixed;
  width: 100%;
  transition: width 0.3s;
  box-shadow: 0 1px 10px 0 rgba(182, 183, 195, 0.5);
  box-sizing: border-box;
  z-index: 999997;
}
.cci-inside-header {
  margin: 0 auto;
  text-align: center;
  max-width: 860px;
}
.cci-header-link {
  padding-top: 15px;
  text-align: right;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .cci-header-link {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .cci-header-link {
    padding-top: 15px;
  }
}
@media only screen and  (min-width: 480px) and (max-width: 719x) {
  .cci-header-link {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .cci-header-link {
    padding-top: 25px;
  }
}
.cci-input-class {
    font-family: Roboto, "Source Sans Pro", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-stretch: 100%;
    font-weight: 400;
    height: 46px;
}
.cci-button-class {
    font-family: Roboto, "Source Sans Pro", "Helvetica Neue", sans-serif;
    font-size: 16px;
    height: 46px;
    background-color: #147df0;
    width: 100%;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .cci-button-class {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .cci-button-class {
    width: 104%;
  }
}
@media only screen and  (min-width: 480px) and (max-width: 719x) {
  .cci-button-class {
    width: 100%;
  }
}
.body-content {
    /* The image used */
  
}
