document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. body {
  2.     font-family: "Inter", sans-serif;
  3. }
  4.  
  5. .book-bg {
  6.     background-image: url(\'./bg.jpg\');
  7.     background-size: cover;
  8. }
  9.  
  10. .its-bg {
  11.     background-image: url(\'./bg-its.jpg\');
  12.     background-size: cover;
  13.     margin-top: 10%;
  14.     margin-bottom: 10%;
  15. }
  16.  
  17. * {
  18.     font-family: "Inter", sans-serif;
  19. }
  20.  
  21. .container {
  22.     margin-top: 10%;
  23.     background-color: aliceblue;
  24.     padding: 40px;
  25.     border-radius: 25px;
  26. }
  27.  
  28. .btn,
  29. .form-control {
  30.     padding: 8px;
  31.     font-family: "Inter", sans-serif;
  32. }
  33.  
  34. .form-inline {
  35.     padding: 8px;
  36.     margin-bottom: 4px;
  37. }
  38.  
  39. .btn {
  40.     padding-top: 16px;
  41.     text-transform: uppercase;
  42. }
  43.  
  44. .error {
  45.     color: red;
  46.     font-size: small;
  47.     font-family: "Inter", sans-serif;
  48. }
');