.page-box {
  padding-bottom: 1.25rem;
}
.page-box .hero-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-box .hero-box .title-pic {
  max-width: 300px;
}
.page-box .hero-box .hero {
  position: relative;
}
.page-box .hero-box .hero .salute {
  position: absolute;
  top: -8%;
  left: 54%;
}
.page-box .hero-box .adron-box-1,
.page-box .hero-box .adron-box-2 {
  position: absolute;
  z-index: 1;
}
.page-box .hero-box .adron-box-1 {
  top: 11px;
  left: -41px;
}
.page-box .hero-box .adron-box-2 {
  bottom: -50px;
  right: -26px;
}
.page-box .login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-box .login-form h1 {
  margin-bottom: 12px;
  color: #333;
  font-size: 1.5rem;
  letter-spacing: 2.4px;
  line-height: 1.45;
}
.page-box .login-form form .link-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page-box .login-form form .link-list a {
  color: rgba(51, 51, 51, 0.6);
  font-size: 0.875rem;
  line-height: 1.42;
}
.page-box .login-form form .divider-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.page-box .login-form form .divider-box .dropdown-divider {
  flex-grow: 1;
  border-color: rgba(51, 51, 51, 0.3);
}
.page-box .login-form form .divider-box .divider-text {
  color: rgba(51, 51, 51, 0.3);
  font-size: 1rem;
}
.page-box .login-form .visitors-login {
  margin-top: 12px;
  color: #bd9561;
  font-size: 0.875rem;
}
