Custom Login Page?

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:

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