.piotnet-section input, .piotnet-section textarea {
    font-size: clamp(1.5rem, calc(1.5rem + ((1vw - 0.32rem) * 0.1786)), 1.7rem);
    line-height: 1.4;
    background: #fbfbfb;
    border: .1rem solid #010a119c;
    width: 100%;
    padding: 1rem;
    margin-top: .5rem;
}

.piotnet-section label {
    font-size: clamp(1.5rem, calc(1.5rem + ((1vw - 0.32rem) * 0.1786)), 1.7rem);
    font-family: 'PathwayGothicOne', -apple-system, BlinkMacSystemFont, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans', Arial;
    color: #fff;
    background: #010a11;
    padding: 0rem 1rem;
    border-radius: 0.3rem;
    position: relative;
    top: 1rem;
    left: -1rem;
	z-index: 1;
	width: fit-content;
}

.piotnet-section input:focus, .piotnet-section textarea:focus {
    background: #efefef;
    outline: none;
}

.piotnetforms-labels-above {
    margin-top: 2rem;
}

.piotnetforms-field-label {
    font-size: inherit;
}

.piotnetforms-button {
    margin-top: 4rem;
    background: #c10000;
    color: #fff;
    padding: .7rem 4rem;
    border: none;
    transition: .3s;
}

.piotnetforms-button:hover {
    background: #ff0000
};