body {
  background-color: #e7f1ff;
}
body .content {
  padding: 0;
  margin: 0;
  height: calc(100% - 60px);
  background-color: unset;
  min-height: unset;
}
body .content .container {
  padding: 0 12px;
  margin: 0 auto;
  background-color: unset;
}
body .content .container .box {
  background-color: unset;
  box-shadow: unset;
  margin-bottom: 0;
}
.reg {
  height: 100%;
}
.reg-box .nav {
  display: flex;
}
.reg-box .nav .nav-link {
  display: block;
  padding: 8px 16px;
}
.controls {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
}
.controls .checkbox {
  flex: 1;
  margin: 0;
}
.reg-box .input-group {
  margin-top: 25px;
}
.contact-box .radio {
  display: flex;
  align-items: center;
}
.contact-box .radio label {
  flex: 1;
}
@media (min-width: 992px) {
  body {
    height: 100vh;
    background-image: url(/assets/img/frontend/reg/reg-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .reg-box .input-group:last-child {
    margin-top: 30px;
  }
  .controls {
    font-size: 15px;
  }
}
