body {
  height: 100%;
font-family:"微軟正黑體";
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  /*align-items: center;*/
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: none;
  /*padding: 15px;*/
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.text-center {
  text-align: center!important;
}

.btn-primary {
    color: #fff;
    background-color: #495057;
    border-color: #495057;
}
.btn-primary:hover {
    color: #fff;
    background-color: #959595;
    border-color: #959595;
}
.mt-5 {
    margin-top: 1rem!important;
}

.inventory {
    border-width: 5px;
    margin-bottom: 20px!important;
    margin-top: 6px;
}
	
.form-control.sign {
    line-height: 18px;
    color: #495057;
    border: 1px solid #ced4da;
}
.form-control {
    line-height: 18px;
    color: #495057;
    border: 0px solid #f5f5f5;
	
}
.form-control[readonly] {
    background-color: #f5f5f5;
	}
.form-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom:0px!important;
	margin: 0px;
}

.text-left {
	text-align:left;
}

.btn-primary.signout {
    width: 66px;
    border-radius: 0.8rem;
    line-height: 16px;
    padding: 6px;
    position: absolute;
    margin-top: 0px;
    right: 14px;
}
.row{
	display: flex;
    flex-wrap: wrap;
  

}
.pic{
padding-top: 20px;
padding-left: 2px;
}
.form-control.quantity{
    width: 100px;
    margin-left: 15px;
    margin-right: 15px;
}
.form-inline.quantity{
	padding-top: 20px;
}
.btn.btn-primary.quantity{
  margin-top: 3px;
  color: #fff;
  background-color: #bd2130;
  border-color: #bd2130;
}
.line{
    padding-top: 28px;
    border-top: solid;
    margin-top: 26px;
    border-top-color: #b5b5b5;
}

.img-center {
    display:block; 
    margin:auto;
}

.update_file_btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    opacity: 0
}