login.css 360 B

1234567891011121314151617181920212223
  1. #grav-login {
  2. max-width: 30rem;
  3. margin: 5rem auto;
  4. background: #fcfcfc;
  5. border: 4px solid #eee;
  6. border-radius: 4px;
  7. padding: 1rem 3rem 3rem 3rem;
  8. text-align: center;
  9. }
  10. #grav-login .form-actions {
  11. text-align: center;
  12. }
  13. #grav-logout {
  14. position: absolute;
  15. bottom: 5px;
  16. right: 5px;
  17. }
  18. .alert.info {
  19. color: #c00;
  20. }