document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. header{
  2.     color: white;
  3.     margin-top: 0px;
  4.     background-color:  #849CC1;
  5.     height: 50px;
  6.     text-align: right;
  7.     padding-top: 10px;
  8.     padding-right: 10px;
  9. }
  10. body{
  11.     background-color: #123982;
  12. }
  13.  
  14. label{
  15.     color: #ECC300;
  16.     margin-left: 50px;
  17.     font-family: sans-serif;
  18.     font-weight: bold;
  19. }
  20. .tittle{
  21.     margin-top: 40px;
  22.     text-align: center;
  23.     color: white;
  24. }
  25. .content{
  26.     width: 1024px;
  27.     height: 500px;
  28.     align-items: center;
  29.     margin: auto;
  30. }
  31.  
  32. input,.form-control{
  33.     margin-left: 50px;
  34. }
  35.  
  36. .btn{
  37.     background-color: #ECC300;
  38.     color: #123982;
  39.     height: 40px;
  40.     width: 120px;
  41.     border: white;
  42.     margin-left: 50px;
  43. }
  44.  
  45. footer{
  46.    background-color: rgb(8, 29, 87);
  47.    color: white;
  48.    padding-left: 600px;
  49. }
');