@charset "utf-8";
.login-full {
	width: 990px;
	max-width: 100%;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 94px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	display: table;
	padding: 28px;
}
.login-full .top-line {
	float: left;
	width: 100%;
	background-color: #006DBB;
	margin: 0px;
	padding: 0px;
	height: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.login-full .temps {
	float: left;
	width: 49.25%;
	margin-top: 36px;
}
.login-full .temps.form {
}
.login-full .temps.form .top {
	clear: left;
	float: left;
	margin-bottom: 32px;
}
.login-full .temps .list {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.login-full .temps .list .titles {
	float: left;
	width: 90px;
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
}
.login-full .temps .list .div {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 90px;
}
.login-full .temps .list input {
	border: 1px solid #E6E6E6;
	height: 40px;
	width: 100%;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(ie-css3.htc);
	background-color: #FFFFFF;
	color: #000000;
	line-height: 38px;
}
.login-full .temps .list input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #808080;
}
.login-full .temps .list input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #808080;
   opacity:  1;
}
.login-full .temps .list input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #808080;
   opacity:  1;
}
.login-full .temps .list input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #808080;
}
.login-full .temps .list input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #808080;
}
.login-full .temps .list #codekey {
	width: 80px;
	margin-right: 10px;
}

.login-full .temps.form .list #re {
	float: left;
	color: #999999;
	text-decoration: underline;
	font-size: 14px;
	margin-left: 15px;
	line-height: 40px;
}
.login-full .temps .list .send,
.login-full .temps.navs table tr td .list a {
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	background-color: #006DBB;
	text-align: center;
	float: left;
	width: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.login-full .temps .list .send{
	margin-top: 28px;
}


.login-full .temps.navs {
	float: right;

}
.login-full .temps.navs table {
	float: left;
	width: 100%;
	border-collapse: collapse;
}
.login-full .temps.navs table tr td {
	text-align: left;
	vertical-align: top;
}
.login-full .temps.navs table tr:last-child td {
	border: none;
}
.login-full .temps.navs table tr td .btns {
	color: #333333;
	text-decoration: none;
	float: left;
	width: 100%;
	line-height: 22px;
	font-size: 15px;
	background-color: #f2f2f2;
	padding-right: 15px;
	padding-left: 15px;
	height: 130px;
}
.login-full .temps.navs table tr td .btns:hover {
	background-color: #f2f2eb;
}
.login-full .temps.navs table tr:not(:last-child) td{
	padding-bottom: 28px;
}
.login-full .temps.navs .btns img {
	display: block;
	margin-bottom: 10px;
}
.login-full .temps.navs .btns i {
	display: block;
}
.login-full .temps.navs table tr td .list {
	float: right;
	width: 100%;
	display: none;
	padding-left: 10px;
	margin-top: 15px;
}
.login-full .temps.navs table tr td .list.active{
	display: block;
}
.login-full .temps.navs table tr td .list input {
	width: 66%;
}
.login-full .temps.navs table tr td .list a {
	float: right;
	width: 30%;
}
@media screen and (max-width: 1080px) {
.login-full{
	width: 495px;
	max-width:100%;
	display: table;
}
.login-full .temps {
	width: 100%;
}
}
@media screen and (max-width: 480px) {
.login-full{
	width: 100%;
	float: left;
}
}
