/**
* BJ-DEMO
* Designed by vicco
* 2015.10.08
***/
html{overflow:hidden;}
@font-face{
    font-family: 'yh';
    src:local("Microsoft YaHei");
}
body{
    margin:0;padding:0;color:#1a1a1a;
    font-family: 'yh' !important;
    font-size:.75em;
    overflow:hidden;
}
#wrap{
    width:100%;
    height:100%;
    background: -webkit-gradient(linear, 0 0,0 70%, from(#48D1CC), to(#4682B4));
    background: -moz-linear-gradient(top,#48D1CC,#4682B4);
    background: -ms-linear-gradient(#48D1CC 0%,#4682B4 100%);
    display:flex;
    justify-content: center;
    align-items: center;
    
}
/*首先定义基本滚动条样式，此定义只适合基于webkit核心的浏览器*/
::-webkit-scrollbar {width: 10px;}/* Track & scroll thickness */
::-webkit-scrollbar-track {background-color:#f8f8f8;}/* Track color */
::-webkit-scrollbar-thumb {background-color: #eaeaea;}/* Scroll color */
::-webkit-scrollbar-thumb:hover {background-color:#cfcfcf;}
/*
 * 定义基础的录入框，文本框，选择等样式
 * -webkit-appearance:none; 取消了浏览器基本的样式设置，因此所有元素均通过以下样式重新定义
*/
input,button,select,textarea{outline:none;-webkit-appearance:none;font-family:'yh';font-size:.75em;} textarea{resize:none;height:100px;}
label{margin-right:10px;}
label:last-child{margin-right:0;}
form{margin:0;padding:0;}
::-webkit-input-placeholder{color:#cfcfcf;font-style:oblique;}
input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;}
/*配置基础文本录入框，文本域基础样式以及获得焦点后的特效*/
input[type=text],input[type=password],select,textarea{
    border:1px solid #fff;
    border-bottom:1px solid #cbcbcb;
    -webkit-transition:all .3s ease 0s;
}
/*input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus{*/
/*color:#24459a;*/
/*border-color:#00aced;*/
/*-webkit-box-shadow:0 0 3px #cbcbcb inset;*/
/*}*/
/*单独设置文本框和选择框的高度*/
input[type=text],input[type=password],select{
    padding-left:5px;
    color:#000;
    font-size:16px;
    -webikit-box-sizing:border-box;
}

#loading{
    position:absolute;
    top:50%;
    height:50px;
    text-align:center;
}
#changePwd{
    width:330px;
    height:340px;
    position:absolute;
    top:25%;left:50%;margin-left:-165px;
    flex-direction: column;
    padding:40px;
    z-index:500;
    background:#fff;
    border-radius:40px;
    -webkit-border-radius:40px;
    box-sizing: border-box;
    box-shadow:0 0 35px #2e7393;
}
#cpTitle{
    margin-top:10px;
    font-size:20px;
    letter-spacing:1.2px;
}
.btn{
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-primary{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

#content{
    width:330px;
    height:340px;
    position:absolute;
    top:25%;left:50%;margin-left:-165px;
    display:none;
    flex-direction: column;
    padding:40px;
    opacity:.9;
    z-index:100;
    background:#fff;
    border-radius:40px;
    -webkit-border-radius:40px;
    z-index:10;
    box-sizing: border-box;
    box-shadow:0 0 35px #2e7393;
}

#testBrowserContent{
    width:330px;
    height:340px;
    margin:-205px 0 0 -165px;
    position:absolute;
    left:50%;top:50%;
    display:none;
    z-index:100;
    background:#fff;
    border-radius:40px;
    z-index:11;
    box-shadow:0 0 35px #2e7393;
}

#testBrowser-name{
    font-size:18px;
    position:absolute;
    left:50%;top:23%;
    right: 10%;
    letter-spacing:0px;
    margin-left:-130px;
}

.download_chrome{
		/* margin:40px auto;
		padding:15px 20px;
		text-align: center; */
		width:100px;
		color:#fff;font-size:16px;
		background:#8dbc48;
}
.shak-ani{
    -webkit-animation:shake 1s 0s ease both;
}

@-webkit-keyframes shake{
    0%,100%{-webkit-transform:translateX(0);}
    10%,30%,50%,70%, 90%{-webkit-transform:translateX(-10px);}
    20%,40%,60%,80%{-webkit-transform:translateX(10px);}
}

#system-name{
    width: 230px;
    font-size:23px;
    margin-top:10px;
    font-weight:600;
    letter-spacing:5px;
    text-align: center;
    margin: 0 auto;
    /*#text-align: justify;text-justify:distribute-all-lines;*/
    /*#text-align-last:justify;*/
}

#copyright{
    margin-top:10px;
    font-size:16px;
    letter-spacing:1.2px;
    display: none;
}

