﻿@charset "UTF-8";
.inline {
  display: inline-block;
  *display: inline;
  zoom: 1; }
* {
  outline: 0 !important; }

html, body {
  width: 100%; }

html {
  height: 100%; }

body { 
  min-height: 100%; 
  font-family: arial,'微軟正黑體'
}
.am-form-group {
	margin-bottom: 2.5rem;
}
.am-form-group .control-label{
  display: none
}
.login2 .login-wrapper .input-group-addon {
	padding: 8px 0;
	background: #f4f4f4;
	min-width: 48px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	border: 1px solid #ccc;
	border-right: 0;
	border-radius: 4px;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-addon + input.am-form-field{
  height: 48px;
}
.text-danger {
	color: #d9534f;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
}