html
{
    color: #175781;
}
.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: 13px/19px DINMedium, sans-serif;
}
.alert-error, .pf-c-alert, .pf-m-inline, .pf-m-danger
{
    text-align:center;
}
.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: #175781;
    width: 100%;
    background-color: #e8eef3;
    background-size: 100%;
    margin:auto;
    text-align: center;
    font: 100% Arial,Verdana,sans-serif;
    text-decoration: none;
    outline: 0;
    font-weight: bolder;

}

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;
}
.nav-title > h3
{
    margin: -7px 0px 0px;
    padding-top:6px;
    padding-bottom:6px;
    font-weight: 400;
    font-size: 13px;
}
.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;
}
.formular-title
{
    font-weight: bold;
    margin-bottom: 10px;
}
.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 #175781;*/
    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;
}
.card-pf
{
    /*border: 1px solid black;*/
    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;
    font-size: 13px;
}
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: #175781;
    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;
}