/** 
  * Terraplan TerraIndividual Anpassungen Bootstrap4
  * css/jquery/bootstrap4/tp-bootstrap4.css
  * 20.11.2020
  */
.form-control-halb { width:80%; display:inline-block; }
.tp-boot-label { min-width: 75px; }
.mb-3, .form-group { margin-bottom: 8px !important; }
.btn-primary { background-color: #337ab7; border-color: #2e6da4; }     /* wie bei Bootstrap-3 */
.btn-primary:hover  { background-color:#286090; border-color:#204d74; } /* wie bei Bootstrap-3 */
.kaesekaestleAnmeld { margin-top:50px;padding:5px 15px 10px;border:1px solid darkgray;width:550px; } /* statt .boexle */
.titelboxAnmeldung  { font-weight:bold; padding:8px; background-color: #e9ecef; } 
.input-group-text-loginname { padding: .25rem .62rem !important; } /* Sonst ist es schmaler als prepend bei Passwort */ 
.loginFormularBoot {  }
.errorMsg { color:red; font-weight:bold; } /* fuer "meldung" oder "fehlermeldung" */
.alert-danger, .alert-warning { font-size:0.9rem; color: red; padding: 4px 3px 0;  } /* validation errorMessages */ 