#name-input,#pwd-input{
   /*width:240px;*/
}
#name-input{
    margin-top:40px;
}

#pwd-input{
    margin-top:20px;
}
#name-input > input, #pwd-input > input{font-size:16px;height:30px;width:240px;}
#pwd-caps{
    height:35px;width:240px;
    position:absolute;
    left:50%;top:50%;
    margin:55px 0 0 -150px;
    background:#eb4026;color:#fff;
    text-align:center;line-height:35px;
    font-size:14px;
    -webkit-border-radius:3px;
    -webkit-box-shadow:0 0 3px #333;
    display:none;
}
.pwdCapson{
    /*-webkit-animation:'slideUpCaps' .3s ease 0s 1;*/
}
/*@-webkit-keyframes 'slideUpCaps'{*/
    /*0%{opacity:0;margin-top:70px;}*/
    /*100%{opacity:1;margin-top:55px;}*/
/*}*/
#login-btn{
    position:absolute;
    left:50%;top:270px;margin-left:-23px;
    width:45px;height:45px;
    -webkit-border-radius:50px;
    color:#cbcbcb;
    background-color:#fff;
    font-size:3em;
    border:1px solid #cbcbcb;
    cursor:pointer;
    -webkit-transition:all .5s ease 0s;
}
#login-btn:before{
    margin-left:-2px;
}

#login-btn:hover{
    -webkit-box-shadow:0 0 10px #d4d4d4;
}
#login-btn:active{
    -webkit-box-shadow:0 0 8px #d4d4d4 inset;
}
#error{
    width:445px;
    height:50px;
    position:absolute;
    top:8.5%;left:50%;margin-left:-165px;
    /*top:50%;left:50%;*/
    /*margin-top:-300px;*/
    /*margin-left:-240px;*/
    background:#eb4026;
    border-radius:5px;
    z-index:9;
    text-align:center;
    line-height:50px;
    color:#fff;font-size:18px;
    display:none;
    -webkit-box-shadow:0 0 10px #ad301c;
}
/*.showUp{*/
    /*-webkit-animation:'upShow' .5s ease 0s 1;*/
/*}*/
/*.showDown{*/
    /*-webkit-animation:'downShow' .5s ease 0s 1;*/
/*}*/

.ball{
    position:absolute;
    background:#c7e6e8;
    z-index:1;
    -webkit-border-radius:500px;
    -webkit-transition:all 2s ease 0s;
}

#company-copyright{
    position:absolute;
    bottom:-40px;margin-left:25px;
    line-height:24px;
    color: #c4daf5;
}

#draw-ball{
    -webkit-filter:blur(1px);
}

/**
 隐藏显示密码样式
*/

.input-group {
  position: relative;
 
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-eye-open:before {
  content: "\e106";
}

.glyphicon-eye-close:before {
  
  content: "\e105";
}
/*input[type=password] {
	border:none!important;
}*/
/*#pwd-input {
	border-bottom:1px solid #cbcbcb;
}*/
#pwd-input .input-group-addon:last-child {
	background:transparent!important;
	position: absolute!important;
    right: 10px;
    top: -5px;
	border:none;
}
#pwd-input input{
	width:240px;
}

