body{color:#38393c;}

body#b_login {
    background: radial-gradient(circle at 60.52% 67.2%, rgb(38, 70, 151), transparent 41%), radial-gradient(circle at 56.14% 12.23%, rgb(35, 43, 105), transparent 85%), radial-gradient(circle at 6.01% 1.34%, rgb(217, 137, 185), transparent 25%), radial-gradient(circle at 75.71% 4.03%, rgb(10, 13, 102), transparent 34%), radial-gradient(circle at 99.31% 70.7%, rgb(47, 210, 235), transparent 75%), radial-gradient(circle at 76.91% 59.14%, rgb(10, 13, 102), transparent 71%), radial-gradient(circle at 71.07% 83.33%, rgb(10, 13, 102), transparent 71%), radial-gradient(circle at 15.11% 70.43%, rgb(21, 86, 161), transparent 64%), radial-gradient(circle at 65.49% 37.9%, rgb(48, 88, 165), transparent 100%), radial-gradient(circle at 99.4% 93.55%, rgb(18, 247, 255), transparent 100%), radial-gradient(circle, rgb(143, 98, 170), rgb(143, 98, 170) 100%);
}


#b_login_topbar {
    background: rgb(29, 41, 92);
    width: 100%;
    height: 67px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.form_button_big {
    border: none;
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 70px;
    font-size: 1.4em;
    text-align: center;
    text-transform: inherit;
    cursor: pointer;
    background: rgb(29, 41, 92);
}

.no-touchevents .form_button_big:hover {
    background: rgb(0, 84, 245);
}

#b_login_form_logo {
    background-image:url(mittwald_wortmarke_claim_navy_rgb_Mailarchiv.svg);
    width: 86%;
    margin: 20px 7%;
}
#header_logo {
    width: 100px;
    height: 20px;
    margin: 17px 10px 10px;
}


div#stage {
    background: #ededed;
}

#panel {
    padding: 15px;
    background: #FFFFFF;
}

.search_load a {
    color: #38393c;
}

.input_label {
    color: #38393c;
}

.input_text {
    background: #F8F8F8;
    color: #38393c;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #909090;
}

.input_select {
    background: #f8f8f8;
    color: #38393c;
    border: 1px solid #909090;
}

.input_button {
    background: rgb(38, 70, 151);
    color: #fff;
}

.no-touchevents .input_button:hover {
    background: rgb(0, 84, 245);
}

a.mail_content_button {
    background: rgb(38, 70, 151);
}

.no-touchevents a.mail_content_button:hover {
    background: rgb(0, 84, 245);
}

#header_user_panel {
    float: right;
    background: #FFF;
    padding: 10px 10px 10px 20px;
    color: #38393C;
    height: 36px;
}

#header_user_panel a#header_user_panel_info {
    border-right: 0px;
    border-left: 0px;
    padding-right: 9px;
}

.min_mail.active, .no-touchevents .min_mail.active:hover {
    background: #F0F5FF;
    border: 1px solid rgb(38, 70, 151);
}

.min_mail.active .min_mail_text span {
    color: rgb(38, 70, 151) !important;
}

.min_mail.active .min_mail_date span {
    color: rgb(38, 70, 151);
}

.ui-widget-header {
    background: rgb(38, 70, 151) !important;
    border: none !important;
}


#header_nav{
    left:0% !important
}

#header_logo a {
    margin-top: -8px;

}