﻿body {
    background-image: url('/Css/Images/bms-login.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

#pageHeader, #pageFooter {
    background-color: rgba(0, 0, 0, 0.5); /* 白色 + 80%不透明 */
}
#loginRegion {
    border: 1px solid #DFDFDF;
    width: 550px;
    height: 265px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5); 
    display: flex;
    justify-content: center;
    align-items: center;
}

#pageFrame {
    border: none;
    margin: 0 auto;
    width: 99%;
    min-height: 600px;
}

#lr_head
{
    padding: 5px 5px 5px 10px; background-color: #224272; height: 20px;
}

#lr_head span
{
    color: #FFFFFF; font-weight: bold; 
}

#lr_content
{
    width: 250px;
    color: #000; 
}

#lr_c_img
{
    float:left; margin: 30px 0 0 60px
}

#lr_c_img img
{
    height: 128px; 
}

#lr_c_form
{
    float:left; margin: 80px 0 0 150px;
    width: 250px;
}

#lr_c_form .input-td
{
    width: 100%;
    padding: 7px 0px;
}

#loginAlert
{
    float:left; font-weight: normal; color:#5D5D5D; 
    margin: 15px 15px 10px 15px;
    width: 530px;
}

#ddlLanguage
{
    width: 155px;
    color: #383838;
}

#btLogin {
    width: 100%;
    margin-top: 10px;
    background-color: #000;
    height: 30px;
}