* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    display: flex;
    min-height:100vh ;
    justify-content: center;
    align-items: center;
    background-image: url(images/original-11794da09cf2fda821918b0be52877cf.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.section1 {
    width: 420px;
    background-color: #c76ca5;
    color: white;
    padding: 30px 40px;
    border: 2px solid #c76ca5;
}
.section1 h1 {
    font-size: 36px;
    text-align: center;
}
.boxpass input {
    width: 100%;
    height: 100%;
    padding: 20px 45px 20px 20px ;
    background-color: #ea7ca1;
    border: none;
    border-radius: 40px;
    outline: none;
    margin-top: 20px;
    
}
.section1 .btn {
    width: 100%;
    height: 100%;
    padding: 20px 45px 20px 20px ;
    background-color: #ea7ca1;
    border: none;
    border-radius: 40px;
    outline: none;
    margin: 20px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: white;

}