.title-login { font-size: 1.26rem; font-weight: 400; color: #342345;            /*text-transform: uppercase;*/ }
.subtitle-login { font-size: .8rem; color: #737272; font-weight: 400;/*text-transform: uppercase;*/ }
.form-control { background: #fff none repeat scroll 0 0; height: 50px; line-height: 50px; box-shadow: none;         /*text-transform: uppercase;*/ font-weight: 400 !important; }
.login-form .form-group { margin-bottom: 20px; }
.login-form { text-align: center; margin-top: 15%; }
.forgot a { color: #777777; font-size: 13px; -text-decoration: underline; font-weight: 500;     font-family: Rubik;           /*text-transform: uppercase;*/ }
.login-form .btn.btn-primary { color: #ffffff; font-size: 14px; width: 100%; height: 50px; line-height: 50px; padding: 0; font-size: 18px; border-radius: 5px; }
.forgot { text-align: center; margin-bottom: 21px; }
.input-group-text {    border: 1px solid #ced4da69; min-width: 50px; color: #342345; font-size: 22px; text-align: center; background: #fff;  }
.input-group-text svg{ fill: #acc9ff;  color: #246df6;  }
.botto-text { color: #ffffff; font-size: 14px; margin: auto; }
.form-control { border-top-left-radius: 0; border-bottom-left-radius: 0; font-size: 15px; font-weight: 400; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.logo { margin-bottom: 10px; padding: 0; margin-left: auto; margin-right: auto; display: block; }
.logo  img{  max-width: 100%; margin-left: auto; margin-right: auto; width: 250px;}
#cover {         /*background:rgba(187, 187, 187, 0.61);*/
background: url(../../dist/img/analyticsbackground.jpg) #0a1851; background-size: auto; height: 100%; text-align: center; display: flex; align-items: center; position: relative;        /*background: #4c9cba4a;*/ }
#cover-caption { width: 100%; position: relative; z-index: 1; }

/* only used for background overlay not needed for centering */
.form:before { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; background-color: #fff; z-index: -1; border-radius: 5px;        /*border-top: 3px solid #fe0000;*/ box-shadow: 0 0 20px rgba(0, 0, 0, 0.04); }
#cover:before { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%;        background-color: /*rgb(133 188 57 / 90%);*/ border-radius: 10px;        /*border-top: 3px solid #fe0000;*/ }
.custom-control-input:checked~.custom-control-label::before { color: #fff; border-color: #aebc20; background-color: #aebc20; }
.custom-control-label::before, .custom-control-label::after { left: -1.5rem; top: .1rem; }
.custom-control { padding-left: 1.5rem; }
.custom-control-label { font-weight: 500 !important; }
b { font-weight: 500; }
.facebook-btn { background-color: #3C589C; border: none; }
.google-btn { background-color: #DF4B3B; border: none; }




.form-wizard .form-wizard-header {
  text-align: center;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.form-wizard .wizard-form-error {
  display: none;
  background-color: #92c015;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.form-wizard .form-wizard-steps {
  margin: 30px 0;margin-left: auto;
    margin-right: auto;width: 320px;margin-top: 10px;
}
.form-wizard .form-wizard-steps li {
  width: 50%;
  float: left;
  position: relative;
}
.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;    font-weight: 
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
  background-color: #92c015;
  color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #92c015;
  left: 50%;
  width: 50%;
  border-color: #92c015;
}
.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #92c015;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}
@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
}