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

#content {
  margin-top: 20px;
  width: 1200px;
  margin-bottom: 40px;
}

.card {

}

#header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-top: 10px;
  margin-bottom: 10px;
}

.policy-link a{
  color: #028632;
}

.terms-container {
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f9f9f9;
}
