How do i add a login box to my index page.
Design and Skin Customization
Nice one. Good on you for trying to learn CSS.
The issue here is there is a lot of other info that is making the whole system look like the video is making it look, but you've only copied a portion of that. So the portion you have copied has worked and has some left-over bits that do nothing.
I can see what you're after though.
This will get you closer, then you need to tweak it:
.logincontainer {
background-color: rgba(29, 30, 12, 0.8);
border-radius: 4px;
color: white;
margin: 50px;
padding: 37px;
width: 500px;
}
.loginbody {
background-color: #FFED00;
background-size: 100% 720px;
}