@media screen and (min-width: 768px) {
    .input label{
        left: 20px;
    }
    .input input{
        padding: 5px 20px;
    }
}
