legend {
  font-family: TB_Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.9);
  font-size: 2.25rem;
  line-height: 1;
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
  h1 {
    font-size: 1.75rem;
  }
}
.overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 0ms;
}
.overlay .sheet {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 8px 24px 16px;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.22), 0px 14px 56px rgba(0, 0, 0, 0.25);
  transform: translate(0, 100%);
  transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 100ms;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
.overlay .sheet p {
  margin: 24px auto;
}
.overlay .sheet .fingerprint {
  width: 40.5px;
  height: 64.5px;
  background: transparent url(/images/fingerprint.png) no-repeat top center;
  margin-top: 4px;
  margin: 12px auto;
  background-size: contain;
}

body.show-sheet .overlay {
  display: block;
  position: fixed;
  top: 0;
  opacity: 1;
  z-index: 1000;
}
body.show-sheet .overlay .sheet {
  transform: translate(0, 0);
  z-index: 1001;
}

@media screen and (min-width: 640px) {
  .overlay {
    padding: 0 19%;
  }
  .overlay .social {
    max-width: 62%;
    margin: 0 auto;
  }
  .overlay .social ul {
    column-gap: 64px;
  }
}
@media screen and (min-width: 960px) {
  .overlay {
    padding: 0 23.5%;
  }
  .overlay .sheet {
    min-width: 384px;
    max-width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .overlay {
    padding: 0 26%;
  }
  .overlay .sheet {
    min-width: 512px;
    max-width: 48%;
  }
}
@media screen and (min-width: 1440px) {
  .overlay {
    padding: 0 28%;
  }
  .overlay .sheet {
    min-width: 576px;
    max-width: 44%;
  }
}
/* TB_Inter - main text font from @mitigram/mititheme */
@font-face {
  font-family: TB_Inter;
  src: url("/assets/Inter-VariableFont_slnt,wght.ttf") format("truetype");
  font-display: swap;
}
/* =============================================================================
   Font Awesome 7 Free - Icon Fonts
   ============================================================================= */
/* Font Awesome 7 Free - Solid (900) */
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/fonts/fa-solid-900.woff2") format("woff2");
}
/* Font Awesome 7 Free - Regular (400) */
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/fa-regular-400.woff2") format("woff2");
}
/* Font Awesome 7 Brands (400) */
@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/fa-brands-400.woff2") format("woff2");
}
/* Font Awesome 4 Compatibility - backwards compatibility for old fa classes */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/fa-v4compatibility.woff2") format("woff2");
}
html, body {
  height: 100%;
  min-height: 100vh;
}

body {
  display: table;
  text-align: center;
  width: 100%;
}

section {
  width: 100%;
}

.responsive {
  width: 100%;
  height: auto;
  max-width: 260px;
}

.content {
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
  padding: 0;
}
.content .content-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
}
.content .content-wrap .content-area {
  padding: 40px 0px 40px 0px;
  height: 100%;
  width: 100%;
  background-image: url("/images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #007272;
  color: #fff;
  background-position: center center;
  display: table;
}

a:active, a:focus {
  outline: none;
}

.account-wall {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.account-wall .k-widget {
  border-style: none;
}
.account-wall .k-state-selected {
  background-color: #667784;
}
.account-wall .media, .account-wall .media .media {
  margin-top: 0px;
}

#login-cube {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  height: 360px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.account-wall-inner {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
}

#login-cube > div, .account-wall-inner > div {
  width: 100%;
  padding: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 550px) {
  #login-cube > div, .account-wall-inner > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#login-cube > div .text-center a, .account-wall-inner > div .text-center a {
  display: inline-block;
  margin-top: 10px;
}

#login-cube > div {
  position: absolute;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#app-banner #app-store-badges {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
#app-banner #app-store-badges img {
  height: 40px;
  width: auto;
  margin: 6px 3px;
  max-width: none;
  border-radius: 1rem;
}

.k-block, .k-widget {
  background-color: transparent;
  color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #login-cube > div {
    backface-visibility: hidden;
  }
}
@supports (-ms-ime-align: auto) {
  #login-cube > div {
    backface-visibility: hidden;
  }
}
#login {
  -webkit-transform: perspective(400px) rotateY(0deg);
  -moz-transform: perspective(400px) rotateY(0deg);
  transform: perspective(400px) rotateY(0deg);
  opacity: 1;
  z-index: 1;
}

#select {
  -webkit-transform: perspective(400px) rotateY(-180deg);
  -moz-transform: perspective(400px) rotateY(-180deg);
  transform: perspective(400px) rotateY(-180deg);
  opacity: 0;
  z-index: 0;
}

