body {
  background-color: #DDDDDD;
  font-family: "Gotham SSm A", "Gotham SSm B", "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

h3 {
  background-color: #004085;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 16px;
  text-align: center;
}

h4 {
  background-color: #CFE2FF;
  color: #004085;
  font-size: 16px;
  padding: 8px 16px;
  text-align: center;
}

label {
  display: block;
}

input {
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  padding: 1px 6px;
  width: 100%;

  &:focus {
    border-color: #555555;
    outline: none;
  }
}

#root {
  background-color: #FFFFFF;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  position: relative;
}

.btn-block {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}

.spinner-border {
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  position: fixed;
  top: 50%;
  z-index: 15;
}
