https://cleartax.a.mynexthire.io/login

Eingereichte URL:
https://cleartax.a.mynexthire.io/login
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 152 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
_st_global_class_popup_interfacefunction
_$stPopupobject
$function
jQueryfunction
Popperfunction
webpackJsonpobject
$localizefunction

Konsolenprotokoll-Meldungen · 1 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
verbosedom
URL
https://cleartax.a.mynexthire.io/login
Text
[DOM] Password field is not contained in a form: (More info: https://goo.gl/9p2vKq) %o

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html lang="en"><head>
    <meta charset="utf-8">
    <title>Onboarding - MyNextHire</title>
    <base href="/">
    <!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
    <script src="https://wow.mynexthire.com/employer/ui/ssoplus/ssoplus-shim.js" crossorigin="anonymous"></script>

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous">
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>


    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles.ff8391c7356426e231d7.css"><style type="text/css">.apexcharts-canvas {
  position: relative;
  user-select: none;
  /* cannot give overflow: hidden as it will crop tooltips which overflow outside chart area */
}


/* scrollbar is not visible by default for legend, hence forcing the visibility */
.apexcharts-canvas ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}

.apexcharts-canvas ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.apexcharts-inner {
  position: relative;
}

.apexcharts-text tspan {
  font-family: inherit;
}

.legend-mouseover-inactive {
  transition: 0.15s ease all;
  opacity: 0.20;
}

.apexcharts-series-collapsed {
  opacity: 0;
}

.apexcharts-tooltip {
  border-radius: 5px;
  box-shadow: 2px 2px 6px -4px #999;
  cursor: default;
  font-size: 14px;
  left: 62px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  z-index: 12;
  transition: 0.15s ease all;
}

.apexcharts-tooltip.apexcharts-active {
  opacity: 1;
  transition: 0.15s ease all;
}

.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #e3e3e3;
  background: rgba(255, 255, 255, 0.96);
}

.apexcharts-tooltip.apexcharts-theme-dark {
  color: #fff;
  background: rgba(30, 30, 30, 0.8);
}

.apexcharts-tooltip * {
  font-family: inherit;
}


.apexcharts-tooltip-title {
  padding: 6px;
  font-size: 15px;
  margin-bottom: 4px;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #ECEFF1;
  border-bottom: 1px solid #ddd;
}

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #333;
}

.apexcharts-tooltip-text-value,
.apexcharts-tooltip-text-z-value {
  display: inline-block;
  font-weight: 600;
  margin-left: 5px;
}

.apexcharts-tooltip-text-z-label:empty,
.apexcharts-tooltip-text-z-value:empty {
  display: none;
}

.apexcharts-tooltip-text-value,
.apexcharts-tooltip-text-z-value {
  font-weight: 600;
}

.apexcharts-tooltip-marker {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  border-radius: 50%;
}

.apexcharts-tooltip-series-group {
  padding: 0 10px;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center;
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  opacity: 1;
}

.apexcharts-tooltip-series-group.apexcharts-active,
.apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px;
}

.apexcharts-tooltip-series-group-hidden {
  opacity: 0;
  height: 0;
  line-height: 0;
  padding: 0 !important;
}

.apexcharts-tooltip-y-group {
  padding: 6px 0 5px;
}

.apexcharts-tooltip-box, .apexcharts-custom-tooltip {
  padding: 4px 8px;
}

.apexcharts-tooltip-boxPlot {
  display: flex;
  flex-direction: column-reverse;
}

.apexcharts-tooltip-box>div {
  margin: 4px 0;
}

.apexcharts-tooltip-box span.value {
  font-weight: bold;
}

.apexcharts-tooltip-rangebar {
  padding: 5px 8px;
}

.apexcharts-tooltip-rangebar .category {
  font-weight: 600;
  color: #777;
}

.apexcharts-tooltip-rangebar .series-name {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.apexcharts-xaxistooltip {
  opacity: 0;
  padding: 9px 10px;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #ECEFF1;
  border: 1px solid #90A4AE;
  transition: 0.15s ease all;
}

.apexcharts-xaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

.apexcharts-xaxistooltip:after,
.apexcharts-xaxistooltip:before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.apexcharts-xaxistooltip:after {
  border-color: rgba(236, 239, 241, 0);
  border-width: 6px;
  margin-left: -6px;
}

.apexcharts-xaxistooltip:before {
  border-color: rgba(144, 164, 174, 0);
  border-width: 7px;
  margin-left: -7px;
}

.apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
  bottom: 100%;
}

