login.css 927 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .tx{
  2. border-radius: 15px;
  3. }
  4. .form-siginin{
  5. margin: 150px auto;
  6. }
  7. .form-control{
  8. width: 30%;
  9. margin: 1px auto;
  10. }
  11. .btn-block{
  12. width: 20%;
  13. margin: 0px auto;
  14. }
  15. .pp{
  16. position: relative;
  17. }
  18. .bg{
  19. position:fixed;
  20. top: 0;
  21. left: 0;
  22. width:100%;
  23. height:100%;
  24. min-width: 1000px;
  25. z-index:-10;
  26. zoom: 1;
  27. background: url("../sources/3.jpg") no-repeat;
  28. background-repeat: no-repeat;
  29. background-size: cover;
  30. -webkit-background-size: cover;
  31. -o-background-size: cover;
  32. background-position: center 0;
  33. }
  34. .bg-blur{
  35. width: 100%;
  36. -webkit-filter: blur(15px);
  37. -moz-filter: blur(15px);
  38. -o-filter: blur(15px);
  39. -ms-filter: blur(15px);
  40. filter: blur(15px);
  41. }
  42. .content{
  43. position: absolute;
  44. width: 100%;
  45. top: 0px;
  46. left: 0px;
  47. }
  48. .btn-link{
  49. margin-top: -18px;
  50. margin-bottom: 10px;
  51. }