.btr-select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0;
  background: var(--background-color);
  border: 1px solid var(--border-color);
  outline: none;
  box-shadow: none;
  font-weight: 300;
}

.btr-select-small {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0;
  outline: none;
  box-shadow: none;
  font-weight: 300;
  background: var(--background-color);
  border: 1px solid var(--border-color);
}

.btr-button-primary {
  display: block;
  height: 48px;
  background: var(--theme-color);
  border: none;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-weight: 600;
  outline: 0;
  border-radius: 24px;
}

.btr-button-secondary {
  display: block;
  height: 48px;
  background: #21395d;
  border: none;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-weight: 600;
  outline: 0;
  border-radius: 10px;
}

.btr-button-primary:disabled,
.btr-button-secondary:disabled {
  background: #e3e3e3;
}

.pages-500 {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pages-500 .btr-button-primary {
  width: 160px;
  margin-top: 40px;
}

.pages-500 img {
  width: 100%;
}

.pages-500 h4 {
  font-size: 35pt;
  font-weight: 500;
  line-height: 35pt;
  margin-top: 30px
}

.pages-500 p {
  margin: 10px 0;
}

.pages-500 .btr-button-primary {
  text-decoration: none;
  margin: 15px auto 0;
}

.btr-input-text,
.btr-select {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 24px;
  font-size: 11pt;
  font-weight: 400;
  background: var(--white);
  border: 1px solid var(--border-color);
}
