Mechoboy

Untitled

Jun 18th, 2016
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. .wrapper {
  2. background: url("./images/background.png") no-repeat center center fixed;
  3. background-size: cover;
  4. }
  5. .user-login-block {
  6. border-radius: 15px;
  7. background-color: #f2f2f2;
  8. box-shadow:2px 2px 2px 2px rgba(0,0,0,0.2);
  9. margin: 10% auto;
  10. width: 35%;
  11. height: 55%;
  12. padding: 10px;
  13. text-align:center;
  14. }
  15. form {
  16. margin: 0 auto;
  17. text-align: center;
  18. display: block;
  19. }
  20. .title-form {
  21. font: 18px Oswald;
  22. font-weight: 400;
  23. color: #019c8c;
  24. padding: 0 5px 5px;
  25. text-align: center;
  26. margin-bottom: 15px;
  27. }
  28. input {
  29. border-radius: 30px;
  30. border: 3px solid #f2f2f2;
  31. width: 60%;
  32. height: 35px;
  33. margin: 0 auto 10px;
  34. text-align: center;
  35. }
  36. input:focus {
  37. font: 10px Lato;
  38. font-weight: 100;
  39. outline: none;
  40. border: 3px solid #06c0ab;
  41. }
  42. button {
  43. font: 16px Lato;
  44. color:white;
  45. background-color:#06c0ab;
  46. padding: 8px;
  47. margin-top:15px;
  48. margin-bottom: 10px;
  49. border:none;
  50. border-radius: 30px;
  51. width: 50%;
  52. }
  53. button:hover {
  54. background-color:#565656;
  55. }
  56. .form-link {
  57. text-decoration:none;
  58. color: #048e76;
  59. font: 16px Lato;
  60. font-weight: 900;
  61. padding: 10px;
  62. }
  63. footer {
  64. width: 100%;
  65. position: absolute;
  66. bottom: 0;
  67. text-align: center;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment