/*@import url(http://fonts.useso.com/css?family=Source+Sans+Pro:200,300);*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
.wrapper {
  background: #71bdff;
  background: -webkit-linear-gradient(top left, #71bdff 0%, #4b9fff 100%);
  background: linear-gradient(to bottom right, #71bdff 0%, #4b9fff 100%);
  /*background: #50a3a2;*/
  /*background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);*/
  /*background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);*/
  opacity: 1;
  /*opacity: 0.8;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper.form-success .container h1 {
  -webkit-transform: translateY(85px);
      -ms-transform: translateY(85px);
          transform: translateY(85px);
}
.container {
  width:250px;
  height:200px;
  position: absolute;
  top:50%;
  left:50%;
  margin:-100px 0 0 -125px;
}
#btnname{
  width:25px;
  height:25px;
  top:8px;
  right:1px;
  position: absolute;
  z-index: 4;
}
/*#selname{*/
/*  width:250px;*/
/*  !*top:calc(50% - 60px);*!*/
/*  !*left:calc(50% - 200px);*!*/
/*  top:55px;*/
/*  position: absolute;*/
/*  z-index: 5;*/
/*  font-weight: 300;*/
/*  padding: 10px 0 0 0;*/
/*  text-align: center;*/
/*  font-family: "15px/22px Microsoft YaHei", Arial, sans-serif;*/
/*}*/
#selname {
  width: 100%;
  max-height: 200px;
  position: absolute;
  top: 55px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #888;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 8px 8px;
  z-index: 15;
  /*display: none;*/
}
#selname li {
  width: 100%;
  height: 34px;
  overflow: hidden;
  /*border-bottom: 1px solid #ddd;*/
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  list-style: none;
}
#selname li a {
  width: 100%;
  height: 34px;
  display: inline-block;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.sign_txt{
  width:100%;
  height:40px;
  position: relative;
  margin:15px 0;
  z-index: 2;
}

.sign_txt input[type=text],.sign_txt input[type=password],#cliname{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  width:100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 12px 15px;
  /*margin: 0 auto 15px auto;*/
  display: block;
  text-align: center;
  font-family: "15px/22px Microsoft YaHei", Arial, sans-serif;
  color: white;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  font-weight: 300;
}

.sign_txt input[type=text]:hover,.sign_txt input[type=password]:hover {
  background-color: rgba(255, 255, 255, 0.4);
}/*
.sign_txt input[type=text]:focus,.sign_txt input[type=password]:focus {
  background-color: white;
  color:#333;
  font-size: 16px;
}*/
.sign_txt nav{
  height:20px;
  float:left;
  padding:0 15px;
}
.sign_txt nav input[type=radio]{
  width:18px;
  height:18px;
  display: inline-block;
  float:left;
  margin:1px 3px;
}
.sign_txt nav span{
  display: inline-block;
  line-height: 20px;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 13px;
  color:#fff;
}
.sign_txt a{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #4b9fff;
  border-radius: 3px;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto 10px auto;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  text-decoration:none;
}
.sign_txt a:hover {
  background-color: #f5f7f9;
}
.userPrompt{
  width:250px;
  height:20px;
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
  line-height: 20px;
  color: #e50000;
  font-family: "13px/22px Microsoft YaHei", Arial, sans-serif;
}
.loading_text{
  width:400px;
  height:200px;
  border-radius: 3px;
  position: absolute;
  top:50%;
  left:50%;
  margin:-100px 0 0 -200px;
  z-index: 150;
  display: none;
}
.loading_T{
  width:100%;
  height:40px;
  margin-top:60px;
  text-align: center;
  line-height: 40px;
}
.loading_T span{
  font-family: "13px/22px Microsoft YaHei", Arial, sans-serif;
  color:#fff;
}
.loading_T a{
  padding:0 10px;
  font-family: "13px/22px Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  color:#fff;
}
h3{
  width:100%;
  height:40px;
  text-align: center;
  line-height: 80px;
}
.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-960px) rotate(600deg);
            transform: translateY(-960px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-960px) rotate(600deg);
            transform: translateY(-960px) rotate(600deg);
  }
}
