﻿body {
    margin: 0px;
    padding: 0px;
}

.sign-body{
	/*background:url('../images/signin_bg.jpg') no-repeat;
	background-size:cover;
	height:100vh;
	padding-top:100px;*/    /* 2018-02-09  由 Tim 依照 Charles 的文件 調整  */
    display:flex;
    height:100vh;
    align-items:center;
    justify-content:center;
    background: #eee;
}

.sign-top {
	display:none;
	background: none;
    width: 100%;	
	bottom: 0;
	color: #aaa;
	font-size: 18px;
}

.navbar-sign .sign-logo {    
    height:50px;
    line-height:50px;    
}

.navbar-sign .sign-title {
    font-size:18px;
    padding-left:10px;
    font-weight:bold;     
}

.navbar-sign .sign-brand {
    padding-left:10px;
    padding-right:10px;
    margin-left:10px;
    border:#888 solid;
    height:50px;
    line-height:50px;
    border-width:0px;
}

.sign-footer {
    background:#1f2735;
    width: 100%;	
	background: #000;
	opacity: 0.7;	
	bottom: 0;
	color: #FFF;
	font-size: 18px;
    height:50px;
    line-height:50px;
}

input[type=text].form-signin {
    height:50px;
    font-size:22px;
}

input[type=button].btn-signin, 
input[type=submit].btn-signin, 
button.btn-signin
{
    height:60px;
    font-size:22px;
    background:#FFAF60;
    width:100%;
    color:#fff;
    font-weight:bold;
}

input[type=button].btn-signin:hover, 
input[type=submit].btn-signin:hover, 
button.btn-signin:hover
{
    background:#FFAF60;
    color:#C14338
}

.signin-box {    
    background:#fff;
    border:0px solid;    
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:25px;
}

/*登入*/
.signin {
    border: none;
    border-radius: 0;
    /*background: linear-gradient(to bottom, rgba(50, 50,50, 0.8) 0%, rgba(0,0,0,0.6) 100%);*/  
    background: #fff;   /* 2018-02-09  由 Tim 依照 Charles 的文件 調整  */
    padding: 10px 30px;  /* 2018-02-13  由 Tim 依照 Charles 的文件 調整, 避免在IE上跑版問題  */
}
.signin_input{
	background: transparent;
	border: 2px solid white;
	border-left:none;
	height:40px;
	color:white;
}

.signin_input:focus{
	color:white;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: white;
    text-align: center;
    background-color: #3bafda;
    border-radius: 4px;
	border:none;
}
.has-error .input-group-addon {
    color: white;
    background-color: #e9573f;
    border-color: #a94442;
}
.signin_input::-webkit-input-placeholder {
   color: white;
}
.signin .modal-header{
	color:white;
	text-align:center;
}
.signin .btn{
	border-radius:0;
}

.sign_forgetpwd {
    margin: 0 auto;
    width: 100%;
	text-align:center;
}
/* ================================================ */
/* 2018-02-09 登入介面樣式調整  由 Tim 依照 Charles 的文件  */
.signin .panel-header {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-top: 30px;
}

.signin .panel-header h5 {
    color: #333;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.signin .panel-footer {
    background: none !important;
    border-top: none;
    padding-top: 0;
    padding-bottom: 20px;
}
.signin .panel-footer .btn-link {
    display: block;
    color: #5bc0de;
    margin-top: 10px;
}
.signin .panel-footer .btn-link:hover {
    color: #46b8da;
}

.sign-container {
    
}
.signin .form-control {
    border-radius: 0;
}

@media screen and (min-height:500px) {
  .sign-container {
    margin-top: -200px;
  }
}

.input-title {
    line-height: 40px;
    color: #333;
    font-size: 19px;
    font-weight: normal;
}


/*#btnForgetPwd {
    cursor: pointer;
    padding: 0 20px;
    color: #f6bb42;
}
#btnSignInSubmit {
    text-align: center;
    padding: 8px 0px;
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
    border-bottom: 4px solid #0045A6;
    background:  #00C8F8;
    -webkit-transition: background 0.05s linear;
    -moz-transition: background 0.05s linear;
    -o-transition: background 0.05s linear;
    transition: background 0.05s linear;
    background-size: 1px 200px;
    transition: all .05s linear;
}

#btnSignInSubmit:active {
	border-bottom:1px solid #0045A6;
	transform: translateY(3px);
	margin-bottom: 3px;
}*/