#logins {
  height: 202px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#login-cube.show-select #select {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg);
  -moz-transform: perspective(400px) rotateY(0deg);
  transform: perspective(400px) rotateY(0deg);
  z-index: 1;
}
#login-cube.show-select #login {
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(180deg);
  -moz-transform: perspective(400px) rotateY(180deg);
  transform: perspective(400px) rotateY(180deg);
  z-index: 0;
}

.form-signin {
  margin: 0 auto;
  min-width: 320px;
  width: 400px;
}
@media (max-width: 550px) {
  .form-signin {
    max-width: calc(100vw - 20px);
    min-width: 250px;
    width: 320px;
  }
}

.form-control {
  position: relative;
  font-size: 14px;
  height: auto;
  padding: 8px;
  margin: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.form-control:focus {
  z-index: 2;
}

.account-select {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.account-select .pull-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-title {
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.profile-img {
  width: 25px;
  height: 25px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 4px auto 4px auto;
}

.select-img {
  border-radius: 50%;
  display: block;
  height: 64px;
  margin: 0 30px 10px;
  width: 64px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 5px auto;
}

.select-name {
  display: block;
}

.login-failed-open {
  animation: shake 0.82s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  transform: translate(0);
  opacity: 1;
}

.login-failed-close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body.show-sheet .overlay {
  display: block;
  position: fixed;
  top: 0;
  opacity: 1;
}

@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/* ===========================================
 LOGIN CARD STYLES
=========================================== */
/* Main container for login */
#mainContainer.login-container {
  align-items: center;
  justify-content: center;
  height: 100%;
}
#mainContainer.login-container #currentPageContent {
  min-height: auto;
  padding-bottom: 0;
}

/* White login card */
.login-card {
  background: #FFFFFF;
  border-radius: 48px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 48px;
  width: auto;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.9);
}
.login-card h1, .login-card h2, .login-card h3, .login-card h4, .login-card h5, .login-card h6 {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.login-card .text-center {
  text-align: center;
}
.login-card .text-center a {
  color: #007272;
  text-decoration: none !important;
  font-weight: 600;
}
.login-card .text-center a:hover {
  color: rgba(0, 114, 114, 0.9);
  text-decoration: none !important;
}
.login-card .form-signin {
  width: 500px;
  max-width: 100%;
}
.login-card .registration-call,
.login-card .notifications.bottom-right {
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
.login-card .registration-call a,
.login-card .notifications.bottom-right a {
  color: #007272;
  text-decoration: none !important;
  font-weight: 600;
}
.login-card .registration-call a:hover,
.login-card .notifications.bottom-right a:hover {
  color: rgba(0, 114, 114, 0.9);
  text-decoration: none !important;
}
.login-card .registration-call {
  font-size: 14px;
}
.login-card .notifications.bottom-right {
  font-size: 12px;
}
.login-card a {
  color: #007272;
}
.login-card .account-wall-inner > div {
  padding: 0;
}
.login-card {
  /* ===========================================
      ERROR MESSAGES
  =========================================== */
}
.login-card .error {
  background-color: #FEE2E2;
  color: #D23E1C;
  border: 1px solid #D23E1C;
  border-radius: 1.5rem;
  padding: 12px;
  margin-bottom: 20px;
  text-align: center;
  display: none;
}
.login-card .error .noty_theme__metroui.noty_type__error {
  background-color: transparent;
  color: #000;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.login-card .error .noty_theme__metroui.noty_bar .noty_body {
  padding: 0;
  background-color: transparent;
  line-height: 1.5;
  color: #D23E1C;
}
.login-card .error .noty_theme__metroui.noty_bar .noty_body .fa {
  display: none;
}
.login-card .error:not(:empty) {
  display: block;
}
@media (max-width: 480px) {
  .login-card {
    padding: 24px;
    border-radius: 24px;
    margin: auto;
    max-width: calc(100% - 20px);
  }
  .login-card .form-signin {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 1599px) {
  .login-card {
    padding: 38px;
    border-radius: 38px;
  }
  .login-card h1, .login-card h2, .login-card h3, .login-card h4, .login-card h5, .login-card h6 {
    margin-top: 0.4em;
    margin-bottom: 0.8em;
  }
  .login-card .error {
    padding: 10px;
    margin-bottom: 16px;
  }
}
@media (min-width: 481px) and (max-width: 1280px) {
  .login-card {
    padding: 34px;
    border-radius: 34px;
  }
  .login-card h1, .login-card h2, .login-card h3, .login-card h4, .login-card h5, .login-card h6 {
    margin-top: 0.36em;
    margin-bottom: 0.72em;
  }
  .login-card .error {
    padding: 9px;
    margin-bottom: 14px;
  }
}

/* Login header with logo */
.login-header {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1599px) {
  .login-header {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .login-header {
    margin-bottom: 16px;
  }
  .login-header .logo img {
    max-width: 180px;
  }
}
.login-header .logo img {
  max-width: 200px;
  height: auto;
}
.login-header .logo img.logo-inverted {
  filter: invert(1);
}

/* Login form container */
.login-form-container {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .login-form-container {
    max-width: 340px;
  }
}

/* Login form styles */
.login-form {
  width: 100%;
}
.login-form .input-group {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 400px) {
  .login-form .input-group {
    margin-bottom: 16px;
  }
}
@media (min-width: 401px) and (max-width: 1599px) {
  .login-form .input-group {
    margin-bottom: 19px;
  }
}
@media (min-width: 401px) and (max-width: 1280px) {
  .login-form .input-group {
    margin-bottom: 17px;
  }
}
.login-form .input-group .input-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 15px;
  top: 49%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.6);
  z-index: 3;
  font-size: 14px;
}
@media (max-width: 400px) {
  .login-form .input-group .input-icon {
    top: 48%;
  }
}
.login-form .input-group .login-input {
  width: 100%;
  padding: 8px 16px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  font-size: 16px;
  background-color: #FBFBFB;
  color: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}
.login-form .input-group .login-input.twostep-code {
  text-align: center;
  padding: 8px 16px !important;
}
.login-form .input-group .login-input::placeholder {
  font-size: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
@media (max-width: 400px) {
  .login-form .input-group .login-input {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 24px;
    height: auto;
  }
  .login-form .input-group .login-input.twostep-code {
    padding: 12px 20px !important;
  }
  .login-form .input-group .login-input::placeholder {
    font-size: 14px;
  }
}
.login-form .input-group .login-input:focus {
  outline: none;
  border-color: #242424;
  background-color: #FFFFFF;
  box-shadow: none;
}
.login-form .input-group .login-input {
  /* Override browser autocomplete styling */
}
.login-form .input-group .login-input:-webkit-autofill, .login-form .input-group .login-input:-webkit-autofill:hover, .login-form .input-group .login-input:-webkit-autofill:active {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.9) !important;
  color: rgba(0, 0, 0, 0.9) !important;
  background-color: #FBFBFB;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: background-color 5000s ease-in-out 0s;
}
.login-form .input-group .login-input {
  /* Focus state for autofilled inputs */
}
.login-form .input-group .login-input:-webkit-autofill:focus {
  -webkit-box-shadow: none;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.9) !important;
  color: rgba(0, 0, 0, 0.9) !important;
  background-color: #FFFFFF;
  border: 1px solid #242424;
}
@media (min-width: 401px) and (max-width: 1599px) {
  .login-form .input-group .login-input {
    height: 40px;
    padding: 6px 13px;
    border-radius: 19px;
  }
  .login-form .input-group .login-input.twostep-code {
    padding: 6px 13px !important;
  }
}
@media (min-width: 401px) and (max-width: 1280px) {
  .login-form .input-group .login-input {
    height: 36px;
    padding: 5px 12px;
    border-radius: 17px;
  }
  .login-form .input-group .login-input.twostep-code {
    padding: 5px 12px !important;
  }
}
.login-form .login-btn {
  width: 100%;
  min-height: 50px;
  padding: 5px;
  background-color: #242424;
  color: #FFFFFF;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 400px) {
  .login-form .login-btn {
    min-height: 38px;
    font-size: 14px;
    padding: 4px;
    border-radius: 24px;
  }
  .login-form .login-btn.btn-lg {
    margin-top: 10px;
  }
}
.login-form .login-btn .loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.login-form .login-btn .loading img {
  height: 30px;
  width: 30px;
}
.login-form .login-btn .loading.hidden {
  display: none;
}
.login-form .login-btn:hover {
  background-color: rgba(36, 36, 36, 0.9);
  box-shadow: none;
}
.login-form .login-btn:active {
  transform: translateY(0);
}
@media (min-width: 401px) and (max-width: 1599px) {
  .login-form .login-btn {
    min-height: 40px;
    padding: 4px;
    border-radius: 19px;
  }
}
@media (min-width: 401px) and (max-width: 1280px) {
  .login-form .login-btn {
    min-height: 36px;
    border-radius: 17px;
  }
}
.login-form .forgot-password {
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 400px) {
  .login-form .forgot-password {
    margin-top: 16px;
  }
}
@media (min-width: 401px) and (max-width: 1599px) {
  .login-form .forgot-password {
    margin-top: 19px;
  }
}
@media (min-width: 401px) and (max-width: 1280px) {
  .login-form .forgot-password {
    margin-top: 17px;
  }
}
.login-form .forgot-password a {
  color: #007272;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.login-form .forgot-password a:hover {
  color: rgba(0, 114, 114, 0.9);
  text-decoration: none;
}
.login-form .btn-block {
  margin-top: 20px;
}
@media (max-width: 1599px) {
  .login-form .btn-block {
    margin-top: 16px;
  }
}
@media (max-width: 1280px) {
  .login-form .btn-block {
    margin-top: 14px;
  }
}

/* Forgot password title */
.forgot-password-title {
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}

/* ===========================================
   APP STORE BADGES
   =========================================== */
#app-banner {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
#app-banner::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}
#app-banner #app-store-badges {
  display: flex;
  justify-content: center;
  gap: 8px 16px;
  flex-wrap: wrap;
  padding: 0;
}
#app-banner #app-store-badges img {
  height: 40px;
  width: auto;
  border-radius: 0;
  margin: 0;
  transition: transform 0.2s ease;
}
#app-banner #app-store-badges img:hover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  #app-banner #app-store-badges img {
    height: 35px;
  }
}
@media (max-width: 400px) {
  #app-banner {
    margin-top: 32px;
  }
  #app-banner::before {
    top: -16px;
  }
}

