

/*Login page background colour*/
.session-bg-color {
  background-color: #46111154;
  background-size: cover;
}

/*login card background colour*/
.login-card-color {
    background: black;
}

.login-btn-color {
	background-color: #df4e4e;
	border-color:	#df4e4e;
}

.login-btn-color:hover {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.login-btn-text-color {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.35rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.login-text-greeting {
	padding-top: 15px;
	color: #fff !important;
}

.login-form-field {
  border-radius: 0 !important;
  border: transparent;
}

.login-password-reset{
  font-size: 0.9rem;
  text-align: center;
  padding-top: 15px;
}