* {
    margin: 0;
    padding: 0;
}

body {
    font-family: arial, tahoma, verdana, sans-serif;
    text-align: center;
    line-height: 150%;
    margin: auto;
}

p {
    margin-bottom: 15px;
}

ul {
    padding-left: 1rem;
}

li {
    margin-bottom: 15px;
}

ul li {
    list-style-type: disc;
}

.clearer {
    clear: both;
    font-size: 0;
}

.login_text_top {
    text-align: left;
    padding: 30px;
    font-size: 13px;
    font-weight: bold;
    margin: 20px auto 0;
    color: black;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .login_text_top {
        width: 700px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .login_text_top {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .login_text_top {
        width: 1140px;
    }
}

.impressum_information {
    text-align: right;
    width: 50%;
    float: right;
    color: #726962;
    padding-right: 108px;
}

.login_text_bottom {
    text-align: left;
    padding-left: 27px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    margin: auto;
    width: 55%;
    margin-top: 20px;
}

.login_text_footer{
    text-align: justify;
    padding-left: 27px;
    padding-right: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #726962;
    margin: auto;
    width: 597px;
    margin-top: 10px;
}

.login_support {
    text-align: left;
    padding-left: 108px;
}

.login_support a {
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    color: #726962;
}

.content_box {
    margin: auto;
    position: relative;
}

.content {
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 15px 0;
    border-top: 30px solid #D9D9D9;
    border-bottom: 30px solid #D9D9D9;
}

.login_title {
    text-align: center;
    font-size: 22px;
    line-height: 150%;
    color: #365F91;
}

.login_subtitle {
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 20px;
}

.testsystem {
    color: red;
    text-align: center;
}

.blue_information_box {
    width: 100%;
    background-color: #254061;
    color: white;
    margin-bottom: 15px;
    padding: 10px;
}

.yellow_information_box {
    width: 100%;
    background-color: #fff3cd;
    color: #856404;
    margin-bottom: 15px;
    padding: 10px;
}

.logo_ministerium {
    top: -60px;
    height: 60px;
    width: 220px;
    padding: 5px;
    position: relative;
    background-image: url(images/template_main_logo_mkjfgfi.png);
    background-size: 220px 40px;
    background-repeat: no-repeat;
    margin: 0 30px;
    float: right;
}

.fhi_img {
    margin: auto;
    width: 250px;
    height: 100px;
    margin-bottom: 20px;
    background-image: url('images/template_main_logo_fhi.png');
    background-repeat:no-repeat;
    background-position:20px;
}

div.MsgBox {
    position: absolute;
    left: 50%;

    width: 400px;
    top: 20px;
    margin-left: -200px;
    margin-right: 25px;
    border: 1px solid #19a319;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #edfded;
}

div.MsgBoxError {
    margin-left: 25px;
    margin-right: 25px;
    border: 1px solid #E5322D;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f3a19e;
}

div.MsgBox h3.MsgBoxHead {
    font-size: 16px;
    margin-bottom: 5px;
}

div.MsgBox p.MsgBoxBody {
    font-size: 13px;
}

.auge_icon {
    background-image: url(/images/auge.png);
    background-repeat: no-repeat;
    width: 25px !important;
}