/**
 * 首页样式文件
 */

::placeholder {color: #b3b3b3; font-size: 14px;}

.bg {position: absolute; width: 100%; height: 100%; background: url('../image/home-bg.jpg') no-repeat; background-size: 100% 100%;}
.layui-input-wrap .layui-input-prefix+.layui-input,.layui-input-wrap .layui-input-prefix~* .layui-input
{
	font-size: 16px;
	border-color: #b3b3b3;
	background: url(../image/p_form.png) 0 0 repeat;
}
.layui-input:hover,.layui-textarea:hover {border-color: #ff9800!important;}
.layui-input:focus,.layui-textarea:focus {border-color: #ff9800!important;}

/* 左侧标语 */
.slogan {padding-top: 60px; color: white;}
.slogan dl dt {margin-top: 50px; font-size: 38px; font-weight: 700;}
.slogan dl dt small {display: block; font-size: 24px; line-height: 48px;}
.slogan dl dd {display: block; margin-top: 15px; overflow: hidden;}
.slogan dl dd h4 {font-size: 18px; line-height: 32px; font-weight: 300;}

/* 右侧登录区域 */
.login-panel {background-color: white; border-radius: 10px;}

/*底部*/
/*.footer {position: fixed; bottom: 0; left: 0; width: 100%; height: 33px; background-color: #101010; color: #fff; line-height: 33px; text-align: center; z-index: 3;}*/
