/* main.css */
@import url('allCommon.css');


* {
  padding: 0;
  margin: 0;
}

/* For Retina displays */
@media only screen and (min-resolution: 192dpi) {
  .left-card {
    background-image: url(../images/loginban2x.png);
  }
}

/* For 4K and higher displays */
@media only screen and (min-resolution: 384dpi) {
  .left-card {
    background-image: url(../images/loginban1x.png);
  }
}

/*@media (max-width: 700px) {
  .left-card {
    background-image: url(../images/happy-healthcare-mobile.png);
    background-size: cover;
    background-position: center;
  }
}*/

.left-card {
  height: 100vh;
  background: url(../images/loginban1x.png), var(--main-color);
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;

  align-items: end;
}

.login-section .left-col {
  padding: 0;
}

.left-card p {
  color: #fff;
}

.left-card .sub-left {
  padding-left: 10%;
}

.right-card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding: 0% 10%;
}

.form-sec form .form-group input {
  height: 50px;
  border: 1px solid rgba(138, 138, 138, 1);
  border-radius: 8px;
}

.form-sec form .form-group input:focus {
  outline: none;
  box-shadow: none;
}
/* 
.sbt-btn button {
  background: rgba(2, 101, 250, 0.2);
  color: #fff;
  border-radius: 8px;
  height: 60px;
  border: none;
} */

.form-sec form .form-group input::placeholder {
  color: rgba(138, 138, 138, 1);
}

.line .ruler {
  border: 1.6px solid var(--main-color);
}

.btn-custom:disabled {
  background: rgba(2, 101, 250, 0.2);

  color: #ffffff;
  cursor: not-allowed;
  border: none;

  color: #fff;
  border-radius: 8px;
  height: 60px;
}

/* Style for the button when enabled */
.btn-custom.enabled {
  background-color: #007bff;
  border-radius: 8px;
  height: 60px;
  cursor: pointer;
}

.google-button .ggogle-div {
  display: flex;
  width: 65%;
  justify-content: space-between;
  align-items: center;
}

.google-button {
  border: 1px solid rgba(50, 50, 50, 1);
  height: 55px;
  border-radius: 8px;
  display: flex;
  /* padding: 2%; */
  align-items: center;
  padding-left: 31px;
}

.line {
  margin: 0px 0 30px;
}
.logo-card {
  height: 115px;
  width: 54%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 800px) {
  .left-card {
    height: 100%;
  }

  .google-button {
    border: 1px solid rgba(50, 50, 50, 1);
    height: 60px;
    border-radius: 8px;
    display: flex;
    /* padding: 2%; */
    align-items: center;
  }
  .google-button .ggogle-div {
    width: auto;
  }
}

@media (max-width: 992px) {
  .logo-card {
    width: 100%;
  }

  .google-button {
    border: 1px solid rgba(50, 50, 50, 1);
    height: 60px;
    border-radius: 8px;
    display: flex;
    /* padding: 2%; */
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .google-button .ggogle-div {
    display: flex;
    /* width: 100%; */
    gap: 22px;
    /* justify-content: space-between; */
    align-items: center;
  }
}

@media (max-width: 767px) {
  .left-card {
    margin-top: 61px;
    height: 256px;
  }

  .left-card .sub-left {
    text-align: center;
    padding: 0;
  }
}
