#head2 {
  box-shadow: none;
}

.main {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main .in {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 796px;
  height: 452px;
  box-shadow: 0px 3px 32px 0px rgba(133, 149, 196, 0.5);
  border-radius: 10px;
  background-color: #fff;
}

.main .in img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.main .in form {
  width: 100%;
  height: 100%;
  padding: 0 43px;
  box-sizing: border-box;
}

.main .in h3 {
  font-size: 18px;
  font-weight: bold;
  color: #03172F;
  text-align: center;
  margin: 30px 0;
}

.main .in p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 12px;
}

.main .in i {
  color: #FF3333;
}

.main .in input {
  width: 100%;
  height: 41px;
  font-size: 14px;
  padding: 0 14px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #F5F5F7;
  border: 1px solid #EEEEEE;
  outline: none;
}

.main .in .btn {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #FFFFFF;
  background: #194CFF;
  border: none;
  outline: none;
  cursor: pointer;
}