body {
  font-family: 'Source Sans Pro', sans-serif;
  color: lightslategray;
}

main {
  margin: auto;
  max-width: 400px;
}

a {
  color: #1799e3;
  text-decoration: none;
}

footer a {
  color: lightslategray;
}

p {
  margin: 0;
}

.logo {
  width: 100px;
  margin-bottom: 10px;
}

.f-w600 {
  font-weight: 600;
}

.border {
  border: 1px solid #c7c7c7;
  border-bottom: 0;
  margin: 30px 0 0 0;
  min-height: 600px;
}

.b-color-white {
  background-color: white;
  padding: 10px 30px;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.align-center {
  align-items: center;
}

.flex {
  display: flex;
  justify-content: space-around;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex-column {
  flex-direction: column;
}

.center {
  text-align: center;
}

.company-icons {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.products {
  padding: 0 50px;
}

.products a {
  color: #6b6c72;
}

.b-gray {
  background-color: #eceef1;
}

.captcha {
  border: 1px solid #c7c7c7;
  border-top: 0;
  padding: 25px;
  margin-bottom: 30px;
}

.f-label {
  text-align: left;
  margin-bottom: 8px;
}

.input-margin {
  margin-bottom: 8px;
  height: 30px;
  border: 1px solid #c7c7c7;
}

p.f-label {
  font-size: 12px;
}

.h-smaller {
  font-size: 13px;
}

.italic {
  font-style: italic;
}

form input {
  border-radius: 5px;
}

header button,
form button {
  border-radius: 5px;
  background-color: #0077c5;
  color: white;
}

header button {
  height: 30px;
  width: 100px;
  margin-left: 10px;
}

form button {
  height: 50px;
  font-size: 18px;
}

.last-button {
  background-color: #6b6c72;
  border-radius: 5px;
  height: 50px;
  color: white;
  margin-right: 20px;
}

.abs-pos {
  position: fixed;
  width: fit-content;
  bottom: 0;
  right: 0;
}
