.cpt_refine .et_pb_module_inner{
	display: flex;
	justify-content: center;
    align-items: center;
}
.cpt_refine label{
font-size: 16px;
    color: white;
    font-weight: bold;
    line-height: 1.2;
    }
.cpt_refine input#myInput {
    width: 100%;
    line-height: 2;
    padding: 7px;
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 16px;
}