.login-div {
  display: grid;
  grid-gap: 2rem;
  /* width: 400px;
    max-width: 100%; */
}

.login-form {
  display: grid;
  /*grid-gap: 1rem;*/
  padding: 2rem;
  /*min-height: 244px;*/
}

.login-grid {
  display: grid;
  grid-gap: 1rem;
}

/* ct-btn styles starts */
.login-div [class*="ct-btn-"],
.login-div .ct-btn-base {
  display: inline-block;
  position: relative;
  height: auto;
  margin: 0;
  border: none;
  outline: 0;
  cursor: pointer;
  box-shadow: none;

  text-align: center;
  letter-spacing: 0.03rem;

  padding: 0.5rem 0.7rem;
  border-radius: 0.2rem;

  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;

  -webkit-tap-highlight-color: transparent;

  fill: var(--DefaultTextColor);
  color: var(--DefaultTextColor);
  background-color: transparent;
}

.login-div .btn-forgot {
  text-align: right;
}
.login-div .ct-btn-hero {
  fill: #ffffff;
  color: #ffffff;
  background-color: var(--BrandColor1);
}
.login-div .ct-btn-hero:after {
  background-color: #ffffff !important;
}
.login-div .ct-btn-hero:active:after,
.login-div .ct-btn-white:active:after {
  opacity: 0.3 !important;
}

.login-div .ct-btn-white {
  color: var(--BrandColor1);
  background-color: #ffffff;
}
.login-div .ct-btn-white:after {
  background-color: #000000 !important;
}

.login-div [class*="ct-btn-"] * {
  pointer-events: none;
}

.login-div [class*="ct-btn-"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
}
.login-div [class*="ct-btn-"]:active:after {
  transition: opacity 0.2s ease-in-out, visibility 0s;
  visibility: visible;
  opacity: 0.1;
}
.login-div [class*="ct-btn-"]:active {
  box-shadow: none;
}
/* ct-btn styles ends */

.no-login-msg {
  background-color: #ffffff;
  padding: 1rem 2rem;
}

.login-txtbox {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 0.8rem;
}

.getstarted-grid {
  display: grid;
  text-align: center;
}

.getstarted-link {
  padding: 1rem !important;
  text-decoration: none;
}
/*
#btnLogin, #btnGoogleSignIn{
    padding: .8rem!important;
}

.btnGoogleGrid{
  display: grid;
  grid-template-columns: 1fr;
  /*border-top: 1px solid var(--BrandColor1);
  padding-top: 1rem;/*
}
#btnGoogleSignIn{
  font-weight: 700;
}

.google-signin-grid{
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1rem;
  align-items: center;
  justify-content: center;
}

*/
/* Login V2 */
body {
  background-color: #fff;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .container {
  height: 52px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px;
  background-color: #f8f8f8;
}
.container {
  width: 370px;
}

.box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  gap: 32px;
}

.header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.realbase-logo {
  width: 105px;
  height: 34px;
  margin: 0 auto;
}

.platform-logomark {
  width: 135px;
  width: 135px;
  height: 135px;
}

.signin-text {
  width: 311px;
  height: 20px;
  flex-grow: 0;
  object-fit: contain;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #4f5369;
}

.signin-text .text-style-1 {
  font-weight: 500;
  color: #8c8c8e;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 1.33;
  color: #4f5369;
  text-align: left;
}

.input-holder {
  display: flex;
  width: 100%;
  background-color: white;
  border: 1px solid #e4e7e7;
  border-radius: 5px;
  align-items: center;
}

.input-holder input:focus {
  outline: none;
  background-color: #fff;
}

.input-holder .icon {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}

.input-holder .text-input {
  height: 38px;
  width: 90%;
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background-color: #fff !important;
}

.input-holder .text-input:-webkit-autofill,
.input-holder .text-input:-webkit-autofill:hover,
.input-holder .text-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background-color: #fff !important;
}

.Forgot-Password {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  float: right;
  text-decoration: none;
  margin-top: 4px;
  color: #152342;
}

.button-holder {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.button {
  height: 46px;
  font-size: 14px;
  letter-spacing: normal;
  cursor: pointer;
  font-weight: 500;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 11.5px 20px;
  background-color: #152342;
}

.google-signin {
  font-weight: 600;
  background-color: #fff;
  border: solid 1px #c6c6c6;
  color: #152342;
}

.fom-container {
  flex-grow: 0;
  object-fit: contain;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #c6c6c6;
  margin-top: 16px;
}

.fom-container .fom-text {
  color: #152342;
  text-decoration: none;
}

.background {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 0; /* Move the SVG to the back */
}

footer {
  position: relative;
  z-index: 1; /* Bring the footer to the front */
}
footer .support-email {
  width: 496px;
  height: 20px;
  flex-grow: 0;
  object-fit: contain;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #4f5369;
}

.support-email .email-text {
  font-weight: bold;
  color: #152342;
}

#divUserLoginGrid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
}

#errorText {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e08000;
  border-radius: 5px;
  padding: 5px;
  color: #e08000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
}

#errorText .AspLabel {
  flex-grow: 1;
  text-align: center;
}
