.wrp {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  display: flex;
  background-image: url('../img/login_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.wrp .form-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrp .form-wrap .inp .ico {
  width: 15px;
  height: 18px;
}
/* .wrp .form-wrap .inp .ico.account {
  background: url("../../../assets/image/account_line.png") no-repeat center center;
}
.wrp .form-wrap .inp .ico.lock {
  background: url("../../../assets/image/lock_line.png") no-repeat center center;
} */
.wrp .form-wrap .inp /deep/ .ant-input-prefix {
  left: 5px;
}
.wrp .form-wrap .inp /deep/ .ant-input {
  border: none;
  border-bottom: 1px solid #999999;
  border-radius: 0;
}
.wrp .form-wrap .inp /deep/ .ant-input:focus,
.wrp .form-wrap .inp /deep/ .ant-input:hover {
  border-color: #9999 !important;
  box-shadow: none;
}
.wrp .form-wrap .form-title {
  width: 60%;
  height: 42px;
  background-image: url('../img/login_title.png');
  background-repeat: no-repeat;
  background-size: 170px 100%;
  margin-bottom: 40px;
}
.wrp .form-wrap .form-title .title-icon{
  height: 40px;
  width: 40px;
  background-image: url('../img/productServe/鸟icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.wrp .form-wrap .form-content {
  width: 60%;
  min-width: 320px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
.wrp .form-wrap .between /deep/ .ant-form-item-control {
  width: 100%;
}
.wrp .form-wrap .between /deep/ .ant-form-item-children {
  display: flex;
  justify-content: space-between;
}
.wrp .form-wrap .login-form-button {
  width: 100%;
  height: 44px;
  line-height: 44px;
  box-shadow: 0px 8px 20px -4px rgba(167, 169, 230, 0.76);
}
.wrp .form-wrap .login-form-button /deep/ .ant-form-item-children {
  width: 100%;
}
.wrp .form-wrap .tips {
  color: #db383a;
  font-size: 12px;
}
.wrp .form-wrap .tips /deep/ .ant-form-item-children {
  margin: 0;
  line-height: normal;
}
.wrp .form-wrap .form-bot {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-width: 320px;
}
.wrp .form-wrap .form-bot p {
  text-align: center;
}
.wrp .left-wrp {
  width: 60%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrp .left-wrp .title-content {
  width: 50%;
  margin: 0 auto;
}
.wrp .left-wrp .title-content h2 {
  color: #fff;
  font-size: 3vw;
  user-select: none;
}
@media screen and (max-width: 1024px) {
  .wrp .left-wrp {
    background: fuchsia;
    display: none;
  }
}
.between{
  display: flex;
  justify-content: space-between;
}
.form-content .title h3{
  font-weight: bold;
  font-size: 20px;
  color: #262626;
}
.typeGro button{
  width: 100%;
  font-size: 16px;
  height: 40px;
}
.typeGro button:nth-child(1){
  margin-top: 40px;
  margin-bottom: 40px;
}
form label{
  font-weight: bold;
}