I have designed a login page for my website using javascript and css with visual studio code. I want to use this design and code on Wix. Can you help me?
Please see screenshots:


Body { background: url(/images/srtc-graph.jpg); font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0; } .login { width: 382px; overflow: hidden; margin: auto; margin: 20 0 0 450px; padding: 80px; background: white; border-radius: 15px ; border-style: solid; border-color: gray; border-width: 0.2px; } h2{ text-align: center; font-size: 30px; color: navy; padding: 20px; } label{ color: black; font-size: 15px; margin-left: 30px; } #Uname{ width: 300px; height: 30px; border: grey; border-color: black; border-style: solid; border-width: 0.5px; border-radius: 2px