.demo-test-input input{
    height: 3.438rem;
}

.btn-height {
    height:3.438rem;
    width: 12.5rem;
}

@media (min-width: 768px) { 
    .btn-height {
        width: auto;
    }
}
