.login_wrap {
  width: 100%;
  height: 100vh;
  background-color: rgba(76, 140, 195, .9);

}

.bg {
  width: 100%;
  height: 100%;
  position: relative;
}

img {
  width: 100%;
  height: 100vh;
}

#login,#selectPay {

  /* position: absolute;
  top: 300px;
  left: 730px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  font-size: 16px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  min-width: 500px;
}

#selectPay{
  display: none;
}

#selectPay input{
  height: 15px;
  width: 10%;
}

#selectPay .selectPayTitle{
  font-size: 18px;
  margin: 10px 0;
}

#selectPay .selectPayInput{
  line-height: 40px;
}

.title {
  width: 100%;
  font-size: 24px;
  /* font-weight: 600; */
  /* color: #409eff; */
  text-align: center;
  letter-spacing: 4px;
  /* height: 30px;
  line-height: 30px; */
}

.name {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.IDcard {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.form_label {
  font-size: 14px;
  color: #000;
  width: 80px;
  text-align: right;
}

input {
  width: 70%;
  height: 30px;
  background-color: #e8f0fe;
  border: none;
  outline: none;
  border-radius: 5px;
  padding-left: 10px;
}

.btn_wrapper {
  display: flex;
  justify-content: space-around;
}

/* .login_btn{
  width: 110px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #409eff;
  color: #fff;
  border: none;
  margin-top: 50px;
} */
.btn_wrapper button {
  background-color: #409eff;
  /* width: 120px; */
  border: none;
  flex: 1;
  margin: 50px 10px 30px;
  font-size: 16px;
  padding: 10px;

}

/* button {
  width: 26%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  
  color: #fff;
  border: none;
  margin: 10px 16px 10px 10px;

} */


#codeBox {
  width: 400px;
  height: 300px;
  border-radius: 20px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  /* position: absolute;
  top: 300px;
  left: 730px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}