﻿.book .title {
  color: #5a5a5a;
  font-size: 14px;
}
.book .label {
  color: #5a5a5a;
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.book .input {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 12px;
  text-indent: 5px;
  height: 38px;
  line-height: 38px;
  width: 100%;
  margin-bottom: 1rem;
}
.book .input:focus {
  border-color: #124185;
}
.book .input:focus-visible {
  outline: 0
}
.book textarea.input {
  height: 200px;
}
.book .btn {
  height: 40px;
  width: 100%;
  text-align: center;
  color: var(--bs-white);
  /* margin-top: 0.5rem; */
  background-color: #124185;
  font-size: 12px;
}