.check-container {
  width: 100%;
  position: relative;
  padding: 60px 0;
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .check-container {
    padding: 60px 15px;
  }
}
.protect {
  text-align: center;
  font-size: 12px;
  color: #3D3D3D;
}
.protect a {
  text-decoration: underline;
}
.form-group {
  display: flex;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .form-group {
    margin-bottom: 30px;
  }
}
.form-group label {
  font-size: 14px;
  width: 105px;
  padding-top: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .form-group label {
    width: 90px;
  }
}
.form-group .form-control {
  width: 565px;
  height: 40px;
  border: 1px solid #A7A7A7;
  border-radius: 4px;
  padding: 0 26px;
  background-color: transparent;
  flex-grow: 1;
}
.form-group .form-textarea {
  height: 123px;
  padding: 10px 26px;
}
.form-group .form-btn {
  width: 70%;
  margin: 0 auto;
  height: 46px;
  background: var(--main-color);
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 23px;
  font-weight: 500;
}
.form-group .code {
  width: 150px;
  height: 40px;
  margin-left: 20px;
}
.form-group .code img {
  width: 100%;
  height: 100%;
}
