.hr-auth{width:100vw;height:100vh;background-position:center;background-repeat:no-repeat;background-size:cover;overflow:auto}.hr-sc-bg-gray{background:#f9fafb!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(--weight-600);margin-bottom:0;color:#000}.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;bottom:11px;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}.forgot-password-link a{color:var(--color-3)}.forgot-password-link a:hover{color:var(--color-4)}
.th-auth {
  width:100%;
  height:100vh
}
.th-auth .th-brand a,
.th-auth .th-brand a img {
  margin:0 auto;
  margin-bottom:20px;
  display:block
}
.th-auth .th-card-body .auth-head {
  margin-bottom:15px
}
.th-auth .th-card-body h3 {
  font-size:var(--th-size-30);
  line-height:var(--th-size-35);
  font-family:var(--th-font-semibold);
  margin-bottom:0
}
.th-auth .th-card-body h3 span {
  color:var(--th-primary)
}
.th-auth .th-card-body .th-form-wrap {
  margin-bottom:15px
}
.th-auth .th-card-body .th-form a {
  margin:var(--th-size-0);
  color:var(--th-secondary);
  font-size:var(--th-size-16);
  line-height:var(--th-size-26);
  font-family:var(--th-font-medium)
}
.th-auth .th-card-body .th-form a:hover {
  color:var(--th-primary)
}
.error {
  color:red!important;
  margin-top:5px;
  font-weight:600
}
.required {
  color:red;
  font-weight:700
}
.th-auth-popup {
  border-radius:10px;
  border:2px solid var(--th-white-border-8);
  position:relative;
  margin-top:70px
}
.th-auth-popup .close-btn {
  position:absolute;
  top:20px;
  right:20px;
  font-size:24px;
  border:none;
  box-shadow:none;
  outline:none
}
.th-auth-popup .close-btn span {
  color:#000
}
.th-auth-popup .close-btn:hover span {
  color:var(--th-primary)
}
.th-auth-popup .modal-body {
  padding:20px;
  padding-top:50px
}
.th-auth-popup .modal-body .th-brand img {
  height:28px;
  width:auto
}
.th-auth-popup .modal-body .th-brand {
  margin-bottom:20px
}
.th-auth-popup .modal-body .th-auth-head {
  margin-bottom:20px
}
.th-auth-popup .modal-body .th-auth-head h4 {
  font-size:24px
}
.th-auth-popup .modal-body .th-auth-head p {
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  font-size:var(--th-size-18);
  line-height:var(--th-size-20);
  font-family:var(--th-font-medium)
}
.th-auth-popup .modal-body .th-form a {
  margin:var(--th-size-0);
  color:var(--th-secondary);
  font-size:var(--th-size-16);
  line-height:var(--th-size-26);
  font-family:var(--th-font-medium)
}
.th-auth-popup .modal-body .th-form a:hover {
  color:var(--th-primary)
}
.th-auth-popup .modal-body .th-form-wrap {
  margin-bottom:15px
}
.th-auth-popup .modal-body .th-auth-otp-wrap {
  display:flex;
  align-items:center;
  justify-content:center
}
.th-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
}
.th-auth-popup .modal-body .th-auth-otp-wrap .th-form-wrap {
  margin-right:15px
}
.th-auth-popup .modal-body .th-auth-otp-wrap .th-form-wrap:last-child {
  margin-right:0
}
.th-form-wrap {
  position:relative;
  margin-bottom:15px
}
.th-form-wrap .th-password-icon {
  position:absolute;
  bottom:10px;
  right:17px;
  cursor:pointer
}
.th-form-wrap .th-password-icon span {
  font-size:18px
}
.th-form-wrap .th-password-icon:hover span {
  color:var(--th-primary)
}
.form-label {
  font-weight:600
}
