/* MGRO Branding Override */

body {
  background: #f5f5f5;
  font-family: Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}

a {
  color: #1a1a1a;
  text-decoration-color: #999;
}

a:hover {
  color: #A32016;
}

.container {
  margin-top: 40px;
}

.wrap {
  background: #ffffff;
  border: 1px solid #1a1a1a;
  border-radius: 15px;
  box-shadow: none;
  padding: 0;
  overflow: hidden;
}

/* Match campaign template border-radius on accent bar */
.wrap::after {
  border-radius: 0 0 15px 15px;
}

/* Header */
.header {
  padding: 24px 40px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
}

.header .logo img {
  max-width: 36px;
  border-radius: 50%;
  vertical-align: middle;
}

/* Content area padding */
.wrap > section,
.wrap > form,
.wrap > h2,
.wrap > div,
.wrap > .section {
  padding: 0 40px;
}

.wrap > section:first-of-type,
.wrap > form:first-of-type {
  padding-top: 32px;
}

.wrap > section:last-of-type,
.wrap > form:last-of-type {
  padding-bottom: 32px;
}

/* Headings */
h1, h2, h3, h4 {
  font-family: Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #111111;
}

h2 {
  font-size: 22px;
  margin-bottom: 16px;
}

/* Buttons */
.button {
  background: #111111;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 4px;
  font-family: Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.3px;
  border: 0;
  min-width: 150px;
}

.button:hover {
  background: #333333;
  color: #ffffff;
}

.button.button-outline {
  background: #ffffff;
  border: 1px solid #111111;
  color: #111111;
}

.button.button-outline:hover {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

/* Inputs */
input[type="text"],
input[type="email"],
input[type="password"],
select {
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: none;
  padding: 12px 15px;
  font-family: Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

input:focus {
  border-color: #111111;
}

/* Lists checkboxes */
.lists li {
  margin: 0 0 8px 0;
}

/* Footer */
footer.container {
  color: #999999;
  font-size: 0.75em;
}

footer a {
  color: #999999;
}

footer a:hover {
  color: #A32016;
}

/* Login pages */
.login button {
  background: #111111;
  color: #ffffff;
}

.login button:hover {
  background: #333333;
}

/* Accent bar at bottom of card */
.wrap::after {
  content: '';
  display: block;
  height: 6px;
  background-color: #A32016;
}

/* Responsive */
@media screen and (max-width: 650px) {
  .wrap > section,
  .wrap > form,
  .wrap > h2,
  .wrap > div {
    padding-left: 24px;
    padding-right: 24px;
  }
  .header {
    padding: 20px 24px;
  }
}
