fieldset {
  position: relative;
  border: none;
  margin-bottom: 20px;
  color: rgb(64, 64, 64);
}

input,
textarea,
select {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid rgb(193, 193, 193);
  border-radius: 8px;
  background-color: rgb(250, 250, 250);
  margin-top: 6px;
  font-size: 14px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: #fff;
}

textarea {
  height: 100px;
}

select {
  -webkit-appearance: none;
  color: rgb(64, 64, 64);
}

fieldset i {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 10px;
}

::placeholder,
select option {
  font-size: 14px;
  color: rgb(150, 150, 150);
}
.btn-red {
  padding: 8px 20px;
  background-color: rgb(157, 68, 68);
  border: none;
  color: white;
  font-size: 15px;
  margin-left: auto;
  margin-top: 10px;
  cursor: pointer;
}

.btn-database-big {
  padding: 8px 20px;
  background-color: rgb(164, 88, 88);
  border: none;
  color: white;
  font-size: 15px;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  cursor: pointer;
}

.btn-seminars {
  padding: 8px 20px;
  background-color: rgb(164, 88, 88);
  border: none;
  color: white;
  font-size: 15px;
  margin-left: 82%;
  cursor: pointer;
}


/* .btn-balance-result {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background-color: rgb(194, 96, 96);
  border: none;
  color: white;
  font-size: 15px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 30px;
} */

.btn-red i {
  padding-left: 8px;
}
