IS
IS
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login form</title>
</head>
<body>
<div class="box">
<h1>Login here</h1>
<form>
<input type="submit"name=""value="loin">
</form>
</div>
</body>
</html>
css
body{
margin: 0;
padding: o;
background-image: url(background.jpg);
background-size: cover;
height: 100vh;
font-family: sans-serif;
.box{height: 380px;
width: 320px;
background-color: #000;
position: absolute;
color: #fff;
left: 50%;
top: 50%;
border-radius: 10px;
.image{
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
top: -50px;
h1{
margin: 0;
padding:0 0 20px;
text-align: center;
font-size: 25px;
.box input{
width: 100%;
margin-bottom: 20px;
.box input[type="text"],input[type="password"]{
border: none;
background-color: transparent;
outline: none;
height: 40px;
color: #fff;
font-size: 15px;
.box input[type="submit"] {
border: none;
outline: none;
height: 40px;
background-color: tomato;
color: #fff;
font-size: -40px;
border-radius: 20px;
.box input[type="submit"]:hover{
cursor: pointer;
background-color: #ffc107;
.box a{
text-decoration: none;
font-size: 12px;
line-height: 2opx;
color: darkgray;
color: #ffc107;
}body{
margin: 0;
padding: o;
background-image: url(background.jpg);
background-size: cover;
height: 100vh;
font-family: sans-serif;
.box{height: 380px;
width: 320px;
background-color: #000;
position: absolute;
color: #fff;
left: 50%;
top: 50%;
border-radius: 10px;
.image{
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
top: -50px;
}
h1{
margin: 0;
padding:0 0 20px;
text-align: center;
font-size: 25px;
.box input{
width: 100%;
margin-bottom: 20px;
.box input[type="text"],input[type="password"]{
border: none;
background-color: transparent;
outline: none;
height: 40px;
color: #fff;
font-size: 15px;
.box input[type="submit"] {
border: none;
outline: none;
height: 40px;
background-color: tomato;
color: #fff;
font-size: -40px;
border-radius: 20px;
.box input[type="submit"]:hover{
cursor: pointer;
background-color: #ffc107;
.box a{
text-decoration: none;
font-size: 12px;
line-height: 2opx;
color: darkgray;
color: #ffc107;