:root {
  --textColor: #1e2b36;
  --textOffColor: #7c858d;
  --baseColor: white;
  --baseDarkColor: #7c858d;
  --baseLightColor: #e4e9ec;
  --secColor: #1e2b36;
}

input::placeholder {
  opacity: 5;
}

body {
  background: transparent !important;
  color: grey;
  font-size: 0.9em;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: inherit;
}

.title {
  font-size: 1.2em;
  color: black;
}

.sub-title {
  font-size: 1em;
  font-weight: lighter;
  color: #0f0f0f;
}

/* Login Card //0 1px 3px hsla(0, 0%, 0%, 0.2); */

.login-pf-page .card-pf {
  border-radius: 10px;
  background: white;
  border: none;
  box-shadow: 0 0.2em 0.4em #00000033;
}

/* Card Title */

#kc-form-login {
  width: 15em;
  margin: auto;
}

#kc-page-title {
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 600;
  color: grey;
}

#kc-form-subtitle {
  margin: 0.5em 0;
  color: #a5a5a5;
  font-size: 0.9em;
}

#username,
#password {
  padding: 1.5em;
  font-size: 1.5em 1em;
  border: 0.1em solid #acacac7a;
  border-radius: 1em;
  outline: none;
}

#password {
  padding-right: 50px !important;
}

#kc-social-providers {
  display: block;
  justify-content: center;
  margin: 2em 0em;
}

#kc-content-wrapper {
  margin: 0;
}

#kc-social-providers h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  width: 100%; 
  border-bottom: 1px solid #EAECF0; 
  line-height: 0.1em;
  margin: 10px 0 20px; 
}

#kc-social-providers h4 span {
  background:#fff; 
  padding:0 10px; 
}

#social-ul {
  display: table;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

#social-li {
  box-sizing: border-box;
  padding: 12px;
  line-height: 12px;
  gap: 12px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  display: inline-block;
  margin: 20px 7px;
}

#social-li:nth-child(1) {
  margin-left: 0px !important;
}

#social-li a span {
  padding-top: 20px;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  text-align: center;
  width: 48px;
}

.logo {
  height: 1em;
  width: 1em;
  background-size: cover;
}

.logo--microsoft-mt {
  background-image: url("https://img.icons8.com/color/48/000000/microsoft.png");
}

.logo--telepo {
  background-image: url("icon_transparent.png");
}

.social-li > a:hover {
  color: black;
  text-decoration: none;
}

.social-saml {
  color: #333;
  padding: 0.6em 1em;
  display: flex;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: capitalize;
}

/* Login Form */

.login-pf-page .form-control {
  border: 1px solid grey;
  font-size: 0.9em;
  color: grey;
  height: auto;
  background: white;
}

/* Login Button */
.form-group {
  margin-bottom: 0.5em;
}

#kc-form-button {
  margin: 0;
}

#kc-login {
  width: 100%;
  padding: 0.8em;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.kc-dropdown {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #C4C4C4;
  border-radius: 25px;
  width: 115px;
  height: 40px;
  text-align: center;

}

.kc-dropdown a,
.kc-dropdown a:active,
.kc-dropdown a:visited,
.kc-dropdown a:hover,
.kc-dropdown label {
  font-weight: 600;
  font-size: 16px;
  color: #444;
  line-height: 40px;
  padding-right: 10px;
  text-decoration: none;
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kc-dropdown-list {
  overflow-y: auto;
  list-style: none;
  padding: 15px !important;
  margin-left: -180px;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  z-index: 1051;
  width: 250px;
  border: 0;
  box-shadow: 0px 2px 8px -1px rgb(0 0 0 / 30%);
  border-radius: 10px;
}

.kc-dropdown-item {
  cursor: pointer;
  text-align: left;
  width: 100%;
  display: inline-block;
}

.kc-dropdown-item a,
.kc-dropdown-item a:active,
.kc-dropdown-item a:hover {
  font-weight: 600;
  font-size: 15px;
  color: #444;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 21px 15px;
}

.kc-dropdown-item:hover,
.kc-dropdown-item.selected {
  background: #107CAB;
  border-radius: 5px;
}

.kc-dropdown-item a:hover,
.kc-dropdown-item.selected a  {
  color: #fff !important;
}

.kc-dropdown-item.selected::before{
  content: "";
  position: absolute;
  width: 5px;
  height: 60px;
  left: -179px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px 0px 0px 5px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.spacer {
  margin-bottom: 50px;
  height: 20px;
}

.txtCenter {
  text-align: center;
}

.recoverContainer {
  padding-top: 70px;
}

.iconWrapper {
  padding: 15px;
  border-radius: 15px;
  background-color: rgba(34, 109, 223, 0.15);
  width: 65px;
  height: 65px;
  display: inline-block;
}

.recoverPasswordTitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  display: inline-block;
  width: 80%;
  padding-left: 20px;
  vertical-align: top;
  padding-top: 5px;
}

.recoverContent {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.recoverContent span {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  text-align: center;
}

.recoverContent span.recoverHighlight {
  color: #1C3E71 !important;
}

.recoverBackButton {
  margin-top: 30px;
}