﻿html, body {
	height: 100%;
}

body {
	background: #EA5525;
	background: linear-gradient(#FA6A3B,#D9400E);
}

input, input[type="text"]::-webkit-input-placeholder,
input, input[type="password"]::-webkit-input-placeholder {
	color: white;
}

.main{
	position:relative;
}

.fq-order-login .am-input-group {
	border-bottom: 1px solid white;
}

.fq-order-login {
	height: 100%;
	background: left center url("/Public/assets/mobile/images/order_system/background_left.png") no-repeat;
	background-size: 70%;
}

.fq-login-partner {
	width: 100px;
	height: 100px;
}

.am-input-group .icon-yonghu,
.am-input-group .icon-suo {
	color: white;
	font-size: 30px;
}

.fq-login-user,
.fq-login-password {
	position: relative;
	top: -8px;
	background: none;
	border: none;
}

.fq-login-button {
	width: 80%;
    background:white;
	color: #D9400E;
	border: none;
}