body {
    padding-top: 75px;
    font-size: .875rem;
}

.filter-logo {
  width: 95%;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease-in-out;
  position: relative;
  z-index: 10;
}

.filter-logo:hover {
  border-style: none;
  border-width: thin;
  border-color: white;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  box-shadow: 0px 0px 100px 1px #d8d8d8;
}

.filter-logo-selected {
  border-style: solid;
  border-width: thin;
  border-color: grey;
}

.brand-radio-select {
  position: absolute;
  z-index: 1;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.shadow-element {
  transition: box-shadow 0.3s ease-in-out;
}

.shadow-element:hover {
  box-shadow: 0px 0px 100px 1px #d8d8d8;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-checkbox-left {
  width: auto;
}
