.anp_input{
    border: none;
    border-radius: 5px;
    height: 53px;
    font-size: 22px;
    line-height: 26px;
    width: 356px;
    margin-top: -10px;
    padding-left: 15px;
}
.anp_head{
    padding-top: 26px;text-align: center;font-size: 40px;font-weight: 600;line-height: 48px;color: #000;
}
.anp_container{
    padding-left: 40px;
    padding-top: 30px;
}
.anp_p{
    padding-left: 20px;
    font-size: 18px;
    line-height: 21px;
}
.add_new_product_button{
    margin-top: 34px;
    background-color: #FA9437;
    border: none;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    width: 295px;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
}