﻿@charset "utf-8";
/* CSS Document */
input:-webkit-autofill { background-color:#fff; background-image:none;-webkit-box-shadow: 0 0 0 1000px white inset;}

html,body{ margin:0; padding:0; background:#87d2d2;}
.loginBox {position: fixed;left: -100%;right:100%;top:0;bottom: 0;text-align: center;font-size: 0; z-index:9999; }
.loginBox:after {content:"";display: inline-block;vertical-align: middle;height: 100%;width: 0;}
.content{display: inline-block; *display: inline; *zoom:1;	vertical-align: middle;position: relative;right: -100%;width:430px;padding:50px 75px;background:#fff;}
.logo{ width:100%; text-align:center;}
.logoName{ color:#009999; font-size:24px; font-weight:bold; text-align:center; margin-top:10px;}
.inputDL{ width:100%; margin-top:20px;}
.inputDL dd,.inputDL dt{ width:100%; margin:0; padding:0; margin-bottom:10px; height:40px; line-height:40px; list-style:none;}
.inputDL dd{ border-bottom:solid 1px #f0f0f0;}
.inputNameBox{ width:100px;}
.inputBox{ width:305px;}
.inputNameBox,.inputBox{ height:40px; text-align:left;}
.inputName,.inputNameBox i,.inputNameBox,.inputBox,.inputBox input,.inputBox2{ float:left;}
.inputName{ font-size:16px; color:#999; height:40px; line-height:40px; margin-left:5px; display:block;}
.inputNameBox i{ margin-top:10px;}
.inputDL dd input{ width:100%; height:36px; line-height:36px; margin:0; padding:0;margin-top:4px; border:none; font-size:16px; outline:none; color:#aaa;}
.inputBox2{ width:220px;}
.inputDL dt{ margin-top:20px; display:inline-block;}
.inputDL dt .loginbutton{ width:275px; height:45px; line-height:45px; text-align:center; color:#fff; font-size:16px; border-radius:30px; background:#009999; border:none; cursor:pointer; outline:none;}

.inputDL .inputCheckBox input{float:left;width:30px;height:20px; line-height:20px;margin:0;margin-top:5px; padding:0; border:none; font-size:16px;outline:none; color:#666;}
.inputDL .inputCheckBox label{float:left;height:20px;line-height:20px;margin:0;margin-top:5px; padding:0;border:none; font-size:16px;outline:none; color:#666;}