body {
  background-color: #eee;
  margin:0px;
  padding:0px;
}
.admin-header
{
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(151,151,151,.5);
    border: solid 1px #ececec;
}
.admin-header-in
{
	width:90%;
	margin:0 auto;
}
.form-content{
    width: 90%;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(151,151,151,.5);
    border: solid 1px #ececec;
    margin-left: auto;
    margin-right: auto;
 }
 
.btnStyle
 {
	max-width: 100px;
    width: 100%;
    display: block;
	display: block;
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    border: 0;
    -webkit-appearance: none;
	background-color:#3d9dcc;
	padding: 0px;
}
 
.btnStyle:hover {
	background-color: #2d80a9;
}
 
.form-input {
	color: #595959;
	padding: 0 10px;
	width: 304px;
	font-size: 15px;
	border-radius: 3px;
	opacity: .95;
	border: none;
	height: 44px;
	line-height: 44px;
	border: solid 1px #bcbcbc;
	margin:2% 0 2% 0;
}
.form-input: focus {
	outline: none;
	border: solid 1px #469be5
} 
 
.form-signin {
  padding: 5%;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.h1Font
{
	margin:0;
	text-shadow: 0 2px 2px rgba(93,93,93,.5);
	height: 200px;
	font-size:33px;
	line-height: 44px;
	margin-top:35px;
}
section.top-banner {
    min-height: 0;
    height: 200px;
    text-align: center;
	color:#ffffff;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8c87d5+0,746ecc+46,3d9dcc+100 */
background: rgb(140,135,213); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(140,135,213,1) 0%, rgba(116,110,204,1) 46%, rgba(104,97,200,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(140,135,213,1) 0%,rgba(116,110,204,1) 46%,rgba(104,97,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(140,135,213,1) 0%,rgba(116,110,204,1) 46%,rgba(104,97,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c87d5', endColorstr='#3d9dcc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/*20190129 new add*/
.loginClass
{
	color:#3d9dcc;
	border-bottom:1px solid #eee;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.loginSmallClass{
	color:#C0C0C0;
    font-size: 15px;
    font-weight: 300;
}
.icon-new-style
{
	color:#3d9dcc;
	font-size:22px;
}
.form-section
{
    width:450px;
    margin: 0 auto;
}
.form-signin .form-code{
    padding: 10px;
    font-size: 13px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

@media screen and (max-width: 450px) {
	/* 如果使用者之視窗寬度 <= 450px，將會再載入這裡的 CSS。  */ 
    .form-section
    {
        width:100%;
    }
    .form-content{
        width: 90%;
        border-radius: 0px;
        background-color: #fff;
        box-shadow: 0 0 0 0 #ffffff;
        border: solid 1px #ececec;
     }
    .h1Font
    {
        margin:0;
        text-shadow: 0 2px 2px rgba(93,93,93,.5);
        height: 100px;
        font-size:25px;
        line-height:34px;
		padding-top:12px;
    }
    section.top-banner {
        height: 100px;
    }
    
}

.btn_right
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	
	justify-content:flex-end;
	align-items:center;
}