﻿@media (min-width: 1000px) {
  #shared-login-details-first-column {
    margin-left: 4%; } }

@media (max-width: 1000px) {
  .hide-on-desktop {
    display: none; } }

.section-actions li {
  list-style: none;
  display: inline-block;
  margin-left: 50px; }

.button-green {
  background-color: #34ad70 !important;
  border-color: #34ad70 !important; }
  .button-green:hover {
    background-color: #1c5f3d !important; }

.button-amber {
  background-color: #f9b03c !important;
  border-color: #f9b03c !important; }
  .button-amber:hover {
    background-color: #c97e06 !important; }

.button-red {
  background-color: #b71735 !important;
  border-color: #b71735 !important; }
  .button-red:hover {
    background-color: #5c0c1b !important; }

.button-blue {
  background-color: #009ee2 !important;
  border-color: #009ee2 !important; }
  .button-blue:hover {
    background-color: #00577c !important; }

.button-dark-blue {
  background-color: #183a65 !important;
  border-color: #183a65 !important; }
  .button-dark-blue:hover {
    background-color: #040b13 !important; }

.button-grey {
  background-color: #b1b1b1 !important;
  border-color: #b1b1b1 !important; }
  .button-grey:hover {
    background-color: #7e7e7e !important; }

.button-white {
  background-color: white !important;
  color: black !important;
  box-shadow: inset 0px -1px 2px 0px lightgrey !important; }

/*#shared-login-details{
    display: none;
}*/

