/* logtrust custom styles  */
.header-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.btn-login {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.65);
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  transition: all .2s ease;
  white-space: nowrap;
}

.btn-login:hover {
  background: #fff;
  color: #1d1778;
}