@CHARSET "UTF-8";
/* global */
* {word-break:break-all;font-family:"Microsoft YaHei","SimHei",Arial;-webkit-text-size-adjust:none;outline: none;}/*"Microsoft Yahei",*/
body{margin:0;font-size:14px;color:#333333;}
form,input,select,textarea,td,th {font-size:12px;}
img {border:none;}
ul li {list-style-type:none;}
ol li {list-style-type:decimal;}
ul,form {margin:0px;padding:0px;}
a:link,a:visited,a:active {color:#444;text-decoration:none;}
:focus,input::-moz-focus-inner, button::-moz-focus-inner{outline: 0;}

.login-logo{position: absolute;left: 50px;top: 50px;}
.login-logo span{color: white;font-size: 20px;vertical-align: bottom;margin-left: 10px;}

.login-main{background-color: #ffffff;padding: 60px 0px 80px 0px;border-radius: 8px;color: #595959;}
.login-main .content{margin: 0% 13.6%;}
.login-main .content .item{display: table;width: 100%;    background-color: white;border-radius: 22px;}
.login-main .content .item .left{cursor: text;border-right: none;
    border-left: 1px solid #bbb;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;display: table-cell;background-color: white;border-radius: 6px 0px 0px 6px;height: 40px;line-height: 40px;padding-left: 5px;padding-right: 5px;vertical-align: middle;width: 40px;}
.login-main .content .item .right{display: table-cell;border-left: none;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;border-radius: 0px 6px 6px 0px;}
.login-main h3{font-size: 22px;text-align: center;}
.login-main p{margin-top: 30px;margin-bottom: 0px;}
.login-main .text{height: 40px;line-height: 40px;border: 0px;border-radius: 0px 6px 6px 0px;width:100%;color: black;font-size:14px;}
.login-main .text::-webkit-input-placeholder {color: #bbb;}
.login-main .text::-moz-placeholder {color: #bbb;}
.login-main .text:-ms-input-placeholder {color: #bbb;}
.login-main input[type='button']{width:100%;height:40px;line-height:40px;border-radius: 5px;border:0px;color:#fff;font-size:16px;
background: #3366FF; 
        }
        
        
/* .login-main input[type='button']{width:100%;height:40px;line-height:40px;border-radius: 5px;border:0px;color:#fff;font-size:18px; */
/* background: #FF6633;  */
/*         background: linear-gradient(to right, #FF6633, #FFCC66);  兼容ie10,ie11 */
/*         background-image: -moz-linear-gradient(left, #FF6633, #FFCC66); Firefox */
/*         background-image: -webkit-gradient(linear, left, right, color-stop(0, #FF6633), color-stop(1, #FFCC66));Saf4+,Chrome */
/*         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6633', endColorstr='#FFCC66', GradientType='0');    IE */
/*         } */
        
.login-main .name{text-align: center;font-size: 24px;padding-bottom: 10px;}
.login-main input[type='button']:HOVER{cursor: pointer;}
.error-tip{position: absolute;width: 100%;margin-top: 5px !important;bottom: 40px;text-align: center;height: 20px;color: red;}
.browser-tip{color: #bbb;font-size: 12px;position: absolute;width: 100%;bottom: 15px;margin-top: 5px;text-align: center;margin-bottom: 0px;height: 20px;color: red;}    
.container{display:table;height:100%;} 
.row{display: table-cell;vertical-align: middle;}
.row-centered {text-align:center;}
.col-centered {display:inline-block;float:none;text-align:left;margin-right:-4px;}
.well {min-height: 20px;padding: 0px;margin-bottom: 0px;background-color:transparent;border: 0px;border-radius: 4px;-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);box-shadow: inset 0 0px 0px rgba(0,0,0,.05);}