.bg {
  height: 600px;
  width: 100%;
  background-image: url(../images/login-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -80px;
}
.bg .main {
  height: 600px;
}
.bg .login-box {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -240px;
  width: 100%;
  max-width: 435px;
  /* height: 480px; */
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 2px 15px #ffffff80;
  padding: 50px;
}

.login-box .lb-title {
  font-size: 30px;
  color: #22c999;
  text-align: center;
  border-bottom: 2px solid #22c999;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.form-control{
	height:45px;
	background-color: #fff;
	border:1px solid rgba(220,223,230,1);
}
.login-box .lb-btn-box {
  position: relative;
}

.login-box .lb-btn-box input {
  width: 60%;
  display: inline-block;
}
.login-box .lb-btn-box button {
  position: absolute;
  right: 0;
  font-size: 16px;
  height: 60px;
  border-radius: 10px;
  width: 35%;
}
.login-box .lb-info {
  color: #c1c1c1;
}
.login-box .lb-submit {
  /* margin-top: 30px; */
  width: 100%;
  border-radius: 10px;
  height: 45px;
  background: #22c69a;
  font-size: 20px;
}

.bg.register {
  background-position-y: 0;
}

/* .bg.register .main {
  height: 700px;
} */

/* .bg .register-box {
  height: auto;
  margin-top: -377px;
} */

.register-box input {
  /* width:384px; */
  height:45px;
  border:1px solid rgba(220,223,230,1);
  border-radius:10px;
  background: #ffffff;
}

@media (max-width: 480px) {
  .bg {
    background: #fff;
  }
}

.reg{
	height:847;
	background-image: url(../images/reg.png);
}
