/* font family of HPE */
@font-face {
  font-family: "MetricReg";
  src: url("../fonts/hpe-metric/MetricHPE-Web-Regular.woff") format("woff")
}
@font-face {
  font-family: "MetricSemibold";
  src: url("../fonts//hpe-metric/MetricHPE-Web-Semibold.woff") format("woff");
  font-weight: 600
}

html {
  height: auto;
}

body,
html {
  font-family: 'MetricReg';
  font-style: bold;
  padding: 0;
  margin: 0;
  background-color: #F6F6F6;
}

/* for custom styles related to gain-v2 theme */
.theme-gain.container {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 9px;
  width: 500px;
  min-height: 430px;
  margin: 50px auto;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.theme-gain .spacer{
  padding: 25px 0;
}

.theme-gain .login-box {
  width: 215px;
  margin: 0 auto;
}
.error-page .login-box{
  width: 475px;
}

.theme-gain .login-box h2.app-title {
  font-family: "MetricSemibold";
  font-size: 36px;
  margin-top: 30px;
}

.theme-gain .login-box h6 {
  margin-bottom: 25px;
  font-size: 25px;
  margin-top: 40px;
}

.theme-gain .login-box h4 span {
  color: #dfdeee;
  font-weight: lighter;
}

.theme-gain .login-box h5 {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}

.theme-gain .login-box p {
  font-size: 14px;
  line-height: 20px;
}

.theme-gain .login-box input[type="text"],
.theme-gain .login-box input[type="password"] {
  display: block;
  background: #fff;
  border: none;
  padding: 5px 3px;
  outline: none;
  color: #000;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  font-size: 15px;
  padding-left: 5px;
}

::-webkit-input-placeholder {
  color: #565f79;
}

.box input[type="text"]:focus,
.box input[type="password"]:focus {
  border: 1px solid #860726;
}

.gain-btn-theme {
  font-family: "MetricReg";
  border: 0;
  background: #860726;
  color: #fff;
  border-radius: 100px;
  width: 210px;
  height: 40px;
  font-size: 16px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.btn-white{
  background-color: #fff;
  color: #850826;
  border: 1px solid #79747E;
}

.alert-error, .alert-success, .alert-warning, .alert-info {
  background: #FFFFFF;
  text-align: center;
  width: 400px;
  padding: 2px;
  border: 0;
  border-radius: 5px;
  margin: 25px auto 8px;
  position: relative;
  color: white;
}

.login-header {
  display: none;
}

.pf-c-alert__icon {
  position: relative;
  display: initial !important;
  margin-left: 10px;
  /* height: 24px; */
}
.alert-error .pf-c-alert__icon, .alert-warning .pf-c-alert__icon{
  color: #860726;
}
.alert-success .pf-c-alert__icon, .alert-info .pf-c-alert__icon{
  color: #3e8635;
}

.pf-c-alert__title {
  color: #000;
  vertical-align: middle;
  padding-top: 3px;
  font-family: "MetricReg";
}

#kc-content-wrapper {
  position: relative;
}

.pf-c-form__helper-text.pf-m-error {
  display: block;
  color: #FC5A5A;
  font-size: 14px;
  text-align: center;
}
.form-group{
  margin-bottom: 7px;
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow:0 0 0 50px white inset;
}

/* styles for floating input */
.has-float-label {
  position: relative;
}

.has-float-label label {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -8px;
  left: -25px;
  z-index: 9999;
  line-height: 1;
  padding: 0 1px;
  background-color: #ffff;
  padding: 0 5px;
  font-family: 'MetricReg';
}

.has-float-label label::after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1;
}

.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-style: normal;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+label {
  font-size: 150%;
  opacity: .5;
  top: 14px;
  left: 0;
  color:#333333;
  font-weight: normal;
}

.input-group {
  height: 52px;
  width: 210px;
  border: 1.5px solid #666666;
  border-radius: 4px;
  margin-top: 20px;
}

.input-group .input-group-addon {
  background-color: transparent;
  border: none;
  padding: 2px 8px;
}

.input-group .form-control {
  height: 100%;
}

.input-group.invalid{
  border: 2px solid #FC5A5A
}
.input-group.invalid .has-float-label label{
  color: #FC5A5A;
}

.input-group .has-float-label {
  display: table-cell;
}

.input-group .has-float-label .form-control {
  border-radius: 0.25rem;
}

.input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}

.form-control:focus {
  box-shadow: none;
}

.password-reset .reset-link{
  width: 130px;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #333333;
  text-decoration: underline;
}

.gain-link{
  color: #333333;
  text-decoration: underline;
}

.footer{
  position: absolute;
  bottom: 10px;
  width: 450px;
}
.footer .copyright,.footer .quick-link{
  display: inline-block;
  font-size: 11px;
}
.footer .copyright{
  float: left;
}
.footer .quick-link{
  float: right;
}
.footer .quick-link ul li{
  display: inline-block;
  padding: 0 7px;
}
.footer .quick-link ul li a{
  text-decoration: underline;
  color: #000000;
}
/* .fa-exclamation-circle:before{
  content: url("data:image/svg+xml; utf8, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 15.6H13.2V18H10.8V15.6ZM10.8 6H13.2V13.2H10.8V6ZM11.988 0C5.364 0 0 5.376 0 12C0 18.624 5.364 24 11.988 24C18.624 24 24 18.624 24 12C24 5.376 18.624 0 11.988 0ZM12 21.6C6.696 21.6 2.4 17.304 2.4 12C2.4 6.696 6.696 2.4 12 2.4C17.304 2.4 21.6 6.696 21.6 12C21.6 17.304 17.304 21.6 12 21.6Z' fill='%23FC5A5A'/%3E%3C/svg%3E%0A");
} */
.my-5{
  margin: 5px 0;
}
.my-20{
  margin: 20px 0;
}
.white-bg{
  background-color: #fff;
}

/* responsive styles */
@media (max-width:600px)  {
  .theme-gain.container{
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 20px auto;
  }
  .theme-gain .login-box{
    width: 90%;
  }
  .input-group{
    width: 100%;
  }
  .footer{
    width: 90%;
    bottom: -10px;
    padding-bottom: 10px;
  }
  .footer .copyright, .footer .quick-link{
    float: none;
    display: block;
    text-align: center;
  }
  .gain-btn-theme{
    display: block;
    margin: 15px auto;
  }
}

#kc-info-message{
  margin-top: 20px;
}