body, html {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  color:rgba(0,0,0,.87);
  margin:0;
  height: 100%;
  font-family: "Verdana", sans-serif;
}
body {
  margin: 0;
}
.login-content {
  float: right;
  width: 488px;
}
.login-content .box {
  width: 448px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  margin: auto;
  padding: 20px;
}
.login-content .box .box-container {
  text-align: center;
  padding-bottom: 5px;
}
.login-content .box .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.login-content .box .application-name {
  width: 270px;
  font-family: Muli;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  letter-spacing: -0.4px;
  text-align: left;
  color: #0055B8;
  margin-left: 32px;
  margin-top: 40px;
}
.login-content .box .form {
  /* margin-left: 20px;
  margin-top: 55px;
  margin-bottom: -55px;
  padding-bottom: 30px; */
}
.login-content .box .login-field {
  border-radius: 5px;
  width: 100%;
  height: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.4px;
  text-align: left;
  color: rgba(0, 0, 0, .5);
  border: none;
  outline: none;
  background-color: #e8e8e8;
  padding-left: 10px;
}

.login-content .box .submit{
  min-width: 160px;
  height: 36px;
  border-radius: 5px;
  background-color: #5189ca;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-style: none;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 10px;
}
.login-content .box .visibility {
  position: relative;
  left: 296px;
  top: 32px;
  width: 24px;
  height: 24px;
  opacity: 0.54;
  border: none;
}
.login-content .box .copyright {
  min-width: 320px;
  text-align: center;
  opacity: .54;
  position: relative;
  top: 50px;
}
.box .alert{
  text-align: center;
  width: 100%;
  padding: 5px;
}
#kc-error-message {
  text-align: center;
}
.message-text {
  margin: 5px 30px;
  opacity: 0.87;
  font-family: Muli;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -0.4px;
  text-align: left;
  /* color: #b8082a; */
  border: 0px;
  top: 180px;
  left: 64px;
  display: inline-flex;
  align-items: center;
  font-style: italic;
}
.identity-providers {
  width: 270px;
  font-family: Muli;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  letter-spacing: -0.4px;
  text-align: left;
  color: #0055B8;
  margin-left: 32px;
  margin-top: 20px;
}

.login-content .box .social-link-style {
  width: 320px;
  height: 36px;
  border-radius: 2px;
  background-color: var(--white);
  font-family: Muli;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #00754a;
  border-style: solid;
  border-color: #00754a;
  margin-top: 0px;
  margin-left: 30px;
  margin-bottom: 10px;
}

.login-content .box .para {
  font-family: Muli;
  margin-left: 30px;
}

.pf-c-button{
  width: 160px;
  height: 36px;
  border-radius: 5px;
  background-color: #5189ca;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-style: none;
  margin-bottom: 20px;
  cursor: pointer;
}

.form-group {
  margin: 0 30px;
}

.pf-c-form-control {
  padding-left:20px;
  border-radius:20px;
  width: 320px;
  height: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.4px;
  text-align: left;
  color: #a9d7f5;
  border: none;
  outline: none;
  background-color: rgba(54, 167, 223, .1);
}
p.instruction {
  text-align: center;
}
.form-horizontal {
  width:100%;
  padding-left: 32px;
}


div.login-content h1 {
  text-align: center;
  font-weight: 500;
}

div.input_block {
  margin: 0 50px 10px 50px;
  margin-left: 30px;
  text-align: center;
  margin-bottom: 10px;
}
div.input_block label {
  padding-left: 2px;
  min-width: 300px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.4px;
  text-align: left;
  color: #373737;
  border: none;
  margin-bottom: 10px;
  float: left;
  margin-left: auto;
}

body {
    background-position: 30px 20px;
    background-color: #5189ca;
    background-repeat: no-repeat;
    background-size: 200px;
}
div#login {
  min-height: auto;
  margin: auto;
}
.login-info {
  float: right;
  width: 448px;
  padding: 20px;
}

p.logo-info-text {
  color: white;
}

div#footer {
  color: white;
  text-align: center;
  padding: 90px 30px 20px 30px;
}
img.logoccn{
  width: 170px;
}
#header {
    background-position: 30px 20px;
    background-size: 200px;
    min-height:130px;
    background-repeat: no-repeat;
}


div.login-info input{
  width: 130px;
  height: 36px;
  border-radius: 5px;
  background-color: white;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1f314c;
  border-style: none;
  margin-bottom: 20px;
  cursor: pointer;
}
.input_block.remember a {
  color: #5189ca;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}
.input_block.remember p {
  color: black;
  font-weight: 500;
  font-size: 0.85em;
}
span.client-name {
  font-size: 0.8rem;
  color: #555;
}

@media (max-width: 1024px) {
  body{
    font-size: 0.9rem;
  }
  .login-content {
    float: none;
    width: 100%;
  }
  div#login{
    width:90%;
  }
  .login-content .box {
    width: auto;
  }
  .login-info {
    width: auto;
  }
}
@media (min-width: 400px) {
  body{font-size: calc(1rem + 1vw);}
}

@media (min-width: 1001px){
  body{font-size: 1rem;}
  div.login-info{ padding-right: 4em; }
}

div#kc-form-buttons {
  text-align: center;
}
div#kc-info-message {
  text-align: center;
}

.alternative-login-toggler {
  color: #5189ca;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.85em;
}

.alternative-login-toggler:hover {
  color: #0055B8;
}

.divider {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.divider hr {
  display: inline-block;
  width: 40%;
  border: none;
  border-top: 1px solid #ccc;
  vertical-align: middle;
}

.divider span {
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
  color: #888;
}

#social-providers-container {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#social-providers-container span {
  font-size: 0.85em;
}

#social-providers-container .provider-logo {
  height: 25px;
}

#social-providers-container .provider-button {
  background-color: #ffe6c5;; 
  display: flex; 
  align-items: center; 
  justify-content: center;
  padding: 10px;
}

#traditional-toggler {
  font-size: 0.9em;
  color: #3567ff;
  margin-bottom: 15px;
  text-decoration-line: underline;
}

#traditional-toggler:hover {
  color: #0055B8;
  cursor: pointer;
}

.o-divider {
  vertical-align: top;
}

.a-button {
  padding: 10px;
  font-size: 12px;
  text-decoration-line: none;
  background-color: #5189ca !important;
}

.a-button-gray {
  padding: 10px;
  font-size: 12px;
  text-decoration-line: none;
  background-color: #8f99a4 !important;
}
.mb-3 {
  margin-bottom: 23px;
}

.mt-3 {
  margin-top: 23px;
}

.mt-4 {
  margin-top: 30px;
}

.tooltip-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}

.tooltip-wrapper:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

.main-text {
  margin-left: 5px;
}

.tooltip-text {
  width: 450px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
  margin-top: 10px;
}