.custom-form-field .custom-form-input input {
    width: 100%;
    height: 50px;
    border: none;
    overflow: visible;
    margin-bottom: inherit;
    padding-left: 20px;
    padding-right:10px;
    border-radius: 0px;
    transition: .3s all ease-out;
    background-color: #ffffff;
    border-bottom: 2px solid #ebebeb;  
}
.custom-form-field .custom-form-input input[type="file"] {
    width: 100%;
    height: 50px;
    border: none;
    overflow: visible;
    margin-bottom: inherit;
    padding-top: 15px;
    padding-left: 20px;
    padding-right:10px;
    border-radius: 0px;
    transition: .3s all ease-out;
    background-color: #ffffff;
    border-bottom: 2px solid #ebebeb;  
}
.custom-form-field .custom-form-input textarea {
    width: 100%;
    border: none;
    overflow: visible;
    padding-left: 20px;
    padding-right:10px;
    border-radius: 0px;
    transition: .3s all ease-out;
    background-color: #ffffff;
    border-bottom: 2px solid #ebebeb;  
}
.custom-form-field .custom-form-input select {
    width: 100%;
    border: unset;
    overflow: visible;
    padding-top: 25px;
    padding-left: 20px;
    padding-right:10px;
    border-radius: 0px;
    transition: .3s all ease-out;
    border-bottom: 2px solid #ebebeb;  
}
/*select{
    all: unset;
}*/
.custom-form-input{
    margin-bottom: 20px;
    position: relative !important;
}
.has-float-label input:placeholder-shown:not(:focus) + *, 
.has-float-label textarea:placeholder-shown:not(:focus) + *,
.has-float-label select:placeholder-shown:not(:focus) + *{
    font-size: 150%;
    opacity: 0;
    top: 20px;
    left: 15px;
    visibility: hidden;
    background: transparent;
}
.has-float-label label {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    top: -9px;
    left: 15px;
    z-index: 3;
    background: #ffffff;
    color:#999999;
    line-height: 1;
    padding: 3px 8px;
    border-radius:4px;
}
.has-float-label {
    display: block;
}
.has-float-label input:focus::placeholder, 
.has-float-label textarea:focus::placeholder{
    color: transparent;
}
.has-float-label label::after {
    content: " ";
    display: block;
    position: absolute;
}
.multisteps-form__panel.js-active {
    visibility: visible;
}
.position-relative {
    position: relative !important;
}
.has-float-label input:placeholder-shown:not(:focus) + *, 
.has-float-label textarea:placeholder-shown:not(:focus) + *,
.has-float-label select:placeholder-shown:not(:focus) + *, {
    font-size: 100%;
    visibility: hidden;
}
.has-float-label label {
    cursor: text;
    font-size: 13px;
    line-height: 1;
}
.custom-form-field input:focus, 
.custom-form-field textarea:focus, 
.custom-form-field select:focus {
    border-bottom: 2px solid grey;
    background-color: transparent;
}
.custom-form-field input:hover, .custom-form-field input:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}