Advertisement
Dr_U

logincss

Oct 20th, 2021
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. .square{
  2. position: relative;
  3.  
  4. width: 510px;
  5. height: fit-content;
  6.  
  7. margin: auto;
  8. margin-top: 15%;
  9. background: #FFFFFF;
  10. border: 1px solid #ffffff;
  11. box-shadow: 10px 10px 10px rgba(47, 47, 47, 0.25);
  12. border-radius: 40px;
  13. filter: opacity(96%);
  14. }
  15.  
  16. body{
  17. background-image: url(vadim-bogulov-In9Tha9_Hu4-unsplash.jpg);
  18. background-size: cover;
  19. }
  20.  
  21. .fblogin{
  22. display: flex;
  23. flex-direction: row;
  24. align-items: flex-start;
  25. padding: 15px;
  26.  
  27. position: static;
  28. width: 345px;
  29. height: 54px;
  30.  
  31. margin-left: auto;
  32. margin-right: auto;
  33.  
  34.  
  35. background: #1877F2;
  36. border-radius: 10px;
  37. }
  38.  
  39. .fb{
  40. position: static;
  41. width: 205px;
  42. height: 23px;
  43. left: 54px;
  44. top: 15px;
  45.  
  46. font-family: Helvetica;
  47. font-style: normal;
  48. font-weight: bold;
  49. font-size: 20px;
  50. line-height: 23px;
  51.  
  52. color: #FFFFFF;
  53.  
  54. flex: none;
  55. order: 1;
  56. flex-grow: 0;
  57. margin: 0px 15px;
  58. }
  59.  
  60. .gologin{
  61. display: flex;
  62. flex-direction: row;
  63. align-items: flex-start;
  64. padding: 15px;
  65.  
  66. margin-top: 2%;
  67. margin-left: auto;
  68. margin-right: auto;
  69.  
  70. position: static;
  71. width: 345px;
  72. height: 54px;
  73.  
  74. background: #FFFFFF;
  75. box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
  76. border-radius: 10px;
  77. }
  78.  
  79. .gg{
  80. position: static;
  81. width: 167px;
  82. height: 23px;
  83. left: 54px;
  84. top: 15px;
  85.  
  86. font-family: Roboto;
  87. font-style: normal;
  88. font-weight: 500;
  89. font-size: 20px;
  90. line-height: 23px;
  91.  
  92. color: rgba(0, 0, 0, 0.54);
  93.  
  94.  
  95. /* Inside Auto Layout */
  96.  
  97. flex: none;
  98. order: 1;
  99. flex-grow: 0;
  100. margin: 0px 15px;
  101. }
  102.  
  103. .iplogin{
  104. display: flex;
  105. flex-direction: row;
  106. align-items: flex-start;
  107. padding: 15px;
  108.  
  109. margin-top: 2%;
  110. margin-left: auto;
  111. margin-right: auto;
  112.  
  113.  
  114. position: static;
  115. width: 345px;
  116. height: 54px;
  117.  
  118. background: #000000;
  119. border-radius: 10px;
  120. }
  121.  
  122. .ip{
  123. position: static;
  124. width: 148px;
  125. height: 24px;
  126. left: 54px;
  127. top: 15px;
  128.  
  129. font-family: SF Pro Display;
  130. font-style: normal;
  131. font-weight: 500;
  132. font-size: 20px;
  133. line-height: 24px;
  134. /* identical to box height */
  135.  
  136.  
  137. color: #FFFFFF;
  138.  
  139.  
  140. /* Inside Auto Layout */
  141.  
  142. flex: none;
  143. order: 1;
  144. flex-grow: 0;
  145. margin: 0px 15px;
  146. }
  147.  
  148. .batas{
  149. padding:4%;
  150. text-align: center;
  151. font-weight: bold;
  152. }
  153.  
  154. form{
  155. margin-left: 15.5%;
  156. margin-right: 15.5%;
  157. }
  158.  
  159. .form-check{
  160. margin-bottom: 5%;
  161. }
  162.  
  163. .btn-success{
  164. margin:auto;
  165. width: 345px;
  166. height: 50px;
  167. }
  168.  
  169. .btn-link{
  170. margin-left: 40%;
  171. }
  172.  
  173. .komentar{
  174. text-align: center;
  175. width: 70%;
  176. margin: auto;
  177. margin-bottom: 8%;
  178. }
  179.  
  180.  
  181.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement