.hr-auth {
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
}
.hr-sc-bg-gray {
  background: #0a0a0a !important;
}
.hr-auth .hr-auth-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}
.hr-ycenter {
  align-items: center;
}
.hr-xcenter {
  justify-content: center;
}
.hr-auth .hr-auth-wrap .hr-auth-card {
  max-width: 520px;
  border-radius: 10px;
  border: 2px solid #e1e1e1cc;
  height: auto;
  margin-bottom: 25px;
  background: #fff;
}
.hr-auth .hr-auth-wrap .hr-auth-card .hr-auth-card-body {
  width: 100%;
  height: 100%;
  padding: 25px;
  position: relative;
}
.hr-auth
  .hr-auth-wrap
  .hr-auth-card
  .hr-auth-card-body
  .hr-auth-head
  .hr-brand {
  margin-bottom: 25px;
}
.hr-auth .hr-auth-wrap .hr-auth-card .hr-auth-card-body .hr-titel {
  font-size: 30px;
  line-height: 35px;
  font-family: var(--weight-600);
  margin-bottom: 0;
}
.hr-auth .hr-auth-wrap .hr-auth-card .hr-auth-card-body .hr-titel h3, .hr-auth .hr-auth-wrap .hr-auth-card .hr-auth-card-body .hr-titel .h3 {
	font-size: 30px;
	line-height: 35px;
	font-family: var(--font-02);
	margin-bottom: 0;
	color: #000;
	font-weight: 600;
}
.hr-auth .hr-auth-wrap .hr-auth-card .hr-auth-card-body .hr-titel h3 span {
  color: var(--color-3);
}
.hr-auth .hr-auth-wrap .hr-auth-card .hr-auth-card-body .hr-dec {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--weight-500);
  color: #6b7280;
}
.hr-auth .hr-auth-wrap .hr-auth-card .hr-auth-card-body .hr-dec p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--weight-500);
  margin-bottom: 0;
  color: #6b7280;
}
.hr-field-group {
  margin-bottom: 25px;
  position: relative;
}
.form-control {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: var(--weight-400);
  color: #6b7280 !important;
  border: 1px solid #6b72804d;
}
.form-control-fill {
  background: #fff;
}
.hr-error-text {
  color: red;
}
.hr-field-group .hr-error-text {
  margin-top: 5px;
}
.required {
  color: red;
  font-weight: 700;
}
.hr-auth-popup {
  border-radius: var(--th-size-10);
  border: var(--th-size-2) solid var(--th-white-border-8);
  position: relative;
  margin-top: 70px;
}
.hr-auth-popup .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  border: none;
  box-shadow: none;
  outline: none;
}
.hr-auth-popup .close-btn span {
  color: #000;
}
.hr-auth-popup .close-btn:hover span {
  color: var(--th-primary);
}
.hr-auth-popup .modal-body {
  padding: 20px;
  padding-top: 50px;
}
.hr-auth-popup .modal-body .th-brand img {
  height: 28px;
  width: auto;
}
.hr-auth-popup .modal-body .th-brand {
  margin-bottom: 20px;
}
.hr-auth-popup .modal-body .th-auth-head {
  margin-bottom: 20px;
}
.hr-auth-popup .modal-body .th-auth-head h4 {
  font-size: 24px;
}
.hr-auth-popup .modal-body .th-auth-head p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 18px;
  line-height: 20px;
}
.hr-auth-popup .modal-body .th-form a {
  margin: 0;
  color: var(--color-4);
  font-size: 16px;
  line-height: 26px;
}
.hr-auth-popup .modal-body .th-form a:hover {
  color: var(--color-3);
}
.hr-auth-popup .modal-body .hr-field-group {
  margin-bottom: 15px;
}
.hr-auth-popup .modal-body .th-auth-otp-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hr-auth-popup .modal-body .th-auth-otp-wrap .th-form-control {
  width: 53.6px;
  height: 53.6px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.hr-auth-popup .modal-body .th-auth-otp-wrap .hr-field-group {
  margin-right: 15px;
}
.hr-auth-popup .modal-body .th-auth-otp-wrap .hr-field-group:last-child {
  margin-right: 0;
}
.hr-field-group {
  position: relative;
}
.hr-field-group .th-password-icon {
  position: absolute;
  top: 50%;
  right: 17px;
  cursor: pointer;
}
.hr-field-group .th-password-icon span {
  font-size: 18px;
}
.hr-field-group .th-password-icon:hover span {
  color: var(--th-primary);
}
.form-label {
  font-weight: 600;
  font-family: var(--font-02);
}
.forgot-password-link a {
  color: var(--color-3);
}
.forgot-password-link a:hover {
  color: var(--color-4);
}
.register-area .hr-field-group p {
  color: red !important;
}