/* ===========================================
   CAPS LOCK WARNING
   =========================================== */
.caps-lock-warning {
  color: #EAB308;
  background-color: #FFEDD5;
  border: 1px solid #EAB308;
  border-radius: 0.75rem;
  padding: 8px 12px;
  margin-top: 10px;
  display: none;
  text-align: center;
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
}

/* Kendo binding visibility fix - show when caps lock is on */
.caps-lock-warning[style*="display: block"],
.caps-lock-warning:not([style*="display: none"]) {
  display: block !important;
}

/* Force show when Kendo sets visibility */
.caps-lock-warning[style*="visibility: visible"] {
  display: block !important;
}

/* Show caps lock warning when data-bind evaluates to true */
.caps-lock-warning[data-bind*="visible: true"] {
  display: block !important;
}

html, body {
  height: 100%;
  overflow-x: hidden;
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  padding-left: 0 !important;
  background-color: #007272;
  background-image: url("/images/bg.jpg");
  font-family: TB_Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  color: white;
  font-size: 14px;
  box-sizing: border-box;
  overflow: auto;
}

a:link, a:visited {
  color: white;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: underline;
}

label {
  display: none;
}

.k-ie label {
  width: 100%;
  text-align: left;
  margin-bottom: 2px;
  margin-top: 2px;
  display: inline-block;
  color: #fff;
}

