﻿.bg-image {
  background-image: linear-gradient(to right, #009eff, #1e5582, #141932);
}

.login-heading, .reset-password-heading {
  color: #0069aa;
}

#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: #009eff;
}

.btn-login-primary-active:hover {
  color: #ffffff;
}

/* Buttons - end */
