verify.css 393 B

12345678910111213141516171819202122232425262728293031
  1. body{
  2. align-items: center;
  3. }
  4. .title{
  5. margin-top: 25px;
  6. font-size: 40px;
  7. }
  8. .text{
  9. font-size: 25px;
  10. text-align: center;
  11. }
  12. .form{
  13. border: none;
  14. background: none;
  15. width: 325px;
  16. padding: 0;
  17. }
  18. .email{
  19. font-size: 30px;
  20. margin-bottom: 15px;
  21. text-align: center;
  22. }
  23. .button{
  24. font-size: 25px;
  25. padding: 5px;
  26. }