﻿.bg-image {
  background-image: linear-gradient(to right, #00965E, #005A38, #002D1C);
}

.login-heading, .reset-password-heading {
  color: #006942;
}

#companyLightLogo {
  height: 300px;
  width: 300px;
}

#companyDarkLogo {
  width: 300px;
  height: 62px;
}

/* Buttons - start */
button {
  border-radius: 0.25rem !important;
}

.btn-login-primary-active {
  color: #FFFFFF;
  background-color: #00965E;
}

.btn-login-primary-active:hover {
  color: #FFFFFF;
}

/* Buttons - end */
