h1 {
  font-size: 28px;
  font-weight: bold;
  color: #525252;
  text-align: center;
  padding: 72px 0 40px;
}
.create-form {
  /* margin-bottom: 40px; */
  padding:0 160px;
}
.create-form .col {
  width: 400px;
  margin-bottom: 28px;
}
.create-form .col .gz-label{
  font-size: 14px;
  position: relative;
}
.create-form .col .gz-label span{
  color: #DE1A1A;
}
.create-form input{
  width: 100%;
  border: 1px solid #D1D1D1;
}
.top-tips {
  width: 130px;
  padding: 8px;
  font-size: 12px;
  background: rgba(0,0,0, .6);
  color: #fff;
  border-radius: 4px;
  position:absolute;
  top: -30px;
  left: 0;
}
.create-form  .gz-option {
  width: 80px;
  height: 40px;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
input[type="radio"],
input[type="checkbox"]{
  width: 10px;
  height: 10px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.gz-radio {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #525252;
  transform: translateY(-50%);
}
input:checked+.gz-radio::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  background: #1F6DDC;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
input:disabled+.gz-radio::after {
  background: #525252; 
}
.gz-option .option-label {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1.2;
}
.gz-checkbox-option {
  position: relative;
  margin-right: 16px;
  height: 40px;
}
.gz-checkbox-option .option-label {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  color: #D1D1D1;
}
input[type="checkbox"]:checked+.option-label {
  color: #1F6DDC;
  border: 1px solid #1F6DDC;
}
input[type="checkbox"]:disabled+.option-label {
  color: #D1D1D1;
  border: 1px solid #D1D1D1;
  background: #F0F0F0;
}
.profile-btn {
  margin: 72px 0 94px;
  text-align: center;
}
.profile-btn button{
  width: 220px;
  height: 40px;
  border-radius: 4px;
}
