.relative {
    position: relative;
}

.preset-path::before {
    content: 'ost.ch';
    position: absolute;
    bottom: 7px;
    left: 15px;
    color: gray;
    background-color: rgb(230, 230, 230);
    height: 38px;
    width: 65px;
    padding-top: 8px;
    padding-left: 11px;
    font-size: 14px;
}

.preset-path>div>div>input {
    padding-left: 74px;
}

input::placeholder {
    opacity: 0.45 !important;
}
