Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. body {
  2. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  3.  
  4. }
  5.  
  6. .container {
  7. width: 500px;
  8. margin-left: auto;
  9. margin-right: auto;
  10. }
  11.  
  12. .logo-block {
  13. width: 400px;
  14. margin-left: auto;
  15. margin-right:auto;
  16. height: 65px;
  17. }
  18.  
  19. .title-block {
  20. width: 1000px;
  21. margin-left: auto;
  22. margin-right: auto;
  23. height: 55px;
  24. display: inline-block;
  25. }
  26.  
  27. .login-title {
  28. color: #555;
  29. font-size: 36px;
  30. font-weight: 400;
  31. display: block;
  32. }
  33.  
  34. .signin-block {
  35. width: 350px;
  36. margin-left: auto;
  37. margin-right: auto;
  38. }
  39.  
  40. .login-text {
  41. text-align: center;
  42. }
  43.  
  44. .form-signin {
  45. max-width: 330px;
  46. padding: 15px;
  47. margin: 0 auto;
  48. }
  49.  
  50. .form-signin .form-signin-heading, .form-signin {
  51. margin-bottom: 10px;
  52. }
  53.  
  54. .form-signin {
  55. font-weight: normal;
  56. }
  57.  
  58. .form-signin .form-control {
  59. position: relative;
  60. font-size: 16px;
  61. height: auto;
  62. padding: 10px;
  63. -webkit-box-sizing: border-box;
  64. -moz-box-sizing: border-box;
  65. box-sizing: border-box;
  66. }
  67.  
  68. .form-signin input {
  69. width: 320px;
  70. margin-bottom: 10px;
  71. border-radius: 4px;
  72. }
  73.  
  74. .account-wall {
  75. margin-top: 20px;
  76. padding: 40px 0px 20px 0px;
  77. background-color: #f7f7f7;
  78. -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  79. -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  80. box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  81. }
  82.  
  83. .profile-img {
  84. width: 96px;
  85. height: 96px;
  86. margin: 0 auto 10px;
  87. display: block;
  88. -moz-border-radius: 50%;
  89. -webkit-border-radius: 50%;
  90. border-radius: 50%;
  91. }
  92.  
  93. .form-signin button {
  94. display: block;
  95. width: 100%;
  96. font-weight: 400;
  97. text-align: center;
  98. color: #fff;
  99. background-color: #337ab7;
  100. border-color: #2e6da4;
  101. padding: 10px 16px;
  102. font-size: 18px;
  103. line-height: 1.3333333;
  104. border-radius: 6px;
  105. border: 1px solid transparent;
  106. }
  107.  
  108. .new-account {
  109. text-align: center;
  110. display: block;
  111. margin-top: 10px;
  112. text-decoration: none;
  113. color: #337ab7;
  114. }
  115.  
  116. .login-text {
  117. color: #555;
  118. font-size: 18px;
  119. font-weight: 400;
  120. display: block;
  121. }
  122.  
  123. .centrado{
  124. margin-left: auto;
  125. margin-right: auto;
  126. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement