.login-pf body {
  background: url("https://cdn.neeve.ai/assets/branding/neeve/loginbgimage0.jpg") no-repeat center center fixed;
  background-size: cover; }

body {
  margin: 10%; }

.alert-error {
  background-color: #ffffff;
  border-color: #cc0000;
  color: #333333;
  top: 10px; }

.alert-success {
  top: 10px; }

#kc-locale ul {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style: none;
  right: 0;
  top: 20px;
  min-width: 100px;
  padding: 2px 0;
  border: solid 1px #bbb; }

#kc-locale:hover ul {
  display: block;
  margin: 0; }

#kc-locale ul li a {
  display: block;
  padding: 5px 14px;
  color: #000 !important;
  text-decoration: none;
  line-height: 20px; }

#kc-locale ul li a:hover {
  color: #4d5258;
  background-color: #d4edfa; }

#kc-locale-dropdown a {
  color: #4d5258;
  background: 0 0;
  padding: 0 15px 0 0;
  font-weight: 300; }

#kc-locale-dropdown a:hover {
  text-decoration: none; }

a#kc-current-locale-link {
  display: block;
  padding: 0 5px; }

/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */
a#kc-current-locale-link::after {
  content: "\2c5";
  margin-left: 4px; }

.login-pf .container {
  padding-top: 40px; }

.login-pf a:hover {
  color: #0099d3; }

#kc-logo {
  width: 100%; }

#kc-logo-wrapper {
  background-image: url("https://cdn.neeve.ai/assets/branding/neeve/neeve-dark-logo.png");
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 62px auto 0; }

div.kc-logo-text {
  background-image: url(../img/keycloak-logo-text.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 300px;
  margin: 0 auto; }

div.kc-logo-text span {
  display: none; }

#kc-content {
  width: 100%; }

/* #kc-content-wrapper {
    overflow-y: hidden;
} */
#kc-info {
  padding-bottom: 200px;
  margin-bottom: -200px; }

#kc-info-wrapper {
  font-size: 13px; }

#kc-form-options span {
  display: block; }

#kc-form-options .checkbox {
  margin-top: 0;
  color: #72767b; }

#kc-terms-text {
  margin-bottom: 20px; }

#kc-registration {
  margin-bottom: 15px; }

/* TOTP */
ol#kc-totp-settings {
  margin: 0;
  padding-left: 20px; }

ul#kc-totp-supported-apps {
  margin-bottom: 10px; }

#kc-totp-secret-qr-code {
  max-width: 150px;
  max-height: 150px; }

#kc-totp-secret-key {
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  padding: 10px 0; }

/* OAuth */
#kc-oauth h3 {
  margin-top: 0; }

#kc-oauth ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#kc-oauth ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  padding: 10px 0; }

#kc-oauth ul li:first-of-type {
  border-top: 0; }

#kc-oauth .kc-role {
  display: inline-block;
  width: 50%; }

/* Code */
#kc-code textarea {
  width: 100%;
  height: 8em; }

/* Social */
#kc-social-providers ul {
  padding: 0; }

#kc-social-providers li {
  display: block; }

#kc-social-providers li:first-of-type {
  margin-top: 0; }

.zocial,
a.zocial {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  text-shadow: none;
  border: 0;
  background: #f5f5f5;
  color: #72767b;
  border-radius: 0;
  white-space: normal; }

.zocial:before {
  border-right: 0;
  margin-right: 0; }

.zocial span:before {
  padding: 7px 10px;
  font-size: 14px; }

.zocial:hover {
  background: #ededed !important; }

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
  background-image: none;
  border: 0;
  box-shadow: none;
  text-shadow: none; }

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft:before {
  content: "\f15d"; }

.zocial.stackoverflow:before {
  color: inherit; }

.logInBtn {
  background: #065545;
  color: #FFF;
  border-color: #065545;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.035);
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 19px;
  border-radius: 4px;
  height: 42px;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  width: 185px;
  margin-left: 17px; }

.info-text {
  text-align: center;
  color: grey;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 12px; }

@media (min-width: 768px) {
  #kc-container-wrapper {
    position: absolute;
    width: 100%; }
  .login-pf .container {
    padding-right: 80px; }
  #kc-locale {
    position: relative;
    text-align: right;
    z-index: 9999; }
  .login-pf-page .card-pf {
    padding: 50px 40px 40px 40px; }
  .info-text {
    text-align: center;
    color: grey;
    margin-top: 0;
    margin-bottom: 0.5em; }
  .form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .login-pf-social-section {
    border-right: 1px solid #d1d1d1;
    margin-right: -1px; }
  .login-pf-page .login-pf-social-section:last-of-type {
    padding-left: 40px; }
  .login-pf-page .login-pf-social-section .login-pf-social-link:last-of-type {
    margin-bottom: 0; } }

