@charset "utf-8";
/* CSS Document */
/*LOGIN CONFIGURATION PAGE*/
.form-login {
	max-width: 330px;
	margin: 100px auto 0;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-login h2.form-login-heading {
	margin: 0;
	padding: 25px 20px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
}
.login-wrap {
	padding: 20px;
}
.login-wrap .registration {
	text-align: center;
}
.login-social-link {
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}
/*---------通用-應歸於style.css-----------------------*/
.btn-theme {
    color: #fff;
    background-color: #68dff0;
    border-color: #48bcb4;
}
/*---設定統一的顏色, 如 header-color表示header的背景色*/
/*利於在同一個地方修改全部layout的顏色*/
.login-header-color,.lightbox-header-color
{
	background: #68dff0;
	color: #fff;
}
.msg-header-color
{
	background: #f7f8f9;
}
#login-header
{
	height:60px;
	line-height:60px;
	width:100%;
	background:#fff;
	margin-bottom:50px;
}
#brand
{
	 padding-left:20px;
	 margin:0px auto;
	 text-align:left;
}
#brand .content
{
	padding:15px;
}
#system
 {
	 width:98%;max-width:800px;
	 margin:0 auto;
	 margin-top:50px;
 }
 #system-msg
 {
	 width:95%;
	 margin:0 auto;
	 border:1px solid #ddd;
	 max-width:600px;
	 background:#fff;
	 padding-bottom:15px;
 }
 #system-msg h1
 {
	 height:60px;
	 line-height:60px;
	 color:#333;
	 margin:0;
	 padding:0;
	 padding:0px 15px;
	 font-size:16px;
	 border-bottom:1px solid #ddd;
 }
 #system-msg .content
 {
	 padding:20px 15px;
	 line-height:25px;
	 font-size:16px;
 }
 a.common
 {
	 width:100%;
	 height:40px;
	 line-height:40px;
	 color:#fff;
	 background:#3b5999;
	 font-size:14px;
	 display:block;
	 margin:0 auto;
	 text-align:center;
 }
 span.car-icon
 {
	 font-size:30px;color:#f60;
 }
  span.car-text
 {
	 font-size:14px;
 }
 span.msg-icon
 {
	 color:#f30;font-size:16px;
 }
