.page-content {
  padding: 15vh 0;
}

.tabs-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 0 20% 60px;
}

.tabs-list .active {
  color: #333;
  border-bottom: 1px solid #333;
}

.tabs-item {
  color: #999;
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: bold;
  display: block;
}

.register-form {
  padding: 0 10%;
}

.register-form .form-control {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}

.flex-center {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.register-form .form-group,
.register-form .form-row {
  margin-bottom: 15px;
}

.submit-box {
  padding: 50px 0 20px;
}

.submit-box .btn-lg {
  height: 50px;
}

.modal {
  left: calc((100vw - 281px) / 2);
}

.verify-image {
  width: 120px;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.verify-input {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 150px;
}
