.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;
}

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

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

.login-form .form-group {
  margin-bottom: 35px;
}

.form-menu-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.form-menu-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.form-menu-text {
  font-size: 14px;
  color: #999;
  display: block;
}

.form-checkbox {
  position: relative;
  bottom: 3px;
  margin-right: 7px;
  width: 14px;
  height: 14px;
}

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

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