/* Page specific styles can go here */
#loginContainer {
  margin-top:26px;
  padding: 10px 10px 10px;
  background-color: #fff;
  transition: margin-top 0.2s ease-out;
}

 /* navbar issue  */
.navbar-toggler{
  display: none;
}

.loginForm .btn, .log-demo{
  height: 40px;
  border-radius: 12px;
  background-color: #0b0b47;
  color: white;
}

.log-demo:hover{
  background-color: #14147a;
  color: white;
}


.loginForm .log-in:hover{
      background-color: #14147a;
}

.projLogo{
  width:160px;
  height:auto;
}
.bgCover{
    padding: 0;
    background-color: grey;
    background-repeat: no-repeat, repeat;
    backdrop-filter: blur(100px);
    height: 100%;
    border-radius:20px;
}

.bgCover .account-testimonial {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  bottom: 1rem;
  left: 2rem;
  right: 0;
}

.baseContentWrapper{
  min-height: auto !important; 
  height: auto !important; 
  background-color: white;
}

.androidBtn{
  color: white;
  background-color: #0b0b47 ;
  border-radius:8px;
}
.androidBtn:hover{
  color: white;
  background-color:#14147a ;
  border-radius:8px;
}
/* new */
.log-in-demo {
  /* background: linear-gradient(to bottom, #e8e8f9, #ffffff 30%, #e8e8f9); */
  background-color: #fff;
  /* overflow: hidden;  */
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.left-area {
  display: flex;
  /* flex-direction: column; */
  /* position: relative; */
  align-items: center;
  justify-content: center;
}
.right-area {
  /* background: #f8f8ff; */
  /* background: linear-gradient(to bottom, #e8e8f9, #ffffff); */
  /* border: 2px solid #e8e8f9; */
  /* border-radius: 10px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: -8px 0 16px rgba(0, 0, 0, 0.1); */
}
.logo {
  /* max-width: 100%; */
  height: auto;
  width: 180px;
}
.logo-area {
  /* position: relative;
  flex: 0 0 auto; */
  text-align: center;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  width: 100%;
}
.card-a {
  grid-column: span 1;
  grid-row: span 2;
}
.card-b {
  grid-column: span 1;
  grid-row: span 1;
}
.demo-content {
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.demo-card {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor:pointer;
}
.demo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.demo-name {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.module-text {
  font-weight: 600;
  font-size: 12px;
}
.log-in-card{
  border-radius: 10px;
  /* background-color: #0b0b47; */
  /* border: 1px solid #eeeeee !important; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  width: 82%;
  height: 90%;
}
/* welcome text */
.login-text {
  font-weight: 600;
  font-size: 18px;
  /* text-align: center; */
}
/* error text */
.error-area {
  border: 1px solid #E40000;
  background-color: #F9D4D4;
  border-radius: 4px;
  /* text-align: center; */
}
.error-text {
  font-weight: 500;
  font-size: 12px;
  color: #E40000 !important;
}
.error-icon {
  color: #E40000;
  font-size: 14px !important;
}
.log-in-card .log-in-header {
  /* background-color: #0b0b47; */
  color: #000 ;
  border-bottom: none;
}
.log-in-card .log-in-body {
  padding: 0 2.5rem;
  border: 2px solid #e8e8f9;
  background: linear-gradient(to bottom, #e8e8f9, #ffffff);
  border-radius: 20px;
  box-shadow: 0 0 60px 20px rgba(255, 255, 255, 0.15);
}
.demo-login-text {
  font-weight: 600;
  font-size: 14px;
}
/* input field */
/* .loginForm {
  width: 80%;
} */
.loginForm .form-input{
  /* width: 80%; */
  border-radius: 10px;
  height: 42px;
  background-color: #fff;
  border: none !important;
}
.demo-modal-body .form-input {
  width: 100%;
  border-radius: 10px;
  height: 42px;
  background-color: #eee;
  border: none !important;
}
.demo-modal-body .input-group-text {
  background-color: #eee;
}
.loginForm .form-input:focus {
  box-shadow: none;
}
.input-group-text {
  border: none;
  background-color: #fff;
  cursor: pointer;
}
.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* password hide */
.loginForm .btn-secondary{
  text-align: center;
  color: #000;
  height: 42px;
  width: 42px;
  background-color: #eee;
  border-radius: 0px 10px 10px 0px;
  border: none;
}
.loginForm .btn-secondary:hover {
  background-color: #e5e5e5;
}
.loginForm .btn-secondary:focus {
  border: none;
}
.forgot-pass{
  color:#0b0b47;
  /* text-decoration:underline; */
}
.forgot-pass:hover{
  color:#656565;
  text-decoration: none;
}
/* button */
.log-in{
  font-weight:600;
  /* letter-spacing:0.9px; */
  font-size: 1rem;
}
/* other options */
.option-text {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color:#d9d9d9;
}
.option-text::before,
.option-text::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #d9d9d9;
  margin: 0 10px; 
}
.button-option{
  padding: 6px;
  /* background-color: #d2d2d2; */
  border: 1px solid #eee;
  border-radius: 2px;
  cursor: pointer;
}
.button-option:hover{
  background-color: #d9d9d9;
}
.button-option:active{
  background-color: #d9d9d9;
}
.secondary-text {
  font-weight: 500;
  font-size: 12px;
  color: #656565;
  text-align: center;
}
.passwordToggle{
  cursor: pointer;
}
.topMenu, .footer{
  display: none;
}
.grid-container .loading {
  background-color: rgba(0, 0, 0, 0.11);
}
.loading .demo-name {
  color: rgba(0, 0, 0, 0.11);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  background: #0008;
}
/* .blurEffect .demo-card {
  opacity: 0.5; 
} */
.unlock-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.unlock-field input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border: 2px solid #eee;
  background-color: #f6f6f6;
  border-radius: 4px;
  margin-right: 5px;
}
input {
  width: 100%;
  font-size: 1rem;
  padding: 0.25rem;
  vertical-align: middle;
  box-shadow: 0 0 0 transparent;
  border: 1px solid #999;
  outline: 0 none;
  transition: box-shadow 0.5s;
  &.error {
    animation: shake 0.2s ease-in-out 0s 2;
    box-shadow: 0 0 0.5em rgb(255, 21, 21);
  }
}
@keyframes shake {
  0% { margin-left: 0rem; }
  25% { margin-left: 0.5rem; }
  75% { margin-left: -0.5rem; }
  100% { margin-left: 0rem; }
}
/* input field */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
}
input:focus {
  background-color: #fff !important; /* Set to your default background */
}

/* .unlock-field {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eeeeee !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
} */

/* .unlock-field:hover{
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;"
} */
/* modal */
.demo-modal-dialog {
  width: 24rem;
}
.modal-content {
  border: 1px solid  #eee;
  border-radius: 6px;
}
.demo-modal-header,
.demo-modal-footer {
  border: none;
}
.demo-description,
.resend-text{
  font-weight: 500;
  font-size: 12px;
}
.resend-text {
  color: #656565;
}
.modal-backdrop {
background-color: rgba(0, 0, 0, 0.99) !important;
}
.verification-text {
  font-size: 12px;
  font-weight: 500;
}
.demo-btn {
  font-weight:600;
  letter-spacing:1.2;
}
button.close:focus {
outline: none;
}
 /* Extra small devices*/
@media (max-width: 575.98px) {  
.grid-container {
  grid-template-columns: repeat(2, 2fr);
  margin-top: 1px;
}
.card-a, .card-b {
  grid-column: span 1;
  grid-row: span 1;
}
.demo-content {
  padding: 6px;
}
.demo-login-text {
  font-weight: 600;
  font-size: 14px;
}
.demo-modal-dialog {
  width: 20rem;
}
.demo-card {
  min-height: 100px;
}
}
/* Small devices*/
@media (min-width: 576px) and (max-width: 767.98px) {  
.grid-container {
  grid-template-columns: repeat(2, 2fr);
  margin-top: 1px;
}
.demo-login-text {
  font-weight: 600;
  font-size: 14px;
}
.demo-modal-dialog {
  width: 20rem;
}
.demo-card {
  min-height: 100px;
}
}
/* Medium devices*/
@media (min-width: 768px) and (max-width: 991.98px) {  
.logo {
  width: 130px;
}
.log-in-card .log-in-body  {
  padding: 0 1.5rem;
}
.grid-container {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6px;
}
.demo-login-text {
  font-weight: 600;
  font-size: 14px;
}
.demo-card {
  min-height: 100px;
}
.loginForm .form-input {
  font-size: 12px;
  height: 38px;
}
.loginForm .btn {
  height: 38px;
}
.loginForm .forgot-pass {
  font-size: 12px;
}
.demo-card .demo-name {
  font-size: 10px;
}
}
/* Large devices*/
@media (min-width: 992px) and (max-width: 1199.98px) {  
.grid-container {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
}
.loginForm .form-input{
  border-radius: 10px;
  height: 46px;
}
.demo-login-text {
  font-weight: 600;
  font-size: 16px;
}
.demo-card {
  min-height: 100px;
}
}
/* Extra large devices*/
@media (min-width: 1200px) {  
.demo-card {
  min-height: 140px;
}
}
@media screen and (min-width: 1600px) {
.demo-login-text {
  font-weight: 600;
  font-size: 18px;
}
.loginForm .form-input {
  /* font-weight: 600; */
  font-size: 16px;
}
.loginForm .forgot-pass {
  font-weight: 500;
  font-size: 16px;
}
.loginForm .log-in {
  font-weight: 600;
  font-size: 16px;
}
.option-text {
  font-size: 16px;
}
.secondary-text {
  font-weight:500;
  font-size: 14px;
}
.demo-card .demo-name {
  font-weight: 500;
  font-size: 16px;
}
/* .logo {
  width: 280px;
} */
}
/* @media (max-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .card-a, .card-b {
    grid-column: span 1;
    grid-row: span 1;
  }
} */
/* @media (max-width: 576px) {
  .grid-container {
    grid-template-columns: repeat(2, 2fr);
    margin-top: 10px;
  }

  .card-a, .card-b {
    grid-column: span 1;
    grid-row: span 1;
  }
  .demo-content {
    padding: 6px;
  }
} */