main {
  height: 80vh;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 425px) {
  main {
    height: auto;
    padding: 0 10% !important;
  }

  .form_container {
    padding: 30px 0;
  }
}

footer {
  background-color: #2b3440;
  height: 100%;
  padding: 20px;
}

.nav-link {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.nav-link:hover {
  color: #f2f2f2;
}

.nav-item {
  margin-right: 15px;
}

.btn_register {
  background-color: #FF5C33;
  padding: 5px 20px !important;
  border-radius: 3px;
}

.form_title {
  color: #FF3300;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.form_subtitle1 {
  color: #4354A4;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}

.form_subtitle2 {
  color: gray;
}

.form_container label {
  color: gray;
}

.form_container .btn-primary {
  background-color: #1E347B;
  border-radius: 4px;
  width: 213px;
  font-size: 1rem;
}

.vertical_line {
  height: 99px;
  width: 5px;
  background-color: #95999f;
}

.social_item {
  background-color: #eaebec;
  color: #2b3440;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_item i {
  font-size: 16px;
}

.social_item a {
  color: #2b3440;
}

footer a {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

footer .hr_line {
  width: 80%;
  height: 1px;
  background: #fff;
  margin: 20px auto;
}

footer .copy_right {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
}