﻿/*
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
*/
.modal {
  z-index: 100002;
}

.modal-backdrop {
  z-index: 100001;
}

.login-logo{
  padding:20px 0 0 30px;
}
.login-box{
  position:absolute;
  top:50%;
  left:0;
  right:0;
  margin-top: -200px;
}

.login-body{
    filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ce5f,endcolorstr=#00a1ec,gradientType=1);
  -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ce5f,endcolorstr=#00a1ec,gradientType=1);
  background: -webkit-linear-gradient(135deg, #00ce5f, #00a1ec); 
  background: -o-linear-gradient(135deg,#00ce5f,  #00a1ec); 
  background: -moz-linear-gradient(135deg,#00ce5f,  #00a1ec); 
  background: linear-gradient(135deg, #00ce5f,  #00a1ec); 
  position:relative;
}
.login-body2{
  background:#0976d6 url(../img/bg2.png);
  position:relative;
}
#particles {
  width: 100%;
  height:400px;
/*   overflow: hidden; */
}

.intro {
  position: absolute;
  top: 50%;
  right:20%;
  text-align: center;
  z-index: 10001;
}
h1 {
  text-transform: uppercase;
  font-size: 85px;
  font-weight: 700;
  letter-spacing: 0.015em;
}
h1::after {
  content: '';
  width: 80px;
  display: block;
  background: #fff;
  height: 10px;
  margin: 30px auto;
  line-height: 1.1;
}
h2 {
  margin: 0 0 20px 0;
  font-size: 20px;
  border-bottom:1px solid #ddd;
  padding-bottom: 10px;
}
.btn {

  text-decoration: none;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}
.btn:hover {
  color: #005544;
  border-color: #005544;
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 48px;
  }
  h1::after {
    height: 8px;
  }
}

@media only screen and (max-width: 568px) {
  .intro {
    padding: 0 10px;
  }
  h1 {
    font-size: 30px;
  }
  h1::after {
    height: 6px;
  }
  p {
    font-size: 18px;

  }
  .btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
  h1::after {
    height: 4px;
  }
}
.form{
  margin:0 auto;
  background: #fff;
  width:360px;
  padding:10px 0 20px 0;
  border-radius: 4px;
}
.form div{
  padding-bottom:10px;
}
.form span{
  /* padding:0 8px; */
}
.form input{
  width:100%;
  height:36px;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding-left:24px;
}
.username input{
  background: url(../img/username.png) no-repeat 4px center;
}
.password input{
  background: url(../img/password.png) no-repeat 4px center;
}
.idcode input{
  background: url(../img/idcode.png) no-repeat 4px center;
  padding-right: 80px;
}
.idcode{
  position:relative;
}
.button{
  background: #009a44;
  width: 64px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-right: 8px;
  cursor: pointer;
  color:#fff;
}
.login{
  width:100%;
}
.login:hover{
  background: #0abf5a;
  color:#fff;
}
.userform{
  padding:0 20px;
}
.fr-box{
  position:absolute;
  right: 0;
  top:0;
  width:80px;
  height:36px;
  line-height: 36px;
  background: #ddd;
  border-left: 1px solid #ddd;
  border-radius: 0 4px 4px 0;
}
div.remenber{
  font-size: 12px;
  line-height: 20px;
  height:30px;
 
}
.remenber input{
  width:14px;
  height:14px;
}
.remenber input,.remenber span{
  float:left;
}
.ins p{
  font-size: 12px;
  color:#666;
  padding-top:10px;
  text-align: center;
  position:fixed;
  bottom:20px;
  width:100%;
}
.normal{
  font-size: 12px;
  color:red;
}
.form-signin div{
  position:relative;
}
.form-signin div font{
  position:absolute;
  right:0;
  top:6px;
}
.form-signin .idcode font{
  right:85px;
}
.anan{
	width:565px;
}