.btn, .btn-default, .k-button {
  background-color: white;
  color: #0aaa6e;
  border: 0;
  font-size: 14px;
  padding: 4px 10px;
  cursor: pointer;
}

.hidden {
  display: none;
}

.text-center a {
  color: white;
  cursor: pointer !important;
}

.content a, .account-wall .text-center a {
  color: hsl(0, 0%, 125%);
  cursor: pointer !important;
}

.content a.logo {
  border-bottom: none;
  padding-bottom: 0;
  margin: 0 auto;
  padding: 20px;
}

.container {
  width: auto !important;
  flex-direction: column;
}

.placeholder {
  color: #aaa !important;
}

.registration-container {
  position: relative;
  display: block;
  max-width: 560px;
  margin: 0 auto;
}
.registration-container:after {
  content: "";
  display: table;
  clear: both;
}

.navbar {
  margin-bottom: 0;
}

.navbar-header {
  float: none !important;
}

.navbar-brand {
  display: block;
  width: 100%;
  text-indent: -99999px;
  font-size: 0px;
  margin-left: 0px !important;
  float: none !important;
  padding: 0 !important;
  height: auto !important;
  line-height: 1 !important;
}
.navbar-brand img {
  display: block;
  margin: 0 auto;
}

.nav-brand:after {
  content: "";
  display: table;
  clear: both;
}

