.content {
  height: 590px;
  background-color: white;
  padding: 15px;
}

h2 {
  font-size: 24px;
}

.category_selector {
  max-width: 420px;
  height: 180px;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 16px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

#category_input {
  display: block;
  color: #a4a4a4;
}

#catergory_input_items {
  margin-top: 20px;
  display: flex;
  height: 50px;
}

#cat {
  width: 250px;
  /* background: #ffffff; */
  border: 1px solid #8f7c7c;
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  color: #a4a4a4;
  margin-right: 16px;
}

#usd {
  width: 70px;
  margin-right: 16px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

#usdLabel {
  font-size: 1.2rem;
  align-self: center;
}

.login_form_btnCont > button {
  padding: 10px 50px;
  background-color: #08289a;
  border: 1px solid white;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}

#form__submit {
  margin-bottom: 8px;
  width: 100%;
  height: 35px;
  background: var(--bg-color);
  border: none;
  border-radius: 4px;

  color: white;
  font-weight: bold;
  letter-spacing: 0.75px;
  cursor: pointer;
}

#form__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
