.custom-login-card {
  border-radius: 25px;
  box-shadow: 0 4px 54px rgba(0,0,0,0.15);
  background-color: white;
}

.custom-label {
  color: #2c2f3a;
  font-weight: 600;
  font-size: 1rem;
}

input.form-control {
  border-radius: 8px;
  box-shadow: none;
}

.custom-login-btn {
  width: 100%;
  background-color: blue;
  color: white;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px;
  transition: box-shadow 0.3s ease, background-color 0.8s ease;
}

.custom-login-btn:hover {
  box-shadow: 0 8px 80px rgba(0,0,0,0.15);
  color: white;
}

.login-form-wrapper {
  text-align: left;
  width: 100%;
}

.custom-input-group {
  margin-bottom: 1rem;
}

.bold-heading{
  font-weight:700;
  text-align: left;
}

.left-align{
  text-align: left;
  font-size: 18px;
}


@media (max-width: 767px) {
  .custom-login-card{
    margin-right: -16px;
    margin-left: 17px;
  }
  .loginMargin {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh; /* or adjust as needed */
  }
}

@media (max-width: 991px) {
  .right-column {
    display: none !important;
  }
}



.loginMargin{
  margin-bottom: 110px;

}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -24px;
  margin-left: -24px;
}

.custom-row > [class^="col-"] {
  padding-right: 55px;
  padding-left: 75px;
}

.customLayout{
  margin-right: -27px;
  margin-left: -77px;
}

.reset-password {
  margin-top: 14px;
  font-size: 13px;
}