body {
  background: #f9fbfd;
}

h1 {
  margin-bottom: 0;
}

.branch-box {
  background: #fff;
  width: 100%;
  max-width: 650px;
  text-align: center;
  border: 1px solid #dee2e9;
  padding: 60px 0px 80px 0px;
  margin: 50px auto 30px auto;
}

.branch-wrapper {
  margin-top: 100px;
  text-align: center;
}

.phone-form {
  margin-top: 50px;
}

.phone-input {
  width: 260px;
  margin: 0 auto;
  text-align: center;
}

.phone-button {
  min-width: 260px;
  font-size: 20px;
}

.disclaimer {
  font-size: 10px;
  max-width: 260px;
  margin: 0 auto;
  line-height: 1.4em;
}

.error-message, .success-message {
  margin-bottom: 10px;
}

.error-message {
  color: #AA0000;
}

.success-message {
  color: #166516;
}
