
.box2{
    margin: auto;
    box-sizing: border-box;
    margin-top: 100px;
    height:1100px;
    padding: 80px 40px;
    width:340px;
    border-radius: 35px;
    background-color: #FCABC4;
    box-shadow: -8px -8px 8px #feffff, 8px 8px 8px #161b1d2f;
    text-align: center;
}
.box2 label{
    font-size: 16px;
    font-weight: 500;
    color:#858686;
}
.box2 .input-box{
    width:100%;
    height: 35px;
    padding-left: 20px;
    border: none;
    color:#858686;
    margin-top: 10px;
    background-color: #ecf0f3;
    outline: none;
    border-radius: 20px;
    box-shadow: inset 5px 5px 5px #cbced1,
        inset -5px -5px 5px #ffffff;
}
.box2 .input-box::placeholder{
    color:#9ea0a0;
}