.register {
  min-height: 911px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.register-box {
  width: 659px;
  min-height: 774px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 20px 1px rgba(227, 159, 0, 0.16);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #FFFFFF;
  margin: 54px 0;
  padding: 37px 106px 48px;
}

.register-box .input-group {
  background-color: #fff;
  border-radius: 4px;
}

.register-box .form-footer > button {
  border-radius: 10px;
  background: #007FAF;
}
