*{
    font-family:'Times New Roman', Times, serif;
    margin: 5px;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

form{
    width: 350px;
    height: 580px;
    padding-left: 50px;
    padding-top: 75px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    background-color: aquamarine;
}

h2{
    margin-bottom: 45px;
    text-align: center;
    color:rgb(78, 76, 76);
    font-size: xx-large;
    margin-right: 35px;
}

.textbox{
  border-bottom: 2px solid white;  
  position: relative;
  margin: 35px ;
}

input{
   
    outline: none;
    width: 100%;
    color: rgb(22, 1, 1);
    font-size: 20px;
}

.btn{
    background-color: brown;
    height: 45px;
    width: 100%;
}

#btnl{
    color: red;
    text-align: center;
}

body{
    background-image: url(images/book.jpeg);
    background-size: 50%;
}
a:hover{
    background-color: blue;
}

a{
  text-decoration: none;
}



