html {
  position: relative;
  height: 100%;
}
body {
  /* Margin bottom by footer height */
  /* margin-bottom: 60px;
  background-color: #000000; 
  color:#fff;*/ 
  height:100%;
}
.bg{  
  background: url(../../../../../images/qinqi/bg-2.png) no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  height:100%
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  
}
.form-signin {
  padding: 0px;
  margin: 0px 20px;
  border-radius:5px;
  background-color:white;
  float : right;
}
.form-signin .form-signin-heading {
	width: 100%;
    height: 80px;
    background-color: #0371d1;
    border-radius: 5px 5px 0 0;
    font-family: SourceHanSansCN-Regular;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
	line-height:80px;
    text-align: center;
    overflow: hidden;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.form-signin .form-signin-heading  .bg1{
    display: inline-block;
    width: 54px;
    height: 54px;
    background: #fff;
    opacity: .1;
    border-radius: 0 74px 0 0;
    position: absolute;
    left: 0;
    top: 43px;	
}
.form-signin .form-signin-heading  .bg2{
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #fff;
    opacity: .1;
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: -16px;	
}
.form-signin .deal {
    width: 90%;
    height: 40px;
    background-color: #0371d1;
    border-radius: 16px;
    margin: 24px auto 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;	
}

.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin-heading {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
    border-radius: 4px;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (min-width: 768px) {
	.form-signin {
	  /**float:right!important;*/
	 }
}
@media (max-width: 767px) {
	.form-signin {
	  float:none!important;
	  margin-left: auto;
	  margin-right: auto;
	 }
}
