﻿.bg-image {
  background-image: linear-gradient(to right, #00965E, #005A38, #002D1C);
}

.login-heading, .change-password-heading {
  color: #006942;
}

#companyLightLogo {
  height: 300px;
  width: 300px;
}

#companyDarkLogo {
  width: 300px;
  height: 60px;
}

.form-control:focus {
  border-color: #99D5BF;
  box-shadow: 0 0 0 0.25rem #99D5BF;
}

/* Buttons - start */
button {
  border-radius: 0 !important;
}

.btn-login-primary-active,
.btn-login-primary-active:active {
  color: #FFFFFF !important;
  background-color: #00965E !important;
}

.btn-login-primary-active:hover {
  color: #FFFFFF !important;
  background-color: #00784B !important;
}

/* Buttons - end */
