@import url("fontawesome.all.min.css");

#loginProviders h3 {
    font-weight: normal;
    margin-bottom:5px;
}
#loginProviders ul {
    margin-top:0;
    list-style-type:none;
    padding-left:0;
}

body > header
{
    background-color: #d7eca1;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
}
.tip_bsp_dn_info
{
    margin-bottom: 15px;
}

.tip_bsp_dn_info a
{
    display: inline-block;
}
#bsp_button_kennwort_vergessen
{
    margin-bottom: 15px;
}

a:hover
{
    text-decoration: none;
}
a:focus-visible, .btn:focus-visible, .tip_bsp_dn_buttonBar > div a:focus-visible
{
    outline: 3px solid #0076dd;
    outline-offset: 0;
}
body
{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    display:block;
    margin: 0;
    font-family: Arial,sans-serif;
    height: 100%;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    outline: 0;
    color:#0047d3
}
a:hover {
    color:#0047d3;
    text-decoration:none;
}
div.alert-danger
{
    color: red;
    padding-bottom: 10px;
}


.bsp_text {
    padding-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #000;
    border-radius: 0;
    -webkit-transition: border-color .16s ease-in-out,box-shadow .16s ease-in-out;
    -o-transition: border-color .16s ease-in-out,box-shadow .16s ease-in-out;
    transition: border-color .16s ease-in-out,box-shadow .16s ease-in-out;
    box-sizing: border-box;


    color: #333333;
    padding: 13px 11px;
    margin: 1px 0 1px 0;
    font-size: 14px;
}
input.form-control:focus
{
    border-color: #0076dd;
    box-shadow: 0 0 8px rgb(102 175 233);
    outline: 0 none;
}
.form-label
{
    font-weight: bold;
    margin-right: 6px;
    margin-bottom: 6px;
}

.tip_bsp_dn_buttonBar
{
    text-align: right;
}

.btn, .tip_bsp_dn_buttonBar > div a, #saveTOTPBtn
{
    color: #000;
    background-color: #fff;
    border: 2px solid #000;

    font-weight: initial;
    border-radius: 0;
    margin-bottom: 1rem;
    margin-left: auto;
    font: 16px Arial, sans-serif;
    line-height: 1.2;
    display: inline-block;
    text-align: center;
    padding: 10px 55px 10px 16px;
    cursor: pointer;
    background-image: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    transition: background-color .2s ease-out;
    position: relative;
}
.btn-submit
{
    background: inherit;
    font: inherit;
    border:0;
    padding: 0;
    width: 100%;
    cursor: pointer;
    color: #000;
}

.btn:hover, .tip_bsp_dn_buttonBar > div a:hover
{
    background-color: #f5f5f5;
}
.container-submit
{
    position: relative;
}

.tip_bsp_dn_buttonBar .tip_bsp_dn_register
{
    text-align: left;
}
.tip_bsp_dn_buttonBar .tip_bsp_dn_register a.btn-secondary, #saveTOTPBtn
{
    padding: 10px 16px 10px 16px;
}

section.form-group
{
    padding-bottom: 1rem;
}

hr
{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

#kc-totp-supported-apps{
    display: none;
}

.password_container{
    position: relative;
}
.password_container button{
    position: absolute;
    bottom: 10px;
    right: 12px;
    border: none;
    background-color: unset;
}