.registration-title {
  font-weight: normal !important;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.login-wrap {
  position: relative;
}
.login-wrap:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
  color: #fff;
}

.btn--login {
  background-color: #0aaa6e;
  border: 1px solid #0aaa6e;
  color: #fff;
}
.btn--login:hover, .btn--login:focus {
  background-color: rgb(8.5833333333, 145.9166666667, 94.4166666667);
  border-color: rgb(8.5833333333, 145.9166666667, 94.4166666667);
  color: #fff;
}
.btn--login:active {
  background-color: rgb(8.5833333333, 145.9166666667, 94.4166666667);
  border-color: rgb(8.5833333333, 145.9166666667, 94.4166666667);
  color: #fff;
}
.btn--login:disabled {
  background: #fff;
  color: #999;
  opacity: 0.8 !important;
}

.text-muted {
  color: #aaa !important;
}
.text-muted:hover {
  color: #eee !important;
}

#recaptcha_widget_div {
  background-color: #fff;
}

.validation-summary-valid {
  display: none;
}

.validation-summary-errors {
  background-color: white;
  color: red;
  border-radius: 10px;
}
.validation-summary-errors ul {
  list-style-type: none;
  padding: 1em;
}
.validation-summary-errors li {
  line-height: 2em;
}

span.validation-summary-errors {
  display: block;
}

.close {
  display: none;
}

#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 90000;
  padding: 15px;
}
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.left-side:after {
  left: -12px;
  top: 15px;
  margin: 0;
  transform: rotate(90deg);
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

.g-recaptcha {
  background-color: white;
  border-radius: 6px;
  padding: 4px;
  border-color: #adadad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.k-autocomplete, .k-combobox, .k-datepicker, .k-timepicker, .k-datetimepicker,
.k-colorpicker, .k-numerictextbox, .k-dropdown, .k-selectbox, .k-textbox,
.k-toolbar .k-split-button {
  width: 100%;
  font-size: 18px;
  font-family: TB_Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.twostep-info-container {
  text-align: center;
  margin-bottom: 50px;
}

.twostep-key-container {
  padding: 15px;
  font-weight: bold;
}

.twostep-code-container {
  text-align: center;
  margin-top: 45px;
  padding-left: 20%;
  padding-right: 20%;
}
@media (max-width: 768px) {
  .twostep-code-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.twostep-code-sub {
  border: 1px solid #eee;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.twostep-code {
  font-size: 2em;
  width: 5em;
  margin: 30px;
  padding: 0 !important;
}

.field-validation-error {
  color: #ff5454;
}

.red-button {
  background-color: #ff5454 !important;
}

.miti-input {
  height: 23px;
  font-size: 1.25rem;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.uil-squares-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.uil-squares-css div {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #f05541;
}
.uil-squares-css div > div {
  position: absolute;
  top: 0;
  left: 0;
  animation: uilsquare 1.5s linear infinite;
  width: 40px;
  height: 40px;
}

body.error {
  display: block;
}

.error-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.body-wrap {
  height: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 10px;
  height: 100vh;
}

.flex-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  flex: 1;
}

.page-header {
  margin: 0;
}

.page-content {
  position: relative;
  flex: 1;
  height: 100%;
}

.page-header, .page-content {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .page-header, .page-content {
    padding: 0 0.5rem;
  }
}

body > div:first-child {
  flex: auto;
}

#mainContainer {
  display: flex;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  flex-direction: column;
}

#currentPage {
  padding: 0;
  margin: 0;
  flex: 1;
  max-width: 100%;
  box-sizing: border-box;
}

#currentPageContent {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  padding-bottom: 2rem;
  box-sizing: border-box;
  align-items: center;
}
@media (max-width: 767px) {
  #currentPageContent {
    padding-bottom: 0.5rem;
  }
}

fieldset {
  position: relative;
  border: 1px solid white;
  padding: 10px;
  border-radius: 4px;
  text-align: left;
  padding-top: 6px;
  margin-bottom: 16px;
}
fieldset legend {
  color: white;
  font-size: 13px;
}

input[type=password], input[type=email], input[type=number] {
  outline: none;
  background: transparent;
  color: white;
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}

::placeholder {
  color: white;
  opacity: 0.5;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: white;
  opacity: 0.5;
  font-size: 14px;
}

::-ms-input-placeholder {
  color: white;
  opacity: 0.5;
  font-size: 14px;
}

.noty_body {
  background-color: white;
  color: red;
}

.noty_bar {
  border-radius: 10px !important;
}