html {
    height: 100%;
}
body {
    background-image: url(/www-img/web/homepage/2018/top_picture.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
div#cover_bg {
    background: none;
}
.login_inner_box		{width: auto; margin: 0;}
.login_inner_box td		{font-size: 14px;}

.login_err_box {
    margin: 0 auto;
    min-height: 33px;
}
.login_section_wrap {
    margin: 0 auto;
    text-align: left;
    width: 500px;
}
.login_section {
    min-height: 469px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 42px;
    line-height: 36px;
    color: #fff;
}
.border_wt {border-bottom: 1px solid #fff; margin: 18px 0;}
.login_section table {width: 100%; margin: 0}
.title_tab_button  	{
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    line-height: 60px;
    color: #fff !important;
}
.title_tab_button h2 {
    font-size: 16pt;
    font-weight: 500;
}

.not_chosen_tab_button {background: rgba(0, 0, 0, 0.4); text-decoration: underline}
.not_chosen_tab_button h2 {color:#fff; line-height: 18px;}
/*.not_chosen_tab_button:hover {text-decoration: none;}*/

.chosen_tab_button {background: rgba(0, 0, 0, 0.8);}
.chosen_tab_button h2 {color:#1486e4;line-height: 18px;}
.chosen_tab_button:hover {text-decoration: none;}

.login_input {
    width: 100%;
    padding: 11px 4px;
    font-size: 13pt;
    text-indent: 5px;
    color: #fff;
    border-color: #fff;
    background: none;
    margin: 0 0 16px -4px;
}
#login_btn, #forgotsubmit {
    cursor: pointer;
    font-family: 'Open Sans';
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    background: #378ffb;
    border-color: #378ffb;
    color: #fff;
    line-height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#login_btn:hover, #forgotsubmit:hover {
    background: rgba(55, 143, 251, 0.64);
    -moz-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
}
#forgot_text, #forgot_text_team {color: #fff;}
#forgot_text_team span {color: #fff; line-height: 20px; display: inline-block; font-size: 11pt;}
div.remember_me {
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 13pt;
}
#forgot_password_div {color: #fff;}
#forgot_password_div div{color: #fff; margin: 7px; text-align: left;}
#forgotsubmit {margin: 10px 0 10px 0; display: inline-block;}

.login_inner_box table {padding: 4px; border-spacing: 0; border-collapse: separate;}

@media (max-width: 540px)
{
    .login_section_wrap {width: auto;}
    .title_tab_button h2 {font-size: 10pt;}
}