﻿@charset "utf-8";
/* CSS Document */

body {
    background: url(../images/login_logo.jpg?v=1.1.3) center top no-repeat #3c3f90;
    background-size: cover;
    height: 100%;
}

.box {
	width: 565px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}
.box_logo {
    width: 990px;
    margin: 0 auto 0;
    padding: 50px 0 0 0;
    height: 147px;
    background: url(../images/login_logofg.png?v=1.1.2) center bottom no-repeat;
}
.box_text {
	width: 545px;
	margin: 15px auto;
	background: #fff;
	border-radius: 10px;
}

.box_text_left {
	float: left;
	width: 208px;
	height: 266px;
	border-radius: 10px 0 0 10px;
	background: url(../images/login01.png) 40px 50px no-repeat #f6f6f6;
	border-right: 1px solid #eee;
}
.box_text_right {
	width: 270px;
	padding: 24px 34px 24px 0;
}
.box_text1 {
	height: 36px;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #f1f1f1;
}
.box_text1_l {
	width: 54px;
	height: 36px;
	text-align: center;
}
.box_text1_l img {
	padding: 7px 0 0 0;
}
.box_text1_r {
	width: 200px;
	height: 36px;
	padding: 0 0 0 10px;
}
.box_text1_r input {
	width: 200px;
	height: 34px;
	background: #fff;
	border: 0;
	font-size: 15px;
	color: #aaa;
	line-height: 36px;
}
.box_text2 {
	height: 36px;
	background: #fff;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #f1f1f1;
}
.box_text2_r {
	width: 100px;
	height: 36px;
	padding: 0 0 0 10px;
}
.box_text2_r input {
	width: 100px;
	height: 34px;
	background: #fff;
	border: 0;
	font-size: 15px;
	color: #aaa;
	line-height: 36px;
}
.box_text3 {
	width: 90px;
	height: 36px;
}
.box_text3_l {
	width: 80px;
	height: 32px;
}
.box_text3_l img {
	width: 80px;
	height: 30px;
	margin: 2px 0 2px 5px;
	border-radius: 6px;
	border: 0;
}
.box_text5 {
	width: 70%;
	height: 42px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
    .box_text5 a {
        width: 100%;
        height: 37px;
        line-height: 37px;
        background: #f99f12;
        color: #fff;
        font-size: 18px;
        border: 0;
        border-radius: 50px;
        cursor: pointer;
        display: block;
        text-align: center;
    }
        .box_text5 a:hover {
            background: #3c3f90;
            color: #fff;
        }
        .box_text5 a:active {
            background: #3c3f90;
            color: #fff;
        }
.box_error {
	height: 16px;
	text-align: center;
	line-height: 18px;
	padding: 3px 20px 0;
	color: #F30;
}
.foot {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
.foot a {
	color: #fff;
	text-decoration: none;
}
.foot a:hover {
	color: #fff;
}
