:root {
  --bs-primary: #fc8608;
  --bs-btn-bg: #fc8608 !important;
}

html {
  box-sizing: border-box;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #f2f2f2;
  font-family: Work Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}


.content {
  border: 2px solid #e7e7e7;
  border-radius: 6px;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.02);
  padding: 30px;
  margin: 40px auto;
  max-width: 1000px;
  background-color: white;
}

.bold{
  font-weight: bold;

}

.italic{
  font-style: italic;
}

.primary, .secondary {
  color: #fc8608;
}

.primary {
  font-size: 1.5rem;
}

.secondary {
  font-size: 1.15rem;
}

.row {
  align-items: center;
  margin: 10px 0;
}

.form {
  margin-top: 50px;
  margin-bottom: 40px;
}

.form input {
  text-align: right;
  }

.contact input {
  text-align: left !important;
}

.form input::placeholder, .contact input::placeholder {
  font-style: italic;
  color: #fc8608AA;
  font-size: small;
}

.form input:disabled {
  background-color: white !important;
  border: none !important;
  color: #fc8608;
  font-weight: bold;
}

.form .row div:last-child {  
  text-align: left;
  font-size: small;
}

.logo img {
  width: 100%;
  max-width: 300px;
}

.advanced-toggle {
  display: flex;
  justify-content: flex-end;
  margin:20px 0;
  font-style: italic;
  font-size: small;
  color: #fc8608;
}

.btn {
  background-color: #fc8608;
  border-color: #fc8608;
}
