html,
body {
    direction: rtl;
}

.input span {
    position: absolute;
    height: 40px;
    width: 6px;
    right: 0;
    background-color: #5ebdba;
    bottom: 0;
}

.input label::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 6px;
    right: 0;
    background-color: #5ebdba;
}

.input label {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.4em;
}


.input input[type=text],
.input input[type=number],
.input input[type=tel],
.input input[type=email],
.input input[type=file],
.input .in {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: 1em;
    border: none;
    outline: none;
    background-color: transparent;
    height: 40px;
    background-color: rgba(94, 189, 186, 0.14);
}