How to design my own login page and course page?

Re: How to design my own login page and course page?

by Alan Ball -
Number of replies: 0

Unless you want to modify a theme directly (not good practice), you'll need to make a child theme and override the relevant templates and SCSS. (eg. login.mustache and classes/output/core_renderer.php if you wanted to add functionality)
 
The theme development section here should help.