.login-pf-social-link {
  margin-bottom: 10px; }

#kc-social-providers {
  padding-right: none;
  border-right: none;
  margin-right: -1px; }

#kc-header {
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  text-align: left;
  color: #ededed;
  overflow: visible;
  white-space: nowrap;
  font-size: 29px;
  letter-spacing: 1.5px;
  padding: 20px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

#kc-header-wrapper {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0; }

div.kc-logo-text {
  margin: 0;
  width: 150px;
  height: 32px;
  background-size: 100%; }

#kc-form {
  float: none; }

#kc-info-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 15px; }

#kc-social-providers li {
  display: block;
  margin-right: 5px; }

.login-pf .container {
  padding-top: 15px;
  padding-bottom: 15px; }

#kc-locale {
  position: absolute;
  width: 200px;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 9999; }

#kc-logo-wrapper {
  background-size: 100px 21px;
  height: 21px;
  width: 100px;
  margin: 20px 0 0 20px; }

.login-pf-page .login-pf-social {
  margin: 25px 0 0 0; }

.logInBtn {
  background: #065545;
  color: #FFF;
  border-color: #065545;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.035);
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 19px;
  border-radius: 4px;
  height: 42px;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  width: 100%;
  margin-left: 0px; }

.footerOtaCopyRight {
  background: 0 0;
  text-align: center;
  padding-top: 15px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  width: 100%; }

@media (min-height: 646px) {
  #kc-container-wrapper {
    bottom: 12%; } }

@media (max-height: 645px) {
  #kc-container-wrapper {
    padding-top: 50px;
    top: 20%; } }

.card-pf form.form-actions .btn {
  float: right;
  margin-left: 10px; }

#kc-form-buttons {
  margin-top: 25px; }

.login-pf-page .login-pf-brand {
  margin-top: 20px;
  max-width: 360px;
  width: 40%; }

.card-pf {
  background: #fff;
  max-width: 482px;
  border-top: 0;
  box-shadow: 0 0 0;
  padding: 20px;
  margin-top: 14%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 35%; }

@media (max-width: 767px) {
  .card-pf {
    width: 70%; }
  .login-pf-accounts {
    width: 84%; }
  .addMarginHeader {
    margin-top: 30%; } }

@media (max-width: 840px) {
  .card-pf {
    width: 70%; }
  .login-pf-accounts {
    width: 84%; }
  .addMarginHeader {
    margin-top: 30%; } }

