﻿#logo {
  background: url(images/logo.svg) no-repeat;
  background-size: 261px 69.06px;
  width: 261px;
  height: 69.06px;
}

header {
  position: relative;
  padding-top: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  z-index: 5;
  border-top: 4px solid #b5121b;
}

input[type=button].button.repeater-remove {
  box-shadow: none;
}

input[type=button].button, input[type=submit].button, button#registerDogsBtn, #popup_panel input[type=button], a.button, a.button:link, div.button.dropdown, .fileinput-button a, .link-button a, .logged-in-sidebar a.button, .login-sidebar a.button, .row .btn-primary, .ui-widget button.ui-state-default {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

input[type=submit].button.secondary, input[type=button].button.secondary, button.secondary, #popup_panel input[type=button] {
  background: #ffffff !important;
  border: none !important;
  color: #2f3641 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

input[type=submit].button.secondary:hover, input[type=button].button.secondary:hover, button.secondary:hover, #popup_panel input[type=button]:hover {
  background: #671a75 !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}
