body{
  background:#0B1C2D;
  color:#fff;
  font-family:Tajawal;
}

.wrap{
  max-width:420px;
  margin:auto;
  padding:20px;
}

.book-preview{
  text-align:center;
  margin-bottom:20px;
}

.book-preview img{
  width:120px;
  border-radius:10px;
}

input{
  width:100%;
  margin:10px 0;
  padding:12px;
  border-radius:8px;
  border:none;
}

button{
  width:100%;
  padding:12px;
  background:#D4AF37;
  border:none;
  border-radius:10px;
  font-weight:bold;
  cursor:pointer;
}

.success{
  display:none;
  text-align:center;
}

.next a{
  display:block;
  margin-top:10px;
  color:#D4AF37;
  text-decoration:none;
}

.top-nav{
  margin-bottom:15px;
}

.back-btn{
  color:#D4AF37;
  text-decoration:none;
  font-size:14px;
}