.apexcharts-xaxistooltip-top:after,
.apexcharts-xaxistooltip-top:before {
  top: 100%;
}

.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #ECEFF1;
}

.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #90A4AE;
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip-top:after {
  border-top-color: #ECEFF1
}

.apexcharts-xaxistooltip-top:before {
  border-top-color: #90A4AE;
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip.apexcharts-active {
  opacity: 1;
  transition: 0.15s ease all;
}

.apexcharts-yaxistooltip {
  opacity: 0;
  padding: 4px 10px;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #ECEFF1;
  border: 1px solid #90A4AE;
}

.apexcharts-yaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

.apexcharts-yaxistooltip:after,
.apexcharts-yaxistooltip:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.apexcharts-yaxistooltip:after {
  border-color: rgba(236, 239, 241, 0);
  border-width: 6px;
  margin-top: -6px;
}

.apexcharts-yaxistooltip:before {
  border-color: rgba(144, 164, 174, 0);
  border-width: 7px;
  margin-top: -7px;
}

.apexcharts-yaxistooltip-left:after,
.apexcharts-yaxistooltip-left:before {
  left: 100%;
}

.apexcharts-yaxistooltip-right:after,
.apexcharts-yaxistooltip-right:before {
  right: 100%;
}

.apexcharts-yaxistooltip-left:after {
  border-left-color: #ECEFF1;
}

.apexcharts-yaxistooltip-left:before {
  border-left-color: #90A4AE;
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after {
  border-left-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
  border-left-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip-right:after {
  border-right-color: #ECEFF1;
}

.apexcharts-yaxistooltip-right:before {
  border-right-color: #90A4AE;
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after {
  border-right-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
  border-right-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip.apexcharts-active {
  opacity: 1;
}

.apexcharts-yaxistooltip-hidden {
  display: none;
}

.apexcharts-xcrosshairs,
.apexcharts-ycrosshairs {
  pointer-events: none;
  opacity: 0;
  transition: 0.15s ease all;
}

.apexcharts-xcrosshairs.apexcharts-active,
.apexcharts-ycrosshairs.apexcharts-active {
  opacity: 1;
  transition: 0.15s ease all;
}

.apexcharts-ycrosshairs-hidden {
  opacity: 0;
}

.apexcharts-selection-rect {
  cursor: move;
}

.svg_select_boundingRect, .svg_select_points_rot {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.apexcharts-selection-rect + g .svg_select_boundingRect,
.apexcharts-selection-rect + g .svg_select_points_rot {
  opacity: 0;
  visibility: hidden;
}

.apexcharts-selection-rect + g .svg_select_points_l,
.apexcharts-selection-rect + g .svg_select_points_r {
  cursor: ew-resize;
  opacity: 1;
  visibility: visible;
}

.svg_select_points {
  fill: #efefef;
  stroke: #333;
  rx: 2;
}

.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
  cursor: crosshair
}

.apexcharts-svg.apexcharts-zoomable.hovering-pan {
  cursor: move
}

.apexcharts-zoom-icon,
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon,
.apexcharts-reset-icon,
.apexcharts-pan-icon,
.apexcharts-selection-icon,
.apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  color: #6E8192;
  text-align: center;
}

.apexcharts-zoom-icon svg,
.apexcharts-zoomin-icon svg,
.apexcharts-zoomout-icon svg,
.apexcharts-reset-icon svg,
.apexcharts-menu-icon svg {
  fill: #6E8192;
}

.apexcharts-selection-icon svg {
  fill: #444;
  transform: scale(0.76)
}

.apexcharts-theme-dark .apexcharts-zoom-icon svg,
.apexcharts-theme-dark .apexcharts-zoomin-icon svg,
.apexcharts-theme-dark .apexcharts-zoomout-icon svg,
.apexcharts-theme-dark .apexcharts-reset-icon svg,
.apexcharts-theme-dark .apexcharts-pan-icon svg,
.apexcharts-theme-dark .apexcharts-selection-icon svg,
.apexcharts-theme-dark .apexcharts-menu-icon svg,
.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg {
  fill: #f3f4f5;
}

.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg {
  fill: #008FFB;
}

.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg,
.apexcharts-theme-light .apexcharts-reset-icon:hover svg,
.apexcharts-theme-light .apexcharts-menu-icon:hover svg {
  fill: #333;
}

.apexcharts-selection-icon,
.apexcharts-menu-icon {
  position: relative;
}

.apexcharts-reset-icon {
  margin-left: 5px;
}

.apexcharts-zoom-icon,
.apexcharts-reset-icon,
.apexcharts-menu-icon {
  transform: scale(0.85);
}

.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
  transform: scale(0.7)
}

.apexcharts-zoomout-icon {
  margin-right: 3px;
}

.apexcharts-pan-icon {
  transform: scale(0.62);
  position: relative;
  left: 1px;
  top: 0px;
}

.apexcharts-pan-icon svg {
  fill: #fff;
  stroke: #6E8192;
  stroke-width: 2;
}

.apexcharts-pan-icon.apexcharts-selected svg {
  stroke: #008FFB;
}

.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
  stroke: #333;
}

.apexcharts-toolbar {
  position: absolute;
  z-index: 11;
  max-width: 176px;
  text-align: right;
  border-radius: 3px;
  padding: 0px 6px 2px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.apexcharts-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
  right: 10px;
  opacity: 0;
  min-width: 110px;
  transition: 0.15s ease all;
  pointer-events: none;
}

.apexcharts-menu.apexcharts-menu-open {
  opacity: 1;
  pointer-events: all;
  transition: 0.15s ease all;
}

.apexcharts-menu-item {
  padding: 6px 7px;
  font-size: 12px;
  cursor: pointer;
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #eee;
}

.apexcharts-theme-dark .apexcharts-menu {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .apexcharts-canvas:hover .apexcharts-toolbar {
    opacity: 1;
  }
}

.apexcharts-datalabel.apexcharts-element-hidden {
  opacity: 0;
}

.apexcharts-pie-label,
.apexcharts-datalabels,
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value {
  cursor: default;
  pointer-events: none;
}

.apexcharts-pie-label-delay {
  opacity: 0;
  animation-name: opaque;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

.apexcharts-canvas .apexcharts-element-hidden {
  opacity: 0;
}

.apexcharts-hide .apexcharts-series-points {
  opacity: 0;
}

.apexcharts-gridline,
.apexcharts-annotation-rect,
.apexcharts-tooltip .apexcharts-marker,
.apexcharts-area-series .apexcharts-area,
.apexcharts-line,
.apexcharts-zoom-rect,
.apexcharts-toolbar svg,
.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-radar-series path,
.apexcharts-radar-series polygon {
  pointer-events: none;
}


/* markers */

.apexcharts-marker {
  transition: 0.15s ease all;
}

@keyframes opaque {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* Resize generated styles */

@keyframes resizeanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.resize-triggers {
  animation: 1ms resizeanim;
  visibility: hidden;
  opacity: 0;
}

.resize-triggers,
.resize-triggers>div,
.contract-trigger:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.resize-triggers>div {
  background: #eee;
  overflow: auto;
}

.contract-trigger:before {
  width: 200%;
  height: 200%;
}</style><style>.wrapper[_ngcontent-cge-c16]{display:flex;align-items:stretch}.content-area[_ngcontent-cge-c16]{margin:1rem 1rem 0;padding:.6rem 0!important;min-height:84.5vh}.content-area-bg[_ngcontent-cge-c16]{background-color:#f4f7fa}#content[_ngcontent-cge-c16]{width:100%;padding:1rem .3rem 0 5.8rem}#full-content[_ngcontent-cge-c16]{width:100%;height:100vh}.no-header[_ngcontent-cge-c16]{display:none}.mnh-app-header[_ngcontent-cge-c16]{background:#f4f7fa;position:fixed;z-index:5;left:0;right:0;top:0;width:100%;padding-left:5.8rem;padding-right:1rem;padding-bottom:.65rem}@media (max-width:1024px){#content[_ngcontent-cge-c16]{padding-left:5.8rem}}@media (max-width:768px){#content[_ngcontent-cge-c16], .mnh-app-header[_ngcontent-cge-c16]{padding-left:0;padding-right:0}.content-area[_ngcontent-cge-c16]{margin-top:8rem;min-height:72vh;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}}@media (max-width:767px){.content-area[_ngcontent-cge-c16]{margin-top:5.65rem;margin-bottom:3rem;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.floting-timmer-section[_ngcontent-cge-c16]{display:none}}.button-gotop[_ngcontent-cge-c16]{width:3.5rem;height:3.5rem;border:7px solid #d4d6e3;background:#095896;text-align:center;position:fixed;bottom:5rem;right:1.2rem;cursor:pointer;color:#fff;font-size:1.4rem;border-radius:50%;z-index:9;display:flex;align-items:center;justify-content:center;transition:.3s;animation:fadeIn 2s;-webkit-animation:fadeIn 2s;-moz-animation:fadeIn 2s;-o-animation:fadeIn 2s;-ms-animation:fadeIn 2s}.button-gotop[_ngcontent-cge-c16]   i[_ngcontent-cge-c16]{position:relative;bottom:.05rem}.button-gotop[_ngcontent-cge-c16]:hover{padding-bottom:.6rem;background:#0b72c1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:767px){.button-gotop[_ngcontent-cge-c16]{width:2.5rem;height:2.5rem;bottom:1rem;right:.75rem;border:5px solid #d4d6e3;font-size:1rem}}.floting-timmer-section[_ngcontent-cge-c16]{position:fixed;bottom:4.5rem;right:1.5rem;-webkit-animation:right-left-animation 1.5s ease-in-out alternate;animation:right-left-animation 1.5s ease-in-out alternate;z-index:1}.floting-timmer[_ngcontent-cge-c16]{padding:.75rem .6rem;background-color:#fff;display:inline-block;border-radius:.8rem;transition:.5s;border:.5px solid #ccc}.floting-timmer-closebtn[_ngcontent-cge-c16]{background-color:#fff;padding:.5rem;border-radius:50%;margin-top:.2rem;height:28px;text-align:center;color:#0066d4;width:26px;border:1px solid #ccc;font-size:.8rem}@-webkit-keyframes right-left-animation{0%{transform:translateX(calc(100vw - 100%))}to{transform:translateX(0)}}@keyframes right-left-animation{0%{transform:translateX(calc(100vw - 100%))}to{transform:translateX(0)}}</style><script charset="utf-8" src="common-es2015.3452f5c694eab7e798e9.js"></script><script charset="utf-8" src="7-es2015.9d04b67ec309d8e65eeb.js"></script><style>.login-input[_ngcontent-cge-c81]{position:relative;width:80%;margin-bottom:.7rem}.login-input[_ngcontent-cge-c81]   .bs-mnh-form-control[_ngcontent-cge-c81]{padding-left:2rem;height:2.5rem;border-radius:.3rem;background:#e5f6ff;border:.095rem solid hwb(201deg 76% 0)}.login-input-icon[_ngcontent-cge-c81]{position:absolute;left:.7rem;font-size:.85rem;color:#7dacbd}.login-input-password-icon[_ngcontent-cge-c81]{position:absolute;right:.6rem;font-size:.72rem;color:#7dacbd;cursor:pointer;transition:.3s}.login-input-password-icon[_ngcontent-cge-c81]:hover{color:#a2abb9}.login-input[_ngcontent-cge-c81]   .bs-mnh-form-control[_ngcontent-cge-c81]:focus{border:.095rem solid #8b97a7}.login-btn[_ngcontent-cge-c81]{height:2.05rem;padding:.35rem 2.2rem;font-size:.75rem;font-weight:500;border-radius:.35rem;min-width:7rem;position:relative}.login-spinner[_ngcontent-cge-c81]{position:absolute;top:.55rem;right:.9rem}.login-block[_ngcontent-cge-c81]{margin:9vh 0 27vh;padding:1.5rem 2.2rem}.left-side-bg[_ngcontent-cge-c81]{position:relative}.user-login[_ngcontent-cge-c81], .user_login_shape[_ngcontent-cge-c81]{width:100%;height:100vh}.user_login_shape[_ngcontent-cge-c81]{position:absolute;left:0}.overlay[_ngcontent-cge-c81]{bottom:0;background-color:rgba(77,101,139,.23137254901960785);overflow:hidden}.login-content[_ngcontent-cge-c81], .overlay[_ngcontent-cge-c81]{position:absolute;top:0;left:0;right:0}.login-content[_ngcontent-cge-c81]{z-index:1}.login-desktop-logo[_ngcontent-cge-c81]{width:7.5rem;max-width:7.5rem;height:3rem;max-height:3.5rem;margin-bottom:1.75rem}.login-desktop-logo[_ngcontent-cge-c81]   img[_ngcontent-cge-c81]{width:auto;height:auto;max-width:100%;max-height:100%}.content-text[_ngcontent-cge-c81]{margin-top:58vh;width:65%;margin-left:1.5rem;font-weight:500;color:#fff}.login-google[_ngcontent-cge-c81]{background-color:#fff;color:#183769;padding:.3rem .5rem;border-radius:.35rem;cursor:pointer;transition:.3s;border:1px solid #d6dae1}.login-google[_ngcontent-cge-c81]:hover{border:1px solid #4d658b}.login-link-img[_ngcontent-cge-c81]{width:.8rem;margin-right:.3rem}.login-divider[_ngcontent-cge-c81]{height:.1rem;width:45%;background-color:#e0e0e0;margin-top:.4rem}.or-text-block[_ngcontent-cge-c81]{width:85%;margin-bottom:1.5rem;padding:0 1rem}.login-or[_ngcontent-cge-c81]{width:10%;font-weight:700}.login-input[_ngcontent-cge-c81]   input[_ngcontent-cge-c81]::-moz-placeholder{color:#5892a7;opacity:1}.login-input[_ngcontent-cge-c81]   input[_ngcontent-cge-c81]::placeholder{color:#5892a7;opacity:1}.header-login[_ngcontent-cge-c81]{margin-bottom:2rem}.mobile-view-logo[_ngcontent-cge-c81]{display:none}.login-bg[_ngcontent-cge-c81]{background-position:100% 20%!important;background-size:cover!important;height:100vh;width:100%;background-repeat:no-repeat!important}.copyright-footer-block[_ngcontent-cge-c81]{position:fixed;bottom:0;right:0;width:55%;background:#fff}.copyright-footer[_ngcontent-cge-c81]{position:relative;height:1px;background-size:100%;background-image:linear-gradient(270deg,#a8b0bd,#fff);border:none;outline:none}.copyright-text[_ngcontent-cge-c81]{position:absolute;top:.35rem;right:0;background-color:#fff;padding:0 .8rem}.footer-link[_ngcontent-cge-c81]{color:#46689e;transition:.3s}.footer-link[_ngcontent-cge-c81]:hover{color:#4d658b}.error-msg-box[_ngcontent-cge-c81]{display:block;position:fixed;width:30rem;z-index:9999;box-sizing:border-box;pointer-events:none;right:1rem;bottom:16px;min-height:55px;padding:5px 15px;background-color:#f44336;border-radius:5px;border-top:8px solid #c62828;color:#ffebee;font-size:.8rem;-webkit-animation:fadeInRight .5s ease-in-out;animation:fadeInRight .5s ease-in-out}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translateX(300px)}to{opacity:1}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(300px)}to{opacity:1}}@media (max-width:768px){.left-side-bg[_ngcontent-cge-c81]{display:none}.login-block[_ngcontent-cge-c81]{margin-top:6vh}.copyright-footer-block[_ngcontent-cge-c81]{width:100%;text-align:center}.copyright-text[_ngcontent-cge-c81]{position:relative;top:0;right:0;left:0}.copyright-footer[_ngcontent-cge-c81]{display:none}.or-text-block[_ngcontent-cge-c81]{width:80%;margin-bottom:1.5rem;padding:0 1rem}.error-msg-box[_ngcontent-cge-c81]{width:22rem;text-align:left}}@media (max-width:426px){.login-logo[_ngcontent-cge-c81]{margin-left:0;margin-top:2rem}.login-desktop-logo[_ngcontent-cge-c81]{margin:0 auto 1.75rem}.login-block[_ngcontent-cge-c81]{text-align:center}.login-input[_ngcontent-cge-c81]{width:100%}.login-btn[_ngcontent-cge-c81]{width:100%;margin-top:.5rem}.or-text-block[_ngcontent-cge-c81]{width:100%;margin:0 auto}.error-msg-box[_ngcontent-cge-c81]{width:15rem;text-align:left}}@media (max-width:320px){.login-block[_ngcontent-cge-c81]{padding:1.5rem 2rem}}</style></head>

<body class="mybody body-scrollbar">
    <app-root _nghost-cge-c16="" ng-version="9.1.12"><ng-snotify _ngcontent-cge-c16=""><!----><!----></ng-snotify><div _ngcontent-cge-c16="" class="wrapper"><div _ngcontent-cge-c16="" id="full-content"><div _ngcontent-cge-c16="" class="col-xs-12 content-area-bg"><div _ngcontent-cge-c16="" class="col-lg-12 px-0"><router-outlet _ngcontent-cge-c16=""></router-outlet><app-user-login _nghost-cge-c81=""><section _ngcontent-cge-c81="" class="login-bg d-flex align-items-end" style="background: linear-gradient( #292b2e21  , #292b2e21 ), url(assets/images/header-bg-0.jpg);"><div _ngcontent-cge-c81="" class="row no-gutters w-100"><div _ngcontent-cge-c81="" class="offset-md-7 col-md-4"><div _ngcontent-cge-c81="" class="login-block"><div _ngcontent-cge-c81="" class="d-md-flex align-items-md-end login-desktop-logo"><img _ngcontent-cge-c81="" class="img-fluid" src="https://s3.amazonaws.com/smaclifywow.resource/client_logo/cleartax_color.png?ts=1729768341968"></div><p _ngcontent-cge-c81="" class="mb-2 bs-mnh-dark-blue bs-mnh-font-weight-500">Enter Your Application ID @ cleartax </p><div _ngcontent-cge-c81="" class="login-input mb-3"><div _ngcontent-cge-c81="" class="d-flex align-items-center"><input _ngcontent-cge-c81="" type="text" name="email" placeholder="Enter a valid email address" autocomplete="email" autofocus="" class="bs-mnh-form-control bs-mnh-form-md-control ng-untouched ng-pristine ng-valid"><i _ngcontent-cge-c81="" class="fas fa-envelope login-input-icon"></i></div></div><div _ngcontent-cge-c81="" class="login-input mb-3"><div _ngcontent-cge-c81="" class="d-flex align-items-center"><input _ngcontent-cge-c81="" name="password" placeholder="Enter password" autocomplete="new-password" class="bs-mnh-form-control bs-mnh-form-md-control ng-untouched ng-pristine ng-valid" style="padding-right: 2rem;" type="password"><i _ngcontent-cge-c81="" class="fas fa-lock login-input-icon"></i><i _ngcontent-cge-c81="" class="fas login-input-password-icon fa-eye-slash"></i></div></div><button _ngcontent-cge-c81="" type="button" class="bs-mnh-btn login-btn bs-mnh-btn-primary"> Login <i _ngcontent-cge-c81="" class="fas fa-spinner fa-pulse login-spinner" hidden=""></i></button><!----></div></div></div></section></app-user-login><!----></div></div></div></div><!----><!----></app-root>
<script src="runtime-es2015.bf9353da9dd9869585fa.js" type="module"></script><script src="runtime-es5.bf9353da9dd9869585fa.js" nomodule="" defer=""></script><script src="polyfills-es5.2f46ca6d9cbc7bcbdc68.js" nomodule="" defer=""></script><script src="polyfills-es2015.00f7302c54dd04cdb579.js" type="module"></script><script src="scripts.8b48871b3f91560ad879.js" defer=""></script><script src="main-es2015.2e2eaefc0ae21be0e36e.js" type="module"></script><script src="main-es5.2e2eaefc0ae21be0e36e.js" nomodule="" defer=""></script>

<svg id="SvgjsSvg1001" width="2" height="0" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" style="overflow: hidden; top: -100%; left: -100%; position: absolute; opacity: 0;"><defs id="SvgjsDefs1002"></defs><polyline id="SvgjsPolyline1003" points="0,0"></polyline><path id="SvgjsPath1004" d="M0 0 "></path></svg></body></html>