.logintable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	line-height: normal;
}

#outer {
  position: absolute;
  top: 20px;
  width: 100%;
  overflow: visible;
}

#inner {
  /*position: absolute;
  height: 550px;
  top: -275px;
  left: 0%;
  width: 100%;
  overflow: visible;*/
}
#outer2 {
  width:450px;
  height:69px;
  margin: 0px auto;
  padding: 0px auto!important;
  white-space: nowrap;
}

#puzzle {
  position: absolute;
  top: 35%;
  left: 15%;
  margin: 0 auto;
  //width: 100%;
}
body {
	background-image: url("images/BB-Login_bg.png");
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:bottom;
  background-size:cover;
  -webkit-background-size: cover;/* 兼容Webkit内核浏览器如Chrome和Safari */
  -o-background-size: cover;/* 兼容Opera */
  zoom: 1;
}

html {
	height: 100%;
}

.logoarea {
  /*width: 205px;*/
  height: 135px;
	vertical-align:middle;
	text-align:center;
	background:url("images/centrelogo.png") no-repeat center center;
  background-size: auto 135px;
  object-fit: cover;
}
.container {
  width: 310px;
  margin: 300px auto;
}

/* lidercaptcha use  */

.slidercaptcha {
  margin: 0 auto;
  width: 314px;
  height: 286px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
  margin-top: 0 auto;
  //position: fixed;
}

.slidercaptcha .card-body {
    padding: 1rem;
}

.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.03);
}

.refreshIcon {
    top: -54px;
}
input{
    background:none;
    outline:none;
    border-radius: 8px;
    border:1px solid #ccc;
}
