body {
  font-family: "Open Sans", sans-serif;
  height: 100vh;
  background-color: #1C77AC;
  background-image: url("../img/login_bg.png");
  background-position:  center;
  background-repeat: no-repeat;
}

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  padding: 0 20px;
}
.bg{
  background-image: url("../img/logininfo3.png");
  background-repeat: no-repeat;
  height: 373px;
}

.login {
  padding: 20px 57px;
  position: relative;
  margin-left: 230px;
  margin-top: 80px;
}

.login input {
  display: block;
  padding: 0px 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #000;
}
.login a {
  font-size: 0.8em;
  color: #2196F3;
  text-decoration: none;
}
.login button {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: #1f79c6;
  color: #fff;
  display: block;
  border: none;
  margin: 0 auto;
  left: 0;
  bottom: 0;
  max-height: 60px;
  border-radius: 4px 4px 4px 4px;
  transform: rotateZ(0deg);
  transition: all 0.1s ease-out;
  border-bottom-width: 7px;
}
#captchaImg{
  border-radius: 2px;
  cursor: pointer;
  left: 0;
  top: 0;
}