/*會員的相關css樣式代碼 */
.login{
	margin-bottom: 68px;
    margin-top: 30px;
    background: #fff;
    border: 1px solid rgb(205,205,206);
    padding-top: 35px;
    padding-left: 80px;
    padding-bottom: 100px;
    padding-right: 80px;
}

/*.btn-primary {
    color: #fff;
    background-color: rgb(237,68,65);
    border-color: rgb(237,68,65);
}

.btn-primary:hover{
	color: #fff;
    background-color: rgb(237,68,65);
    border-color: rgb(237,68,65);
}

.btn-primary.focus,.btn-primary:focus {
	color:#fff;
	background-color:rgb(237,68,65);
	border-color:rgb(237,68,65)
}
.btn-primary:hover {
	color:#fff;
	background-color:rgb(237,68,65);
	border-color:rgb(237,68,65)
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
	color:#fff;
	background-color:rgb(237,68,65);
	border-color:rgb(237,68,65)
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
	color:#fff;
	background-color:rgb(237,68,65);
	border-color:rgb(237,68,65)
}*/

.form-group input[type=text],input[type=password],input[type=email]{
	display: inline-block;
    width: 70%;
    /*display: block;*/
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group label {

    width: 25%;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-right: 10px;
}

.form-group label {

    width: 25%;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-validate fieldset{
	width: 600px;
    margin: 0px auto;
}

.login h1{
	text-align: center;
}

.form-horizontal .form-group{
	margin-left: 0px; 
}
