﻿@charset "UTF-8";
/*----------------------------------------------------------------------------------- */
/*  Mixins/variables */
/*----------------------------------------------------------------------------------- */
.inline {
  display: inline-block;
  *display: inline;
  zoom: 1; }

/*----------------------------------------------------------------------------------- */
/*  Document Setup */
/*----------------------------------------------------------------------------------- */
* {
  outline: 0 !important; }

html, body {
   margin: 0;
            padding: 0;
            border: 0px;
            width: 100%;
            height: 100%; }

html {
  height: 100%; }

body {
  font-family: "Lato", sans-serif !important;
  /*color: #666666;*/
  /*background: #e8e8e8;*/
  padding-top: 10px;
  min-height: 100%; }

/*----------------------------------------------------------------------------------- */
/*  Login 1 */
/*----------------------------------------------------------------------------------- */
body.login1 {
  padding: 0;
  background: url(../images/login-blurry-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative; 
  overflow:hidden;
  margin-top:-30px !important;
}
  body.login1.signup .login-container {
    /*margin-top: -215px;*/
    height: 430px; }
  body.login1 .login-wrapper {
    position: absolute;
    width: 100%;
    height: 100%; 
    z-index: 99999;
  }
    body.login1 .login-opactity {
         filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
    }
  body.login1 .login-container {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-bottom: 0px;
    width: 380px;
    height: 380px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -190px 0 0 -190px;
    /*opacity: 0;*/
    -webkit-transition: all 1s 0.5s;
    -moz-transition: all 1s 0.5s;
    transition: all 1s 0.5s; }
    body.login1 .login-container.active {
      filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
 }
    body.login1 .login-title {
    font-size:18px;font-weight:bold;height:60px;
    }
    body.login1 {
      margin: 10px auto 30px; }
    body.login1 .login-container .form-group {
      position: relative;
      margin-bottom: 0; }
.input-default {
    padding-top:2px !important;
    height:26px !important;
    padding-left:6px !important;
}
    body.login1 .login-container input.form-control {
      height: 48px;
      font-size: 15px;
      box-shadow: none;
      border-radius: 0;
      border: 0;
      border-bottom: 1px solid #d6d6d6;
      padding-left: 0;
      padding-right: 0;
      background: transparent; }
    body.login1 .login-container .form-options {
      margin: 20px 0 30px; }
      body.login1 .login-container .form-options .checkbox {
        display: inline-block; }

    body.login1 .login-container img {
      cursor: pointer;
      position:absolute;
      top:20px;
      opacity: 0.5;      
      padding-left: 7px; 
      right: 0px; }
    body.login1 .login-container input[type="submit"]:hover {
        opacity: 1; }
    body.login1 .login-container img:hover {
        opacity: 1; }
    body.login1 .login-container .social-login {
      margin-bottom: 25px; }
      body.login1 .login-container .social-login > .btn {
        width: 49%;
        margin: 0; }
      body.login1 .login-container .social-login .facebook {
        background-color: #335397;
        border-color: #335397; }
        body.login1 .login-container .social-login .facebook:hover {
          background-color: transparent;
          color: #335397; }
      body.login1 .login-container .social-login .twitter {
        background-color: #00c7f7;
        border-color: #00c7f7; }
        body.login1 .login-container .social-login .twitter:hover {
          background-color: transparent;
          color: #00c7f7; }
    body.login1 .login-container p.signup {
      margin-bottom: 0; }

/*----------------------------------------------------------------------------------- */
/*  Buttons */
/*----------------------------------------------------------------------------------- */
.btn {
  font-weight: 300;
  margin: 0 0px 0px 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }
  .btn.active {
    box-shadow: none; }
  .btn .caret {
    margin: -2px 0 0 6px; }
  .btn [class^="icon-"], .btn[class*="icon-"] {
    display: inline-block;
    margin-right: 10px; }

.btn-primary {
  background: #007aff;
  border-color: #007aff; }
  .btn-primary:hover, .btn-primary.active {
    background: transparent;
    color: #007aff;
    border-color: #007aff; }
    .btn-primary:hover .caret, .btn-primary.active .caret {
      border-top-color: #007aff; }
/*Login2 样式begin*/
body.login_bg2 {
    padding: 0;
   background: url(../images/login_bg2.jpg) no-repeat center center;
    background-size: cover;
    overflow:hidden;
    margin-top:-10px !important;
}
body.login_bg .login_wrapper {
    width: 100%;
    height: 100%; 
}
.login_content2{
    margin-bottom: 0px;
    width:380px;
    height:455px;
    min-height:455px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -190px 0 0 -190px;
    /* opacity: 0; */
    -webkit-transition: all 1s 0.5s;
    -moz-transition: all 1s 0.5s;
    transition: all 1s 0.5s;

}
.login_content2_logo {
    width:100%;
	display:block;
    color:#282828;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom:20px;
    height:30px;
    line-height:30px;
    text-align:center;
   
}
.login_content2_logo img {
   background-size:95px 30px;
}
.login_content2_logo .span1 {
    position: relative;
    top:3px;
}
.login_content2_box {
    width:380px;
    padding:40px;
     background-color:#f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
}
.login_content2_box_title {
    width:100%;
    line-height:1.9rem;
    font-size:1.3rem;
    display:block;
    color:#92bf35;

}
.login_content2_box_title .span2 {
    font-size:12px;
    padding-left:6px;
    color:#d0d0d0;
 }
.login_txt {
	position: relative;
	width: 100%;
	height: 44px;
	margin-top:12px;
    top: 0px;
    left: 0px;
    color:#000;
}	
.login_txt .lg_iptbox2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 18px;
    border-radius:0;
    border: 0;
    color: #000;
    background:#e9e9e9;
}
.lg_iptbox2 input {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 40px;
	-webkit-appearance: none;
    background:none;
	border: none;
	font-size: 16px;
	line-height: 42px;
    color:#666;
}
.login_txt .lg_iptboxvd {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 18px;
    border-radius:0;
    border: 0;
    color: #000;
    background:#e9e9e9;
}
.lg_iptboxvd input {
	display: block;
	width: 100%;
	height: 100%;
	padding-left:4px;
	-webkit-appearance: none;
    background:none;
	border: none;
	font-size: 16px;
	line-height: 42px;
    color:#666;
}
.login_txt  .input_reset2 {
	content: '';
	position: absolute;
	width: 34px;
	height: 44px;
	line-height: 40px;
	left: 0px;
	top:0px;
	text-align: left;
    /*background:#fff;*/
}
.login_txt .lg_iptbox2_left {
    float:left;
    display:block;
    width:200px;
    height:44px;
    background:#e9e9e9;
}
.login_txt .lg_iptbox2_right {
	float:right;
    display:block;
    width:92px;
    height:44px;
    background:#e9e9e9;
}
.login_btm2 {
    width: 100%;
    height: 44px;
    background: #3e83ce;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    border: 0;
}
.login_content_h2 {
    padding: 10px 0;
    line-height: 22px;
    font-size: 16px;
    /* color: #ffffff; */
    text-align: center;
}