.loginForm {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.loginTips{
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 8px 20px;
  color:#666666;
  background: #F1F1F1;
  margin-top: 16px;
  font-size: 12px;
}

.loginTips .passwordTips {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
}

.loginForm .tabBoxSwitch {
  display: flex;
  margin-bottom: 30px;
}

.loginForm .tabBoxSwitch .tabBoxSwitchItem {
  flex: 1;
  display: inline-block;
  text-align: center;
  height: 74px;  
  line-height: 74px;
  font-size: 20px;  
  font-weight: bold;
  cursor: pointer;
}

.loginForm .tabBoxSwitch .tabBoxSwitchItemActive {
  font-size: 22px;
  background-color: rgba(241, 246, 255, 1);
  color: #1E76E4;
}

.phoneInputGroup {
  display: flex;
  position: relative;
  padding: 0 42px;
  width: 100%;
}

.phoneInputGroup .el-form-item {
  width: 100%;
  color: #8590a6;
  border: none;
  /* border-bottom: 1px solid #ebebeb; */
  border-radius: 0;
  display: flex;
}
.phoneInputGroup .el-form-item .el-form-item__content{
  flex:1;
}

/* .inputStyle {
  display: inline-block;
  outline: none;
  flex: 1 1;
  padding: 0;
  overflow: hidden;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background: transparent;
  border: none;
  resize: none;
  z-index: 100;
} */

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #808080;
  transition: background-color 1000s ease-out 0.5s;
}

/* .msgBtn {
  position: absolute;
  top: 24px;
  right: 0;
  padding: 4px 0;
  color: #175199;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} */
.phone-btn {
  border: none;
  height: auto;
  padding: 0;
  line-height: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
}

/* .mainForm {
  padding: 0 20px;
} */

.bottomOption {
  padding: 0 42px 20px;
}

.bottomCheckbox {
  margin: 8px 0;
}

.loginBtn {
  display: inline-block;
  padding: 0 16px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  color: #fff;
  background-color: #0084ff;
  width: 100%;
  height: 36px;
  border-color: #0084ff;
}

.bottomTips {
  background: #f2f6fc;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
