body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
ol,
li,
dl,
dt,
dd,
form {
  padding: 0;
  margin: 0;
}
html,
body {
  padding: 0;
  margin: 0;
}
input {
  border: none;
  outline: none;
}
textarea {
  border: none;
  outline: none;
  overflow: auto;
}
input.button,
button {
  border: none;
  outline: none;
}
input[type=checkbox] {
  border: none;
  outline: none;
}
img {
  outline: none;
  border: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #006AFF;
}
a:focus {
  outline: none;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Webfont: Zoho_Puvi_Regular */
@font-face {
  font-family: 'ZohoPuvi';
  src: url('../fonts/zohopuvi/Zoho_Puvi_Regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/zohopuvi/Zoho_Puvi_Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/zohopuvi/Zoho_Puvi_Regular.2442199a236fde3e5439f4d3d8a58da6.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/zohopuvi/Zoho_Puvi_Regular.76a19d3fe2bcd7cab84c42e3213dedd9.woff') format('woff'), /* Modern Browsers */ url('../fonts/zohopuvi/Zoho_Puvi_Regular.d14e8af90d6b7ee120b59f44835adb7b.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
/* Webfont: Zoho_Puvi_Medium */
@font-face {
  font-family: 'ZohoPuvi';
  src: url('../fonts/zohopuvi/Zoho_Puvi_Medium.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/zohopuvi/Zoho_Puvi_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/zohopuvi/Zoho_Puvi_Medium.0a9250d09bb665a32174d1e1815a14b4.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/zohopuvi/Zoho_Puvi_Medium.0d21e0d03ded0d3d1a79ee1da8cb1723.woff') format('woff'), /* Modern Browsers */ url('../fonts/zohopuvi/Zoho_Puvi_Medium.412cfca6f1741183baf982a81e297d63.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
/* Webfont: Zoho_Puvi_Semibold */
@font-face {
  font-family: 'ZohoPuvi';
  src: url('../fonts/zohopuvi/Zoho_Puvi_Semibold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/zohopuvi/Zoho_Puvi_Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/zohopuvi/Zoho_Puvi_Semibold.8896e526e8a7fd59f72466c416eaac8d.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/zohopuvi/Zoho_Puvi_Semibold.2e3d62a6fd2b4da68823ecb237fd1da0.woff') format('woff'), /* Modern Browsers */ url('../fonts/zohopuvi/Zoho_Puvi_Semibold.488d54912d79bf353edacf84e80238f9.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
.background-size {
  background-size: 216px 168px !important;
}
.login-inline-icon,
.login-icon {
  background-image: url("../images/login-sprite@2x.3e8a41e0b4572c48277018e9634ff326.png");
  background-image: url("../images/login-sprite.png") \0/;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 216px 168px !important;
  height: 18px;
  width: 18px;
}
.login-inline-icon {
  display: inline-block;
}
.login-icon {
  float: left;
  margin: 0 0 4px;
}
.icn-status-alert-failure {
  background-position: -27px -3px;
}
.icn-status-alert-success {
  background-position: -51px -3px;
}
.icn-eye {
  background-position: -75px -3px;
}
.icn-eye-hide {
  background-position: -99px -3px;
}
.icn-modal-help {
  background-position: -2px -50px;
  height: 20px;
  width: 20px;
}
.icn-alert-warning {
  background-position: -170px -4px;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-group .input-wrapper {
  position: relative;
}
.form-group .input-wrapper .pwd-hide-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.control-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.with-label-animation .control-label {
  position: absolute;
  top: 15px;
  left: 12px;
}
.with-label-animation .form-control::-webkit-input-placeholder {
  color: transparent;
}
.with-label-animation .form-control::-moz-placeholder {
  color: transparent;
}
.with-label-animation .form-control:-ms-input-placeholder {
  color: transparent;
}
.with-label-animation .form-control::-ms-input-placeholder {
  color: transparent;
}
.with-label-animation .form-control::placeholder {
  color: transparent;
}
.with-label-animation .form-control:focus ~ .control-label {
  top: -5px;
  left: 6px;
  z-index: 1;
  font-size: 11px;
  padding: 0 6px;
  background-color: #fff;
  line-height: normal;
  color: #2C66DD;
}
.with-label-animation .form-control:not(:placeholder-shown) ~ .control-label {
  top: -5px;
  left: 6px;
  z-index: 1;
  font-size: 11px;
  padding: 0 6px;
  background-color: #fff;
  line-height: normal;
}
.with-label-animation .has-error .control-label {
  top: -5px;
  left: 6px;
  z-index: 1;
  font-size: 11px;
  padding: 0 6px;
  background-color: #fff;
  line-height: normal;
  color: #E42527;
}
.with-label-animation .has-error .form-control {
  border-color: #E42527;
}
.with-label-animation .has-error .form-control:focus {
  border-color: #E42527;
}
.with-label-animation .has-error .form-control:focus ~ .control-label {
  color: #E42527;
}
.form-control {
  width: 100%;
  height: 48px;
  border: 1px solid #C4C4C4;
  padding: 0 12px;
  font-size: 14px;
  color: #000;
  font-family: "ZohoPuvi", verdana, Helvetica, Arial, sans-serif;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form-control[type=password] {
  padding-right: 36px;
}
.form-control::-ms-reveal,
.form-control::-ms-clear {
  display: none;
}
.form-control:focus {
  border-color: #2C66DD;
}
.form-control:hover {
  border-color: #2C66DD;
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  -webkit-text-fill-color: black !important;
  /* Changes text color */
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  /* Resets background to white */
  background-clip: text !important;
  /* Makes text the background color */
}
select.form-control {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNC41TDcgOS41TDEyIDQuNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPg==') no-repeat;
  background-position: right 11px center;
  padding-right: 24px;
}
.form-group-controls {
  margin-top: 24px;
  text-align: center;
}
.form-group-controls .btn {
  width: 100%;
}
.form-group-controls .btn.btn-loading {
  width: auto;
  color: transparent !important;
  pointer-events: none;
  padding: 11.25px 23px 7.25px;
  -webkit-border-radius: 66px;
  -moz-border-radius: 66px;
  border-radius: 66px;
}
.error-block {
  color: #E42527;
  font-size: 11px;
  position: relative;
  left: 0;
  padding-left: 16px;
  display: none;
  line-height: 16px;
  margin: 2px 0 0;
}
.error-block.error-block-absolute {
  position: absolute;
}
.error-block:before {
  content: "";
  position: absolute;
  background-image: url("../images/login-sprite@2x.3e8a41e0b4572c48277018e9634ff326.png");
  background-image: url("../images/login-sprite.png") \0/;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 216px 168px !important;
  height: 18px;
  width: 18px;
  display: inline-block;
  background-position: -6px -6px;
  width: 12px;
  height: 12px;
  left: 0;
  top: 2px;
}
.form-group-links {
  text-align: center;
  margin-top: 24px;
}
.form-group-links a {
  color: #2C66DD;
  font-weight: 500;
}
.form-group-links a:hover {
  text-decoration: underline;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.btn-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}
.btn-loading .spinner {
  display: inline-block;
  width: 24px;
  /* keep exactly 24×24 to match the source */
  height: 24px;
  /* Smooth, continuous rotation */
  animation: spin 1s linear infinite;
  /* Prevent blurring on some browsers */
  image-rendering: -webkit-optimize-contrast;
  transform-origin: 50% 50%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.has-error .error-block {
  display: block;
}
.has-error.with-label-animation .form-control:focus ~ .control-label {
  color: #E42527;
}
.has-error .form-control {
  border-color: #E42527;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:hover,
.has-error .form-control:focus {
  border-color: #E42527;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input,
select,
textarea {
  background-color: #fff;
}
.form-group-options {
  margin-top: 32px;
}
.form-group-options .signup-options-title {
  position: relative;
  text-align: center;
}
.form-group-options .signup-options-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, #fff 0.6%, #C2C2C2 100%);
}
.form-group-options .signup-options-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, #C2C2C2 0.6%, #fff 100%);
}
.form-group-options .signup-options-title span {
  background-color: #fff;
  display: inline-block;
  color: #626262;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.form-group-options .signup-options {
  text-align: center;
  margin-top: 24px;
}
.form-group-options .signup-options ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  padding: 12px 16px;
  border: 1px solid #C4C4C4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
  -o-transition: background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}
.form-group-options .signup-options ul li:last-child {
  margin-right: 0;
}
.form-group-options .signup-options ul li img {
  display: block;
}
.form-group-options .signup-options ul li:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  background-color: #F5F5F5;
}
.btn {
  margin: 0;
  outline: none;
  padding: 14px 24px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 1px solid transparent;
  text-decoration: none;
}
.btn[disabled] {
  cursor: not-allowed;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  pointer-events: none;
}
.btn.disabled {
  cursor: not-allowed;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  pointer-events: none;
}
.btn.btn-primary {
  background: #2C66DD;
  border-color: #2C66DD;
  line-height: 18px;
}
.btn.btn-primary:hover {
  background: #1E52BB;
  color: #fff;
  text-decoration: none;
}
.btn.btn-default {
  background-color: transparent;
  border: 1px solid #ABABAB;
  color: #000;
}
.btn.btn-default:hover {
  background-color: #E9E9E9;
  border-color: #7A7A7A;
  color: #39393B;
}
.btn.btn-default:active {
  background-color: #c4c4c4;
  border-color: #ABABAB;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-md {
  padding: 5px 10px;
}
.btn.btn-icon {
  padding: 5px 16px 5px 8px !important;
}
.btn.btn-icon .enduser-icon,
.btn.btn-icon .enduser-inline-icon {
  margin: 0 5px 0 4px;
}
.btn.btn-sm {
  padding: 2px 16px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 18px;
}
.btn.btn-sm.btn-icon {
  padding-left: 9px !important;
}
.btn + .btn {
  margin-left: 10px;
}
.toaster-container {
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  z-index: 1003;
  display: none;
  text-align: center;
}
.toaster-container .toaster-alert {
  max-width: 80%;
  display: inline-block;
  text-align: left;
  width: auto;
  right: auto;
  left: auto;
  margin: auto;
  position: relative;
}
.toaster-alert {
  padding: 15px 32px 15px 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 0px;
  position: absolute;
  top: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1003;
  line-height: 18px;
  font-size: 13px;
}
.toaster-alert .close {
  font-size: 0;
  position: absolute;
  left: initial;
  height: 12px;
  width: 12px;
  right: 16px;
  top: 18px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0;
  background: none;
  cursor: pointer;
}
.toaster-alert .close:before,
.toaster-alert .close:after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  background-color: #4D4D4D;
  top: 0;
  left: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.toaster-alert .close:before {
  transform: rotate(45deg);
}
.toaster-alert .close:after {
  transform: rotate(-45deg);
}
.toaster-alert .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.toaster-alert.status-without-close {
  padding-right: 16px;
}
.toaster-alert .toaster-alert-inner > i,
.toaster-alert .toaster-alert-inner .status-loader {
  position: absolute;
  left: 16px;
  top: 15px;
}
.toaster-alert .toaster-alert-inner > span {
  display: block;
}
.toaster-alert.toaster-alert-md {
  max-width: 300px;
}
.toaster-alert.toaster-alert-sm {
  max-width: 250px;
}
.toaster-alert.toaster-alert-xs {
  max-width: 210px;
}
.toaster-alert.toaster-alert-small {
  max-width: auto;
  padding: 6px 32px 6px 38px;
}
.toaster-alert.toaster-alert-small i,
.toaster-alert.toaster-alert-small .status-loader {
  top: 6px;
}
.toaster-alert.toaster-alert-small.status-without-close {
  padding-right: 16px;
}
.toaster-alert-danger {
  color: #000;
  background-color: #FCE8E8;
  border-color: #FCE8E8;
}
.toaster-alert-failure {
  color: #000;
  background-color: #FCE8E8;
  border-color: #FCE8E8;
}
.toaster-alert-warning {
  color: #000;
  background-color: #F7F0E6;
  border-color: #F7F0E6;
}
.toaster-alert-info {
  color: #000;
  background-color: #E6F5F9;
  border-color: #E6F5F9;
}
.toaster-alert-success {
  color: #000;
  background-color: #e8f3e8;
  border-color: #E8F3E8;
}
.checkbox,
.radio {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
}
.checkbox input,
.radio input {
  position: absolute;
  opacity: 0;
}
.checkbox label,
.radio label {
  position: relative;
  padding-left: 16px;
  color: #000;
  cursor: pointer;
  min-height: 16px;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 18px;
  user-select: none;
  font-size: 12px;
}
.checkbox input[type=checkbox] + label:before,
.radio input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  background-image: url("../images/login-sprite@2x.3e8a41e0b4572c48277018e9634ff326.png");
  background-image: url("../images/login-sprite.png") \0/;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 216px 168px !important;
  height: 18px;
  width: 18px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: -196px -28px;
}
.checkbox input[type=checkbox] + label:hover:before,
.radio input[type=checkbox] + label:hover:before {
  background-position: -172px -28px;
}
.checkbox input[type=checkbox]:checked + label:before,
.radio input[type=checkbox]:checked + label:before {
  background-position: -4px -28px;
}
.checkbox input[type=checkbox]:checked + label:hover:before,
.radio input[type=checkbox]:checked + label:hover:before {
  background-position: -148px -28px;
}
.checkbox input[type=checkbox]:checked:disabled + label:before,
.radio input[type=checkbox]:checked:disabled + label:before {
  background-position: -28px -28px;
}
.checkbox input[type=checkbox]:disabled + label:before,
.radio input[type=checkbox]:disabled + label:before {
  background-position: -52px -28px;
}
.checkbox input[type=checkbox]:indeterminate + label:before,
.radio input[type=checkbox]:indeterminate + label:before {
  background-position: -76px -28px;
}
.checkbox input[type=checkbox]:indeterminate:hover + label:before,
.radio input[type=checkbox]:indeterminate:hover + label:before {
  background-position: -100px -28px;
}
.checkbox input[type=checkbox]:indeterminate:disabled + label:before,
.radio input[type=checkbox]:indeterminate:disabled + label:before {
  background-position: -124px -28px;
}
.checkbox input[type=checkbox]:focus-visible + label:before,
.radio input[type=checkbox]:focus-visible + label:before {
  outline: 2px solid #2C66DD;
  outline-offset: 2px;
}
.checkbox.has-error input[type=checkbox] + label,
.radio.has-error input[type=checkbox] + label {
  color: #000;
}
.checkbox.has-error input[type=checkbox] + label:before,
.radio.has-error input[type=checkbox] + label:before {
  background-position: -148px -4px;
}
.checkbox.checkbox-inline,
.radio.checkbox-inline,
.checkbox.radio-inline,
.radio.radio-inline {
  position: relative;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
}
.checkbox.checkbox-inline label,
.radio.checkbox-inline label,
.checkbox.radio-inline label,
.radio.radio-inline label {
  padding-left: 24px;
}
.checkbox.label-bold label,
.radio.label-bold label {
  font-weight: 600;
}
.checkbox-inline + .checkbox-inline {
  margin-left: 28px;
}
body {
  text-align: center;
}
body.readonly-mode {
  padding-top: 28px;
}
.login-wrapper {
  max-width: 1040px;
  margin: 80px auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.login-wrapper.animation-start {
  -webkit-animation: signin-animation 0.5s ease;
  -o-animation: signin-animation 0.5s ease;
  animation: signin-animation 0.5s ease;
}
.login-wrapper.animation-start .signup-slider-wrapper {
  -webkit-animation: slider-animation 0.5s ease;
  -o-animation: slider-animation 0.5s ease;
  animation: slider-animation 0.5s ease;
}
.login-wrapper.signin-flow .signup-slider-wrapper {
  -webkit-animation: slider-animation1 0.5s ease;
  -o-animation: slider-animation1 0.5s ease;
  animation: slider-animation1 0.5s ease;
}
.login-wrapper.signup-flow .login-container {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.login-wrapper.signup-flow.animation-start {
  -webkit-animation: signup-animation 0.5s ease;
  -o-animation: signup-animation 0.5s ease;
  animation: signup-animation 0.5s ease;
}
.login-wrapper.signup-flow.animation-start .form-container {
  -webkit-animation: form-container-animation 0.5s ease;
  -o-animation: form-container-animation 0.5s ease;
  animation: form-container-animation 0.5s ease;
}
.login-container {
  background-color: #fff;
  padding: 80px 96px;
  width: 592px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
}
.login-container .form-container {
  white-space: normal;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.login-container-header {
  margin-bottom: 32px;
}
.login-container-header img {
  display: block;
}
.login-container-body h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: normal;
  margin-bottom: 24px;
}
.login-container-body h2 strong {
  font-weight: 600;
}
.login-container-body h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: normal;
  margin-bottom: 24px;
}
.login-container-body h3.otp-title {
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 8px;
}
.login-container-body h4 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  margin-bottom: 24px;
}
.login-container-body .otp-description {
  margin-bottom: 24px;
  color: #626262;
  font-size: 12px;
  line-height: 20px;
}
.login-container-body .otp-description span {
  color: #000000;
  font-weight: 500;
}
.login-container-body .otp-description a {
  text-decoration: underline;
  color: #626262;
  margin-left: 4px;
}
.data-center-info {
  color: #626262;
}
.data-center-info strong {
  color: #000;
}
.data-center-info a {
  color: #626262;
  text-decoration: underline;
}
.signup-flow,
.signin-flow {
  display: flex;
  align-items: stretch;
}
.signup-slider-wrapper {
  width: 448px;
  display: inline-block;
  padding: 90px 54px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  position: relative;
  background: url("../images/slider-bg.608e31ab015125d28935d82996308908.png") no-repeat bottom center #EEF8FF;
  background-size: 442px 101px;
  vertical-align: middle;
}
.signup-slider-wrapper.with-country-change {
  padding-top: 138px;
}
.signup-slider {
  position: relative;
  overflow: hidden;
  min-width: 340px;
  min-height: 400px;
}
.signup-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 9999px;
  /* big width, adjusted by JS */
  height: 100%;
  transition: left 0.6s ease;
}
.signup-slider .slider-inner .signup-slider-content {
  float: left;
  width: 340px;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
.signup-slider .slider-inner .signup-slider-content .slider-content {
  margin-top: 50px;
}
.signup-slider .slider-inner .signup-slider-content .slider-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
  margin-bottom: 20px;
}
.signup-slider .slider-inner .signup-slider-content .slider-content p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
.slider-dots {
  display: block;
  margin-top: 24px;
  text-align: center;
}
.slider-dots span {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #879FBB;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  padding: 0;
  display: inline-block;
  margin-left: 6px;
}
.slider-dots span:first-child {
  margin-left: 0;
}
.slider-dots span:hover {
  background-color: #43638E;
}
.slider-dots span.active-dot {
  background-color: #43638E;
  width: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.signup-topbar {
  height: 28px;
  background-color: #FFF4E5;
  padding: 5px 16px;
  border-bottom: 2px solid #AC6602;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.signup-topbar i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
}
.blocked-flow {
  max-width: 790px;
  width: 100%;
  text-align: center;
}
.blocked-flow .login-container {
  width: 100%;
}
.blocked-flow h5 {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 500;
}
.blocked-flow .ul-access-list {
  margin-top: 24px;
}
.blocked-flow .ul-access-list li {
  color: #626262;
}
.blocked-flow .ul-access-list li span {
  color: #000;
}
.acc-denied {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  height: 115px;
  margin: 80px auto 35px;
  transform: rotate(-45deg);
  width: 115px;
}
.acc-denied .acc-tt {
  height: 65px;
  opacity: 0.5;
  position: relative;
  top: -200px;
  width: 100%;
  z-index: 2;
}
.acc-denied .acc-bb {
  height: 65px;
  opacity: 0.5;
  position: relative;
  top: 200px;
  width: 100%;
  z-index: 1;
}
.acc-denied .acc-shadw {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-radius: 100%;
  bottom: 8px;
  box-acc-shadw: 0px 18px 22px #cccccc;
  display: none;
  height: 17px;
  height: 65px;
  left: -17px;
  opacity: 0.5;
  position: absolute;
  position: relative;
  transform: rotate(45deg);
  width: 80px;
  width: 100%;
  z-index: 3;
}
.acc-denied .acc-t {
  border-radius: 6px;
  height: 65px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.acc-denied .acc-t div {
  -moz-box-sizing: border-box;
  border: 10px solid;
  box-sizing: border-box;
  float: left;
  height: 115px;
  position: absolute;
  width: 100%;
}
.acc-denied .acc-t div:nth-child(1) {
  border-radius: 100%;
}
.acc-denied .acc-t div:nth-child(2) {
  border: none;
  border-bottom: 8px solid #DD1616;
  height: 65px;
  margin-left: 10px;
  width: 90%;
}
.acc-denied .acc-t:first-child {
  left: -5px;
  top: -6px;
}
.acc-denied .acc-t:first-child div {
  border-color: #95291D;
}
.acc-denied .acc-t:last-child div {
  border-color: #DD1616;
}
.acc-denied .acc-b {
  border-radius: 6px;
  height: 65px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.acc-denied .acc-b div {
  border-width: 10px;
  border-style: solid;
  float: left;
  height: 115px;
  position: absolute;
  width: 100%;
}
.acc-denied .acc-b div:nth-child(1) {
  border-radius: 100%;
  bottom: 0px;
}
.acc-denied .acc-b div:nth-child(2) {
  border: none;
  border-bottom: 5px solid #DD1616;
  bottom: 55px;
  height: 65px;
  margin-left: 10px;
  width: 90%;
}
.acc-denied .acc-b:first-child {
  left: -5px;
  top: -3px;
}
.acc-denied .acc-b:first-child div {
  border-color: #95291D;
}
.acc-denied .acc-b:last-child div {
  border-color: #DD1616;
}
.captcha-image-wrapper {
  margin-bottom: 16px;
}
.captcha-image-wrapper img {
  display: block;
}
.captcha-image-wrapper .error-block {
  padding-left: 0;
  margin-top: 8px;
}
.captcha-image-wrapper .error-block:before {
  display: none;
}
.reset-exceed {
  margin-top: 2px;
}
.resend-exceed-timer {
  color: #626262;
  margin-top: 2px;
}
.resend-exceed-timer .resend-count {
  font-weight: 500;
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.loader .loader-inner {
  border: 1px solid #E9E9E9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 11px 20px;
  font-size: 13px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 24px;
}
.loader .loader-inner .spinner {
  width: 24px;
  /* keep exactly 24×24 to match the source */
  height: 24px;
  /* Smooth, continuous rotation */
  animation: spin 1s linear infinite;
  /* Prevent blurring on some browsers */
  image-rendering: -webkit-optimize-contrast;
  transform-origin: 50% 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  text-align: left;
}
.modal.in {
  opacity: 1;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.in:after {
  opacity: 1;
}
.modal .modal-dialog {
  margin: 160px auto 0;
  z-index: 1050;
  max-width: 400px;
  position: relative;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  outline: 0;
}
.modal-content .modal-header {
  border-bottom: 1px solid #E9E9E9;
  padding: 11px 16px 10px 16px;
}
.modal-content .modal-header .modal-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 18px;
}
.modal-content .modal-header .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  float: right;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  filter: alpha(opacity=100);
  opacity: 1;
  position: relative;
  height: 16px;
  width: 16px;
  margin: 1px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-content .modal-header .close:before,
.modal-content .modal-header .close:after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  background-color: #4D4D4D;
  top: 0;
  left: 8px;
}
.modal-content .modal-header .close:before {
  transform: rotate(45deg);
}
.modal-content .modal-header .close:after {
  transform: rotate(-45deg);
}
.modal-content .modal-body {
  padding: 24px 16px;
}
.modal-content .modal-body .modal-alert-content {
  padding: 2px 0 0 32px;
  position: relative;
}
.modal-content .modal-body .modal-alert-content .modal-alert-icon {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.modal-content .modal-footer {
  padding: 0 16px 24px;
  border-width: 0;
  text-align: right;
}
.modal-content .modal-footer .btn {
  padding: 4px 16px;
  line-height: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
}
@keyframes signup-animation {
  0% {
    max-width: 592px;
    height: 434px;
  }
  100% {
    max-width: 1040px;
    height: 702px;
  }
}
@keyframes signin-animation {
  0% {
    max-width: 1040px;
    height: 702px;
  }
  100% {
    max-width: 592px;
    height: 434px;
  }
}
@keyframes form-container-animation {
  0% {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  50% {
    height: 250px;
    opacity: 0.5;
    overflow: hidden;
  }
  70% {
    height: 300px;
    opacity: 0.8;
    overflow: hidden;
  }
  99% {
    height: 395px;
    opacity: 0.99;
    overflow: hidden;
  }
  100% {
    height: auto;
    opacity: 1;
    overflow: visible;
  }
}
@keyframes slider-animation {
  0% {
    width: 0;
    opacity: 0;
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
  }
  50% {
    opacity: 0.5;
    overflow: hidden;
  }
  90% {
    opacity: 0.8;
    overflow: hidden;
  }
  99% {
    opacity: 0.99;
    overflow: hidden;
  }
  100% {
    width: 448px;
    opacity: 1;
    padding-right: 54px;
    padding-left: 54px;
  }
}
@keyframes slider-animation1 {
  0% {
    width: 448px;
    opacity: 1;
    overflow: hidden;
    padding: 90px 54px;
  }
  50% {
    opacity: 0.5;
    overflow: hidden;
  }
  90% {
    opacity: 0.1;
    overflow: hidden;
  }
  100% {
    width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
  }
}
html,
body {
  min-height: 100%;
}
body {
  font-family: "ZohoPuvi", verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 18px;
  background: url("../images/login-bg.704a3e5cca4f30aaf7e7dfbbd9940ec6.png") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  overflow: auto;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
*:focus-visible,
.btn:focus-visible,
a:focus-visible {
  outline: 2px solid #2C66DD;
  outline-offset: 2px;
}
[dark-theme] body {
  backdrop-filter: grayscale(1);
}
@media (max-width: 1200px) {
  body {
    height: auto;
  }
  .login-wrapper {
    max-width: 990px;
  }
}
@media (max-width: 992px) {
  .login-wrapper {
    margin: 80px auto;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    display: block;
  }
  .login-wrapper.signup-flow {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
  .login-wrapper.signin-flow {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
@media (max-width: 820px) {
  .login-wrapper {
    max-width: 90%;
  }
  .login-wrapper.active {
    display: block;
  }
  .login-wrapper .login-container {
    width: 100%;
    display: block;
    padding: 40px;
  }
  .signup-flow {
    display: flex;
  }
  .login-container-body h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .signup-flow {
    display: block;
  }
  .signup-flow .signup-slider-wrapper {
    display: none;
  }
}
@media (max-width: 576px) {
  .login-wrapper .login-container {
    padding: 40px 30px;
  }
}