.app-input {
  height: 25px;
  text-align: start;
  border-radius: 3px;
  border: 1px solid #555;
}

.app-btn-submit-1 {
  border: none;
  color: white;
  background-color: #064a9b;
  border-radius: 4px;
  width: 100%;
  height: 40px;
}

.app-btn-create-1
{
  border: none;
  color: white;
  background-color: #064a9b;
  border-radius: 4px;
  width: 60px;
  height: 20px;
}

.app-btn-create-1 a
{
  color: white;
  text-decoration: none;
}

.app-input-label
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}


.app-form-1
{
  padding-inline: 15px;
}

.app-form-link
{
  text-decoration: none;
  color: #064a9b;
  border: none;
  background-color: transparent;
  padding: 0px;
}