Advertisement
Guest User

Untitled

a guest
Nov 14th, 2014
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.98 KB | None | 0 0
  1. .navbar {
  2.     margin-bottom: 0px;
  3.     -----------box---shadow:2px 2px 5px rgba(0,0,0,.175)
  4. }
  5. .navbar-brand {
  6.     font-family: Nexa;
  7.     font-size: 17px;
  8.  
  9. }
  10. .navbar-inverse {
  11. background-color: #ffffff;
  12. border-color: transparent;
  13. }
  14. #logo {
  15.     height: 220%;
  16.     margin-top: -15%;
  17.     margin-left: -30px;
  18. }
  19. #left {
  20.     height: 240%;
  21.     margin-top: -15%;
  22.     margin-left: -10px;
  23.  
  24. }
  25. #logos {
  26.     height: 100%;
  27.     margin-top: -18%;
  28.  
  29.    
  30. }
  31. .slide-wrapper {
  32.     margin-left: -8%;
  33. }
  34. .carousel .item{
  35.     background-image: url('../img/cam2cam.png');
  36. }
  37.  
  38. .email {
  39.     top: 20%;
  40.     text-align: center;
  41.     position: absolute;
  42.     margin-left: 15%;
  43.     font-weight: normal;
  44.     font-family: Arial;
  45. }
  46. .password {
  47.     top: 43%;
  48.     text-align: center;
  49.     position: absolute;
  50.     margin-left: 15%;
  51.     font-weight: normal;
  52.     font-family: Arial;
  53. }
  54. .form-group {
  55.     position:relative;
  56.     margin-right: 20%;
  57.     margin-left: -20%;
  58.     margin-top: 3%;
  59. }
  60.  
  61. .checkbox  {
  62.     left: 5%;
  63.     top: 12px;
  64.    
  65. }
  66. .forget {
  67.     margin-top: -5%;
  68.     margin-left: 28%;
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement