.custom-auth .auth-container {
  max-width: 1000px;
  /*margin: 50px auto;
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);*/
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.custom-auth .auth-divider {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 50%;
  width: 1px;
  background-color: #dee2e6;
}

.custom-auth .rts-btn {
  max-width: 100%;
}

.header-three .header-three-wrapper .nav-area nav ul li a.nav-item {
  color: #0C0A0A;
}

.custom-auth form.contact-form-contact select {
  display: block;
  background: #F6F6F6;
  height: 55px;
  padding: 0 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}

.header-three .header-three-wrapper .nav-area nav ul li a {
  /*font-size: 14px;*/
  color: #0C0A0A;
}

.header-three .header-three-wrapper .nav-area nav ul li ul li a {
  color: #fff;
}

@media (max-width: 768px) {
  .custom-auth .auth-divider {
    display: none;
  }
}