#div1{
    height: 350px;
    width: 330px;
    border: 1px solid black;
    margin: auto;
    margin-top: 10%;
    background-color: white;
    box-shadow: 0 0 10px;
    position: relative;
}
body { 
    background-image: url("./../img/16692.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed; 
    width: 100%;
    height: 100%;
}
h1 {
    text-align: center;
}
/* p{ 
    margin-left: 58px;
    margin-bottom: 7px;
    
} */
.input1{
    margin-left:17%;
    height: 23px;
    width: 65%;
    border: 1px solid cadetblue;
    margin-top: 3%;

}
#input2{
    margin-left:22%;
    height:35px;
    margin-top: 10%;
    width: 170px;
    background-color: #012031db;
    border: 1px solid #012031db;
    color: white;
}
#text1{
    /* border: 1px solid #012031db; */
    margin-left: 17%;
    margin-top: 1%;
    color: red;
}
#text2{
    /* border: 1px solid #012031db; */
    margin-left: 17%;
    margin-top: 1%;
    color: red;
}
#checkbox{
    position: absolute;
    left: 16%;
    margin-top: 3%;
}