diff --git a/Amit Kumar Satapathy/index.html b/Amit Kumar Satapathy/index.html
new file mode 100644
index 00000000..a67c5486
--- /dev/null
+++ b/Amit Kumar Satapathy/index.html
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+ LOGIN FORM
+
+
+
+
+
LOGIN
+
+
+
+
+
+
+
+
+
+
+
Don't have an account
+ Sign uphere
+
Log in with
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Amit Kumar Satapathy/style.css b/Amit Kumar Satapathy/style.css
new file mode 100644
index 00000000..8964fbae
--- /dev/null
+++ b/Amit Kumar Satapathy/style.css
@@ -0,0 +1,84 @@
+
+body{
+ margin: 0;
+ padding: 0;
+ font-family: sans-serif;
+ background:url(wp7453711.jpg) no-repeat;
+}
+.loginbox{
+ width: 280px;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%,-50%);
+ color: black;
+}
+.loginbox h1{
+ float: left;
+ font-size: 35px;
+ border-bottom: 6px solid #000000;
+ margin-top: 50px;
+ padding: 13px 0;
+}
+.textbox{
+ width: 100%;
+ overflow: hidden;
+ font-size: 20px;
+ padding: 8px 0;
+ margin: 8px 0;
+ border-bottom: 1px solid #000000;
+}
+.textbox i{
+ width: 26px;
+ float: left;
+ text-align: center;
+}
+.textbox input{
+ border: none;
+ outline: none;
+
+ font-size: 18px;
+ width: 80%;
+ float: left;
+ margin: 0 10px;
+
+}
+.btn{
+ width: 100%;
+ background: none;
+ border: 2px solid white;
+ color: white;
+ padding: 5px;
+ font-size: 18px;
+ cursor: pointer;
+ margin: 12px 0;
+ border-radius: 10px;
+}
+.link{
+ font-size: 22px;
+}
+.link a{
+ position: relative;
+
+}
+.liw{
+ font-size: 20px;
+ text-decoration: underline;
+ padding-top: 15px;
+ padding-bottom: 10px;
+ text-align: center;
+}
+.container a{
+ text-decoration: none;
+ color: #fff;
+}
+.container i{
+ color: #fff;
+ font-size: 40px;
+ padding-left: 26px;
+ padding-top: 5px;
+
+}
+.container i:hover{
+ color: rgb(8, 17, 98);
+}
\ No newline at end of file
diff --git a/Amit Kumar Satapathy/wp7453711.jpg b/Amit Kumar Satapathy/wp7453711.jpg
new file mode 100644
index 00000000..5eb62fd8
Binary files /dev/null and b/Amit Kumar Satapathy/wp7453711.jpg differ