.readerpass {
  margin-bottom: 32px;
  margin-top: 32px;
}

.readerpass .card {
  width: 30%;
  margin: 0 auto;
  border-color: #e98224;
  background: #fffaf1;
}

.readerpass .card .card-title {
  font-family: Ssp;
  font-style: normal;
  font-weight: 700;
}

.readerpass .card .card-text {
  font-family: Prompt;
  font-style: normal;
  font-size: 16px;
}

.readerpass input {
  border: 1px solid #e98224;
  box-shadow: none;
}

.readerpass input:focus {
  border: 2px solid #e98224;
  box-shadow: none !important;
}

.readerpass button {
  float: right;
}
