input.pinput {
    width: 100%;
    height: 32px;
    font-size: 15px;
    border: 0;
    border-radius: 10px;
    outline: none;
    padding-left: 14px;
    background-color: rgb(233, 233, 233);
	box-sizing: border-box;

}
