* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #F9FAFB;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  color: #131525 !important;
}

.wrap {
  background-color: #fff;
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  box-shadow: none !important;
}

.header {
  border: 0 !important;
  margin-top: 12px !important;
  margin-bottom: 32px !important;
  padding-bottom: 0px !important;
}

.button {
  background-color: #000 !important;
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration-line: none;
  letter-spacing: 0.025em;
  text-decoration: none;
  display: inline-block;
  border-radius: 0px !important;
}

.button-outline {
  background-color: transparent !important;
  border-color: #000 !important;
  color: #000 !important;
}

a {
  color: #DB2C2C;
  text-decoration-color: #DB2C2C;
}
a:hover {
  color: #BE4B4B;
}

.logo img {
  max-width: 200px !important;
  height: auto;
  margin: 0 auto;
  display: block;
  outline: none;
  border: none;
  text-decoration: none;
}