.login-pf-page .login-pf-signup {
  font-size: 15px;
  color: #72767b; }

#kc-content-wrapper .row {
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 455px) {
  .card-pf {
    width: 70%; }
  .login-pf-accounts {
    width: 84%; }
  .addMarginHeader {
    margin-top: 30%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .card-pf {
    width: 70%; }
  .login-pf-accounts {
    width: 84%; }
  .addMarginHeader {
    margin-top: 30%; } }

.login-pf-page .login-pf-social-link {
  margin-bottom: 20px; }

.login-pf-social-link a {
  font-size: 15px;
  display: block;
  padding: 7px 0;
  font-size: 14px;
  background: #f5f5f5;
  text-align: center;
  color: #72767b; }

.login-pf-page .login-pf-social-link a i {
  font-size: 16px;
  font-weight: bold; }

.login-pf-page.login-pf-page-accounts {
  margin-left: auto;
  margin-right: auto; }

.login-pf-page .btn-primary {
  margin-top: 0; }

/* Login css start */
.logoImg {
  height: 48px;
  display: flex;
  justify-content: center; }

.logoImgSubHeading {
  font-size: 18px;
  margin: 0 8px;
  color: #012a22;
  text-align: center;
  margin-bottom: 32px;
  opacity: 0.7; }

.logInBtnContainer {
  display: flex;
  align-items: center;
  justify-content: center; }

.form-control::placeholder {
  font-style: normal; }

.submitOtpBtn {
  background: #065545;
  color: #FFF;
  border-color: #065545;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.035);
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 19px;
  border-radius: 4px;
  height: 35px;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  width: 185px;
  margin-left: 17px; }

.loginOtpBtnNew {
  margin-top: 0;
  -webkit-appearance: button;
  cursor: pointer;
  /* background-color: #0088ce; */
  /* border-color: #00659c; */
  background-color: #065545;
  border-color: #065545;
  /* background-image: linear-gradient(to bottom, #39a5dc 0%, #0088ce 100%); */
  background-repeat: repeat-x;
  color: #fff;
  box-shadow: 0 2px 3px rgba(3, 3, 3, 0.1);
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  border: 1px solid transparent;
  white-space: nowrap;
  user-select: none; }

.loginOtpBtn {
  background: #065545;
  color: #FFF;
  border-color: #065545;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.035);
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  /* padding: 0 15px; */
  font-size: 16px;
  border-radius: 1px;
  height: 35px;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  width: 77px;
  /* margin-left: 17px; */ }

.loginOtpBtn input:focus {
  outline: none !important; }

.form-control {
  height: 36px; }

.form-control:focus {
  border-color: #065545;
  outline: 0;
  box-shadow: none; }

.forgotPassword {
  color: #065545;
  margin-left: 6px;
  text-align: center; }

.forgotPassword a {
  color: #065545; }

.forgotPassword a:focus {
  color: #065545; }

.forgotPassword a:hover {
  color: #065545; }

.footerOtaCopyRight {
  background: 0 0;
  text-align: center;
  padding-top: 15px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  width: 100%; }

.footerOtaCookieBannerContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(52, 64, 81, 0.88);
  padding: 10px;
  font-size: 15px;
  display: none;
  color: white; }

.footerOtaCookieBannerDiv {
  text-align: center; }

.footerOtaOkBtn,
.footerOtaLearnMoreBtn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 0px;
  color: white;
  background-color: #065545;
  border-color: #d9d9d9; }

.footerOtaCookieAccept {
  color: #afa7a7;
  margin-top: 25px; }

.cookieLearnMoreContainer {
  margin: 40px; }

.h1Class {
  color: #065545; }

.cookieLearnMoreContainer ul li {
  color: #9e9595; }

.cookieLearnMoreContainer a {
  color: #065545; }

.footerOtaCookieAccept a {
  color: #065545; }

.footerOtaCookieAccept a:hover {
  color: #065545 !important; }

.footerOtaCookieAccept a:focus {
  outline: none !important; }

.forgotPasswordWord {
  color: #afa7a7; }

.otaccessOtpSubmit a {
  color: #065545; }

.otaccessOtpSubmit a:hover {
  color: #065545 !important; }

.otaccessOtpSubmit a:focus {
  outline: none !important; }

.otaccessLogin a {
  color: #065545; }

.otaccessLogin a:hover {
  color: #065545 !important; }

.otaccessLogin a:focus {
  outline: none !important; }

.otaccessLoginResetPassword a {
  color: #065545;
  padding: 25px; }

.otaccessLoginResetPassword {
  padding: 25px; }

.otaccessLoginUpdatePassword {
  padding: 25px; }

.otaccessLoginResetPassword a:hover {
  color: #065545 !important; }

.otaccessLoginResetPassword a:focus {
  outline: none !important; }

.otaccessLoginResetPassword .btn-primary {
  background-color: #065545 !important;
  background-image: none;
  color: #fff !important;
  border: none;
  padding-top: 9px;
  padding-bottom: 9px;
  outline: none !important; }

.otaccessLoginUpdatePassword .btn-primary {
  background-color: #065545 !important;
  background-image: none;
  color: #fff !important;
  border: none;
  padding-top: 9px;
  padding-bottom: 9px;
  outline: none !important; }

.login-pf-page {
  padding-top: 12px; }

/* Login css end */
.login-pf-page .login-pf-header {
  /* margin-bottom: 0 !important; */
  display: none; }

.error-title {
  text-align: center;
  margin: 0 0 15px 0; }

.password-eye-icon {
  float: right;
  margin-right: 5px;
  margin-left: -27px;
  margin-top: 8px;
  position: relative;
  z-index: 2; }

.password-eye-icon i {
  cursor: pointer;
  font-size: 20px; }

a {
  color: #065545 !important; }

.error-msg {
  color: #f5222d; }

.otaccessLoginResetPassword #kc-form-buttons {
  margin-top: 5px; }

.errormessageContainer,
.infoMessageContainer {
  padding: 50px;
  font-size: 15px;
  text-align: center; }

.login-pf-accounts {
  display: flex;
  align-items: center;
  max-width: none; }

.login-pf-accounts {
  display: flex;
  align-items: center; }

.siteNoticeParentContainer {
  display: none; }

.siteNoticeParentContainer, .siteNoticeMainContainerFullView {
  top: 0;
  left: 0;
  position: fixed;
  color: black;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  z-index: 1; }

.siteNoticeContainer {
  display: none;
  padding: 4px; }

.siteNoticeIcon {
  padding: 4px 0px 0px 0px;
  font-size: 25px; }

.NoticeClampLine {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  /* fallback */
  max-height: 37px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

.siteNoticeMainContainerFullView {
  display: none;
  overflow: scroll;
  overflow-x: hidden; }

.siteNoticeViewLess a, .siteNoticeViewMore a {
  font-size: 10px;
  padding: 0px;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none; }
