/* @group Login Formular */


/* Login - Formular */

.form-control {
  border-radius: 0px;

}


.errorGlobal > ul {
  background: #f2dede;
  font-family: 'source-sans-pro-semi';
  /*font-weight: bold;*/
  color: #D6405F;
  padding: 10px;
}



.successList {
  margin-top: 25px;


}


.iconSuccess {
  color: #27ae60;
  font-size: 3em;

}


.nb_icon-getMail {
  font-size: 1em;
}


.errorMessage.fa-ul {
  margin-left: 1.14285714em;

}



.errorMessage .fa-exclamation-circle, .errorMessage .fa-check-circle, .errorMessage .fa-info-circleru {
  font-size: 1.8em;
}



.hiddenDiv {
  margin-bottom: 15px;

}


.errorField {
  color: #D6405F;
  /*font-family: 'source-sans-pro-semi';*/
  display: block;
  margin-top: 15px;
  position: relative;
  /*padding: 5px 15px 5px 35px;*/
}


/* Fehlermeldung bei Inputs */
.errorFieldRight {
  color: #D6405F;
  /*font-family: 'source-sans-pro-semi';*/
  display: block;
  margin-top: 15px;
  position: relative;
  padding: 5px 15px 5px 35px;
}



.errorFieldRight:after{
  content: "";
  border-left: 0.5em solid rgba(0, 0, 0, 0);
  border-right: 0.5em solid rgba(0, 0, 0, 0);
  border-bottom: 0.5em solid;
  display: inline-block;
  height: 0px;
  position: absolute;
  left: 5px;
  vertical-align: top;
  width: 0;
  color: #ebccd1;
  z-index: 5000;
  top: -10px;

}

/* Fehlermeldung unter einer Checkbox - langes Wording */
.errorFieldRight.errorCheckboxUnder:after {
  border-left: 0.5em solid rgba(0, 0, 0, 0);
  border-right: 0.5em solid rgba(0, 0, 0, 0);
  border-top: 0.5em solid rgba(0, 0, 0, 0);
  border-bottom: 0.5em solid;
  left: 0px;
  top: -18px;

}



/* Erfolgsmeldung bei Inputs */
.errorFieldRight.alert-success {
  color: #3c763d;
}


.errorFieldRight.successRight:after {
  color: #dff0d8;

}


.errorFieldRight.alert-success:after {
  color: #dff0d8;

}



/* Informationen bei Inputs */
.errorFieldRight.alert-info {
  color: #002d52;
}



.errorFieldRight.alert-info:after {
  color: #d9edf7;

}



.successRight {
  color: #3c763d;

}



.inlineError {
  margin-top: -15px;

}



.errorMain {
  z-index: 5000;
}


.fa-exclamation-circle, fa-times-circle {
  color: #F64C4C;
  /*bisher: #D6405F;*/
  /*font-size: 3em;*/
}


.loginPanel {
  background: #FDAB48;
  border: none;
}


.loginPanel .form-group {
  border-radius: 0px;
}



.panel.loginPanel div:last-child > div.form-group {
  margin-bottom: 0;
}


.loginPanel input.form-control {
  border-radius: 0px;


}


div.kV {
  position: relative;

}


/* @ end Login Formular */


/* Icon */
.rotate {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}


.scrollInfoPane {
  background: #f5f6f6;
  height: 150px;
  padding: 0px 15px 15px 15px;
  /*border-bottom: 20px solid #f5f5f6;*/
}


#register .slimScrollDiv {
  border-bottom: 10px #f5f6f6;
}


.link-to-cancer-insurance-login {
  font-size: 1rem;
  color: var(--text-action-primary-base);
  text-decoration: underline;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-to-cancer-insurance-login img {
  width: 1rem;
  height: 1rem;
  min-width: 17px;
  min-height: 16px;
  margin-right: 0.25rem;
}

.cancer-insurance-hint {
  font-size: 0.875rem;
  text-align: center;
  text-wrap: balance;
}
