style.css 722 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /*html, body {
  2. background-color: #f5f5f5;
  3. height: 100%;
  4. }
  5. body > .container {
  6. background-color: #FFFFFF;
  7. height: 100%;
  8. }
  9. .row {
  10. margin-top: 5px;
  11. }
  12. .logo {
  13. max-height: 42px;
  14. }
  15. .pleaselogin {
  16. padding-top: 25%;
  17. }
  18. .signinbox {
  19. max-width: 25%;
  20. padding-top: 15%;
  21. }
  22. .form-signin input[type="text"] {
  23. border-bottom-right-radius: 0;
  24. border-bottom-left-radius: 0;
  25. }
  26. .form-signin input[type="password"] {
  27. margin-bottom: 10px;
  28. border-top-left-radius: 0;
  29. border-top-right-radius: 0;
  30. }
  31. table tr > td:last-of-type {
  32. text-align: right;
  33. width: 50%;
  34. }*/
  35. .navbar-label-header {
  36. font-weight: 600;
  37. }
  38. /*.footer {
  39. position: absolute;
  40. bottom: 0;
  41. left: 0;
  42. width: 100%;
  43. height: 60px;
  44. background-color: #f5f5f5;
  45. }*/