.pp{
    height: 100%; 
    width:100%; 
    background-image:url('/assets/privacy/text backgrond.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.sbs input{
    width: 100%;
    background: #584860;
    color: white;
    padding: 15px 25px;
    border-radius: 35px;
    border: none;
}
.sbs input::placeholder{
    color: white;
}
.sbs button{
    border: none;
    background: #f1684f;
    color: white;
    padding: 15px 25px;
    border-radius: 35px;
    position: absolute;
    top: 0;
    right: 0;
}
.sbs input:focus{
    outline: none;
}
.sbs .position-relative{
    width: 400px;
}
@media screen and (max-width: 570px) {
    .sbs .position-relative{
        width: 300px;
    }
}