body.authentication-bg {
background-image: url("bg4.png") !important;
background-size: cover;
background-position: center;
}


.btn-primary {
  color: #fff;
  background-color: #c73b34;
  border-color: #c73b34;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ad0505;
  border-color: #ad0505;
}

a {
  color: #c73b34;
  font-weight: bold;
  text-decoration: none;
}