@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, address, code, del, dfn, em, img, q, dl, dt,
	dd, ol, ul, li, fieldset, form, label, legend, table, caption, body,
	tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section, address {
	display: block;
}

body {
	background: #f5f7f9;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	color: #495060;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

ul li {
	list-style: none;
}

img {
	border: none;
}


body {
	background: url(../images/site/index-bg.jpg) no-repeat;
	background-size:cover;
}

.login-main {
	padding: 100px;
}

.user-login {
	padding-top: 300px;
}

.user-login-box {
	background-color:#fff;
    margin: 0 auto;
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
    color: #ccc;
    border-radius: 5px;
    float: right;
    margin-right: 160px;
}

.form-title {
    font-weight: 300;
    margin: 20px 0  25px 0;
    color: rgba(0, 0, 0, .85);
    font-weight: 600;
    text-align: center;
	font-size: 26px;
	font-weight: 400!important;
}

.form-item {
	margin-bottom: 15px;
	display: flex;
}

.form-error {
	color:#ed4014;
}

.login-input {
	width: 360px;
	border: none;
    background-color: #fff;
    height: 36px;
    color: #515a6e;
	border: 1px solid #dcdee2;
	font-size: 15px;
	padding: 4px 12px;
	border-radius: 4px;
	outline:none;
}

.login-input:hover {
	border-color: #57a3f3;
}

.login-input:focus {
	outline: 0;
    box-shadow: 0 0 0 2px rgba(45, 140, 240, .2);
}

.login-submit {
	width:100%;
	height:45px;
	padding: 4px 12px;
	text-align: center;
	border: none;
	font-size: 16px;
	vertical-align: middle;
	color: #fff;
    background-color: #2d8cf0;
    border-color: #2d8cf0;
	cursor: pointer;
	border-radius: 4px;
}

.login-submit:hover {
	color: #fff;
    background-color: #57a3f3;
    border-color: #57a3f3;
}