.bg {
  background-color: #f9f9f9;
}
.login {
  position: relative;
  margin-top: 20px;
  margin-bottom: 76px;
  padding: 40px 80px 63px;
  width: 498px;
  font-size: 16px;
  text-align: justify;
  background-color: #fff;
  border: 1px solid #0a2c85;
}
.login-title {
  font-size: 18px;
  color: #0a2c85;
  line-height: 50px;
  text-align: center;
  border-bottom: 3px solid #0a2c85;
}
.login-label {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #0a2c85;
}
.login-text {
  display: inline-block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  border: none;
  border-bottom: 1px solid #666;
}
.login-text.text2 {
  width: 45%;
}

.login-code {
  display: inline-block;
  /*width: 45%;*/
}

.forget-btn {
  margin-top: 38px;
  width: 45%;
  height: 47px;
  line-height: 47px;
  color: #fff;
  background-color: #3ea02a;
  border: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
.forget-btn2 {
  background-color: #0a2c85;
  float: right;
}
.forget-btn2:hover {
	color: #fff;
	text-decoration: none;
}
.login-forget {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #44ad35;
  text-decoration: underline;
}
.login-forget:hover {
  color: #44ad35;
}
.login-reg {
  position: absolute;
  right: -50px; 
  top: 80px;
  display: block;
  padding: 25px 15px;
  width: 50px;
  line-height: 20px;
  height: 143px;
  color: #fff;
  font-size: 18px;
  background-color: #0a2c85;
}
.login-reg:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .login-reg {
    position: relative;
    left: 0;
    top: 20px;
    color: #666;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #44ad35;
    text-decoration: underline;
    background-color: #fff;
  }
  .login-reg:hover {
    color: #44ad35
  }
}
@media screen and (max-width: 575px) {
  .login {
    margin-bottom: 40px;
    padding: 20px 15px 40px;
    width: 100%;
    font-size: 15px;
  }
  .login-label {
    margin: 20px 0 0;
  }
  .forget-btn {
    margin-top: 20px;
    font-size: 14px;
  }
}