﻿.input-fake{
    position: absolute;
    top: 0;
    left: 15px;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border-radius: 0.25rem;
    width: calc(100% - 30px);
    pointer-events: none;
    min-height: 38px;
}

#user-regist .form-row > .col .input-fake,
#user-regist .form-row > [class*=col-] .input-fake {
    left: 5px;
    width: calc(100% - 10px);
}

input[type=text]:focus + .input-fake,
input[type=tel]:focus + .input-fake,
input:placeholder-shown + .input-fake {
    display: none;
}

.member__form .row [class*=col] {
    position: relative;
}

.input-fake.input-fake--var {
    left: calc(var(--bs-gutter-x)/ 2);
    width: calc(100% - var(--bs-gutter-x));
    border: 1px solid #adadad;
}

.member__form [data-asterisk=phone] + .input-fake {
    max-width: 130px;
}
.container.thin .input-fake {
    text-align: left;
    left: 7.5px;
    /*width: calc(100% - 15px);*/
    width: 250px;
}

.step-1 {
    width:250px;
}