body {
  margin: 0;
  background: #f9f9f9;
  font-family: "Roboto", sans-serif;
}
body > div {
  margin: 5% auto;
  max-width: 400px;
}

button {
  padding: 10px 30px;
  margin: 10px 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 30px;
  min-width: 120px;
}

.box {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 12px;
}

.radio-form-control {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.radio-form-control input {
  width: 20px;
  margin-right: 8px;
  height: 20px;
}
.radio-form-control label {
  cursor: pointer;
}

h1 {
  margin: 0 0 12px;
  font-size: 1.6rem;
}

h2 {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.mb4 {
  margin-bottom: 16px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 48px auto auto;
  position: relative;
  max-width: 800px;
}

.header::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #07c;
}

.header a {
  padding: 12px;
  display: block;
  color: #07c;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding-top: 18px;
  font-size: 0.8rem;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header a:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-decoration: underline;
}

.step {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  background-color: #07c;
  justify-content: center;
  border-radius: 50%;
}

table {
  border-spacing: 0;
}
td,
th {
  text-align: left;
  font-size: 0.9rem;
  padding: 16px 8px;
  border-bottom: 1px solid #ccc;
}

tr:last-child td {
  border-bottom: 0;
}

.logo {
  width: 50px;
  margin: 25px auto;
  display: flex;
}
