﻿.bg-image {
  background-image: linear-gradient(to right, #009eff, #1e5582, #141932);
}

.login-heading, .change-password-heading {
  color: #0069aa;
}

#companyLightLogo {
  height: 300px;
  width: 300px;
}

#companyDarkLogo {
  width: 300px;
  height: 62px;
}

.form-control:focus {
  border-color: #c3e6ff;
  box-shadow: 0 0 0 0.25rem #c3e6ff;
}

/* Buttons - start */
button {
  border-radius: 0.25rem !important;
}

.btn-login-primary-active,
.btn-login-primary-active:active {
  color: #ffffff !important;
  background-color: #009eff !important;
}

.btn-login-primary-active:hover {
  color: #ffffff !important;
  background-color: #0084d5 !important;
}

/* Buttons - end */
