
.login input {
  border: none;
  outline: 0px;
  font-size: 14px;
  padding: 0 10px;
}

.login {
  height: 100vh;
}

.login .banner img{
  height: 100vh;
}

.login .content {
  width: 350px;
  height: 400px;
  background: #fff;
  padding: 20px 25px;
  position: fixed;
  top: 26vh;
  right: 16vw;
  border-radius: 10px;
}

.login .content  .tabs{
    display: flex;
}


.login .content  .tabs div{
  width: 50%;
  text-align: center;
}

.login .content  .tabs div span{
  height: 35px;
  line-height: 35px;
  display: inline-block;
  width: 70px;
  cursor: pointer;
}

.login .content  .tabs div span.active{
  color: #EF5669;
  border-bottom: 3px solid #EF5669;
}


.login .content .form{
  padding: 50px 10px;
  padding-bottom: 40px;
}

.login .content  .form div{
  border-bottom: 1px solid #cdcdcd;
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
}


.login .content  .form .get-code,.login .content  .form .number{
  width: 100px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  background: #EF5669;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  cursor: pointer;
}

.login .content  .form .number{
  display: none;
}

.login .content  .btn{
  margin: 0 auto;
  width: 300px;
  text-align: center;
}

.login .content  .btn span{
  background: #EF5669;
  color: #fff;
  text-align: center;
  width: 280px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.login .content .foot{
  font-size: 14px;
  color: #8F8E8E;
  text-align: center;
  position: relative;
  top: 26px;
}

.login .content .foot a{
  color: #EF5669;
  cursor: pointer;
}
