

/* ------- This is the CSS Reset ------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* ------- HTML5 display-role reset for older browsers ------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	width: 100%;
	height: 100%;
}
body {
	background: #f5f5f6;
/* 20170508 Tyou "Microsoft YaHei"->'Noto Sans', sans-serif Mod */
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif !important;
	text-align: center;
	color: #fff;
	background-size: cover;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	height: 100%;
	align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
	box-sizing: border-box;
}

.page-container {
	margin: auto;
	-webkit-box-shadow: 0 0px 6px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0px 6px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0px 6px 0 rgba(0,0,0,0.4);
}

h1 {
	font-size: 30px;
	font-weight: 700;
	text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

form {
	position: relative;
	width: 350px;
	max-height: 80%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	padding-bottom: 30px;
	box-sizing: border-box;
}

#logo{
	background-image: url(../../../../resource/img/FOODITR5_logo_login.gif);
    background-size: 674px 185px;
    background-position: 45% 100%;
    width: 100%;
    height: 130px;
}

input {
	width: 270px;
    height: 42px;
    line-height: 3;
    padding: 0 15px;
    margin-top: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #000000;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    box-sizing: border-box;
}
#contractcd {
	margin-top: 0;
}

input:-moz-placeholder {
	color: #A9A9A9;
}

input:-ms-input-placeholder {
	color: #A9A9A9;
}

input::-webkit-input-placeholder {
	color: #A9A9A9;
}

input:focus {
	outline: none;
	border: 1px solid #0080ff;
	/**
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    **/
}

button {
	cursor: pointer;
	width: 270px;
	line-height: 2;
	margin-top: 25px;
	padding: 0;
	background: #0080c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}

button:hover {
	background: #0060bf;
	/**
	-moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.6);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.6);
	box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.6);
    **/
}

button:active {
	border: 0px solid #0080c0;
}

.connect {
	width: 800px;
	margin: 50px auto 0 auto;
	font-size: 14px;
	text-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.connect p {
	position: relative;
	left: -140%;
	top: 0
}

.connect a {
	display: inline-block;
	width: 32px;
	height: 35px;
	margin-top: 15px;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}
.subLogo {
	color: #808080;
	font-weight: 500;
}
.copyright {
	font-size: 12px;
	color: #808080;
	padding-top: 10px;
	padding-bottom: 10px;
}
.messageBox {
	color: #a94442;
	margin-bottom: 12px;
	height: 14px;
	font-size:11px;
}
.error-message {
	/* border-color: #a94442; */
	/* background-color: rgba(0, 0, 0, 0.60); */
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
}
.contractcd, .loginId ,.password  {
	ime-mode:disable;
	-webkit-ime-mode:disabled
}
/*Loader Start*/
.loader {
	width: 100px;
	height: 100px;
}

.ball-clip-rotate > div {
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border: 2px solid #fff;
	border-bottom-color: transparent;
	height: 25px;
	width: 25px;
	background: transparent !important;
	display: inline-block;
	-webkit-animation: rotate 0.75s 0s linear infinite;
	animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}

	50% {
		-webkit-transform: rotate(180deg) scale(0.6);
		transform: rotate(180deg) scale(0.6);
	}

	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}

@keyframes scale {
	30% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.ball-clip-rotate-multiple {
	position: relative;
}

.ball-clip-rotate-multiple > div {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 2px solid #fff;
	border-bottom-color: transparent;
	border-top-color: transparent;
	border-radius: 100%;
	height: 80px;
	width: 80px;
	-webkit-animation: rotate 1s 0s ease-in-out infinite;
	animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple > div:last-child {
	display: inline-block;
	top: 10px;
	left: 10px;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	border-color: #fff transparent #fff transparent;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

@-webkit-keyframes ball-scale-ripple {
	0% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 1;
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.7;
	}

	100% {
		opacity: 0.0;
	}
}

@keyframes ball-scale-ripple {
	0% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 1;
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.7;
	}

	100% {
		opacity: 0.0;
	}
}

.popup-table {
	display: table;
	z-index: 1000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}

.popup-table-cell {
	display: table-cell;
	vertical-align: middle;
}
/*Loader End*/
