.input_container{
display: flex
}
body .input_container .ck_field_column label{
	right: auto;
    position: absolute;
}
.input_container .ck_field_column input{
font-weight: 500;
    font-size: 14px;
    background: transparent;
    border: none;
    border-bottom: none;
    height: auto;
    transition: all .2s ease;
    border-radius: 0;
    resize: none;
    position: relative;
}