.gradient-custom-login {
  background-image: unset;
  /* background-image: url('./../../images/login_bg.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.gradient-custom-login .auth-bg {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gradient-custom-login .auth-credential-text-section {
  z-index: 2;
  color: #000 !important;
}

.gradient-custom-register {
  /* background-image: url('./../../images/register_bg.jpg'); */
  background-image: unset;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  color: #000;
}

.gradient-custom-register .auth-bg {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.auth-container {
  padding: 120px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-container h4,
p {
  margin: 0 !important;
}

.auth-credential-card-parent {
  background: linear-gradient(180deg, #FFF 6.57%, #F6F6F6 100%);
  border: unset;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0;
}

.auth-credential-card-parent .auth-image-section {
    background-image: linear-gradient(180deg, #033261c0, rgba(0, 0, 0, 0.534)),url('./../../images/login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px 0px 0px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-credential-card-parent .signin-image-section {
    background-image: linear-gradient(180deg, #033261c0, rgba(0, 0, 0, 0.534)),url('./../../images/signup.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    border-radius: 8px 0px 0px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.auth-credential-card-parent .credential-card {
  border-radius: 10px;
  background: var(--all-colors-white-color-white, #FFF);
  box-shadow: 0px 4px 10px 0px rgba(138, 142, 148, 0.05);
  border: unset;
  padding: 40px;
}

.auth-credential-card-parent .credential-card .auth-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.auth-credential-card-parent .credential-card .auth-sub-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.auth-credential-card-parent .credential-card .auth-btn {
  background: #2F93F6;
  border: unset;
  height: 50px;
}

.auth-credential-card-parent .credential-card .auth-social-btn {
  border-radius: 6px;
  border: 1px solid #E8E9EA;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  color: #282828;
}

.auth-credential-card-parent .credential-card .auth-social-btn:hover {
  background: unset;
  color: #282828;
}

.auth-credential-card-parent .credential-card .auth-form-group {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.auth-credential-card-parent .credential-card .auth-form-group label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  color: #282828;
}

.auth-credential-card-parent .credential-card .auth-form-group input {
  background: #FFF;
  border: 1px solid #E8E9EA;
  border-radius: 6px;
  height: 50px;
}

.auth-credential-card-parent .credential-card .auth-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 22px;
  color: #009EF7;
}

.auth-credential-card-parent .auth-credential-text-section {
  color: #fff !important;

}

.auth-credential-card-parent .auth-credential-text-section .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  text-align: left;
  color: #fff;
}

.auth-credential-card-parent .auth-credential-text-section .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.auth-credential-card-parent .auth-credential-text-section .sub-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.modal-dialog{
    max-width: 1134px !important;
}

@media (max-width: 991px) {
  .auth-credential-card-parent .auth-image-section {
    border-radius: 8px 8px 0px 0px;
  }
}

@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }

  .large-quotation {
    font-size: 24px;
    /* Adjust this value to make the quotation marks larger */
  }

}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}
