certify.css 318 B

1234567891011121314151617181920
  1. #accountCertify {
  2. position: relative;
  3. }
  4. #accountCertify > dl {
  5. margin-bottom: 1.5rem;
  6. }
  7. #accountCertify > dl dt {
  8. font-size: 17px;
  9. margin-bottom: 10px;
  10. }
  11. #accountCertify > dl dd {
  12. font-size: 13px;
  13. }
  14. #accountCertify form {
  15. max-width: 420px;
  16. margin: 0 auto;
  17. }
  18. #accountCertify form table {
  19. border: none;
  20. }