#home {
    width: 30%;
    height:400px;
    margin: auto; 
    margin-top:6%; 
    box-shadow: 0 0 10px;
    position: relative;
    background-color: white;
    padding-top: 1px;
}

.value {
    width: 70%;
    height: 25px;
    border: none;
    /* border-bottom: 1px solid black; */
    border: 1px solid cadetblue;
    margin-top: 2%;
    padding-left: 2%;
    font-size: 14px;
    margin-left: 15%;
}

#button {
    width: 50%;
    height:30px;
    margin-top: 2%;
    margin-left: 25%;
    font-size: 14px;
    background-color: #012031db;
    border: 1px solid #012031db;
    /* box-shadow: 0 0 10px; */
    /* margin-top: 7%; */
    color: white;
}

h1 {
    text-align: center;
}

 body { 
    background-image: url("./../img/16692.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed; 
    width: 100%;
    height: 100%;
}
#checkbox{
    position: absolute;
    left: 14%;
    margin-top: 3%;
}
#text1{
    /* border: 1px solid #012031db; */
    margin-left: 15%;
    margin-top: 1%;
    color: red;
}
#text2{
    /* border: 1px solid #012031db;  */
    margin-left: 15%;
    margin-top: 1%;
    color: red;
}