william341

Untitled

Jan 20th, 2022
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. .ad {
  2. display: none !important;
  3. }
  4.  
  5. .wrapper {
  6. margin: auto;
  7. }
  8.  
  9. .login {
  10. display: flex;
  11. height: 100vh;
  12. }
  13.  
  14. .welcome-text {
  15. font-weight: 900 !important;
  16. text-align: left !important;
  17. }
  18.  
  19. .content {
  20. padding: 1rem 1rem !important;
  21. border-bottom: 1px solid #E5E5E5 !important;
  22. border-bottom-right-radius: 4px;
  23. border-bottom-left-radius: 4px;
  24. }
  25.  
  26. fieldset {
  27. margin-top: 4.5rem;
  28. }
  29.  
  30. fieldset .form-group {
  31. flex-direction: column;
  32. margin-top: -3rem;
  33. }
  34.  
  35. .input-container {
  36. margin: 0 !important;
  37. }
  38.  
  39. .control-label {
  40. text-align: left !important;
  41. }
  42.  
  43. .container {
  44. width: 30rem !important;
  45. }
  46.  
  47. .form-group.form-actions {
  48. margin-top: -2rem !important;
  49. }
  50.  
  51. .form-action {
  52. margin-left: 0 !important;
  53. margin-right: auto;
  54. }
  55.  
  56. .footer {
  57. padding: 0 !important;
  58. position: absolute;
  59. bottom: 0;
  60. left: 50%;
  61. transform: translateX(-50%);
  62. background-color: #ffffff00 !important;
  63. border: none !important;
  64. }
  65.  
  66. .link-list {
  67. padding-top: 0.5rem !important;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment