
img {
  display: block;
  max-width: 100%;
}
.pt-8 {
  padding-top: 8rem;
}
.pt-6 {
  padding-top: 6rem;
}

.pt-3 {
  padding-top: 3rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-6 {
  margin-top: 6rem;
}
.mb-12 {
  margin-bottom: 12rem;
}
.mr-3 {
  margin-right: 3rem;
}

.landing-page .navbar-default .navbar-brand  {
  background: transparent;
}

.landing-page .navbar-default .navbar-brand:hover {
  background: none;
  cursor: pointer;
}

.text-color-primary {
  color: #1ab394;
}

.clear {
  clear: both;
}

.team-box {
  position: relative;
  display: flex;
  flex-direction: row;
}

.team-box > div {
  flex: 1;
}

.ui-box {
  position: relative;
  width: 130px;
}
.ui-box-text {
  position: relative;
  color: #fff;
  background-color: #012c42;
  width: 60px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  z-index: 2;
  font-weight: bold;
}
.ui-box-img {
  position: absolute;
  left: 48px;
  z-index: 1;
  top: 24px;
}
.ui-box-img img {
  display: block;
  max-width: 100%;
}

.team-box-text {
  padding-top: 40px;
}
.team-box-text p {
  color: #012c42 !important;
}

.link-btn {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #1ab394;
}

.mg-auto {
  margin: 0 auto;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.flex-row .img-auto {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.form-label {
  width: 105px;
}
.form-item {
  margin-bottom: 2rem;
}

button.submit-btn {
  display: block;
  border:none;
  color: #fff;
  font-weight: 800;
  background-color: #1ab394;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
}

.form-text {
  height: 30px;
}


