*{
    font-family:微軟正黑體;  
}

body {
    /* background-color: rgb(250, 238, 223); */
    background-color: #b4cae8;
    /* 748cab */
    /* position:relative; */
}
.message{
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color:red;
    text-align:center; 
}


#username, #password{
    width: 80%;
    height: 30px;
    margin-bottom: 15px;
    /* color: #df5334; */
    text-indent: 10px; /*文本行前面縮進*/
    font-size: 14px;
}

h2{
    /* color: #df5334; */
    color: #003049;
}

#container1{
margin: 50px;
padding: 10px;
max-width: 300px;
height: 320px;
background-color: white;
border-radius: 5px;
/* border-top: 10px solid #df5334; */
border-top: 10px solid #003049;
box-shadow: 0 0px 200px rgba(0, 0, 0, 0.1);

/*定位對齊*/
position:relative;   
margin: auto;
top: 80px;
text-align:center;  
}

.system_name{
/*定位對齊*/
position:relative;   
margin: auto;
top: 80px;
text-align:center; 
}

.submit{
color: white;  
/* background: #df5334; */
background:#003049;
/* background: #ffbb01; */
width: 83%;
height: 40px;
margin-top: 20px;
padding: 5px;
/* border-radius: 5px; */
border: 0px;
font-size: 16px;

}

.submit:hover{
/* background: #db6937; */
background:#669bbc;
}

.forget_pwd{
    font-size: 14px;
    color: #a3a2a3;
    margin-top: 20px;
}


#copyright{
text-align: center;
color: #a3a2a3;
margin: 180px 0px 0px 0px;
font-size: 14px;
}
