html
{
	color: #000000;
}
.login-pf-page
{
    padding:0;
}
.tip_kc_ln_full nav.navbar > a
{
     display: none;
 }
body
{
    display:block;
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 12px;
}

div.alert-danger {
  color: red;
  padding-bottom: 10px;
}

.alert-error, .pf-c-alert, .pf-m-inline, .pf-m-danger
{
    text-align:center;
	margin-top: 10px;
}
.header-tis
{
    height: 10%;
    display: inline-block;
    width: 100%;
    margin: auto;
    /*position: absolute;*/
    background-repeat: no-repeat;
    /*background-color:#B60033;*/
    /*background-size: 100%;*/
}
.nav-title
{
    color: #FFFFFF;
    width: 100%;
    background-color: #BE0033;
    background-size: 100%;
    margin:auto;
    text-align: center;
    font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
    outline: 0;	
}

.nav-title > h3
{
    font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

form.form-horizontal
{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
div.alert-warning
{
    text-align:center;
}

header.login-pf-header
{
    text-align: center;
}

input.form-control {
  margin-bottom: 12px;
  margin-top: 2px;
} 

.nav-title > h3
{
    margin: -3px 0px 0px;
    padding-top:6px;
    padding-bottom:6px;
}
.banner-img
{
    width: 100%;
    height: 10%;
}
.tip_kc_ln_full nav.navbar:before
{
    content: 'Anmeldung am FortbildungsNetz';
    position: absolute;
    top: 99px;
    left: 0;
    right: 0;
    margin: auto;
}
.tip_kc_ln_full nav.navbar
{
    width: 100%;
    height: 19px;
    text-align: center;
    background-color: #CCC;
    margin-top: 117px;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bolder;
    color: #fff;
    padding-top: 4px;
}
.container
{
    width: 500px;
    height: 250px;
    margin: 50px;
    outline: solid 1px black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-1
{

}
.content-2
{
    width:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b60033;
    background-color: white;
    padding-bottom: 33px;
    margin: 21px 18px 21px;
    padding-right: 10px;
    padding-left: 10px;
}
.login-pf body
{
    background:white;
}
.login-pf-page .login-pf-header
{
    flex-direction: row;
}

#kc-form{
	margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

.card-pf
{
    position: absolute;
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #eee;
}

.pf-c-button.pf-m-primary
{
    background:none;
    color: #008CE0;
}

.form-group div > input
{
    display:block;
    width: 220px;
    margin-top: 3px;

}
div.form-group
{
    margin-bottom: 15px;
}
tip_kc_dn_buttonBar
{
    display: block;
}

.tip_kc_dn_anmelden
{
    display: inline-block;
    padding-right: 10px;
}

.tip_kc_dn_abort
{
    display: inline-block;
    max-width: 220px;
    padding-right: 10px;
}

.tip_kc_dn_kennwortVergessen
{
    display: inline-block;
    max-width: 220px;
    padding-right: 10px;
}

.tip_kc_dn_abort > a,
.tip_kc_dn_kennwortVergessen > a,
.tip_kc_dn_anmelden > input#kc-login
{
    color: #BE0006;
    font: 95% Arial,Verdana,sans-serif;
    text-decoration: none;
    outline: 0;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
a:hover,
.tip_kc_dn_anmelden > input#kc-login:hover
{
    text-decoration: underline;
}



input.tispo_login
{
    border:none;
    padding-left: 15px;
    background: rgba(0, 0, 0, 0) url("../img/login.png") no-repeat scroll 0 0;
}

a.tispo_abort
{
    padding-left: 15px;
    background: rgba(0, 0, 0, 0) url("../img/abort.png") no-repeat scroll 0 0;
}
a.tispo_password
{
    padding-left: 15px;
    background: rgba(0, 0, 0, 0) url("../img/keyword.png") no-repeat scroll 0 0;
}