.btn {
    margin-top: 15px;
}

input {
    width: 50%;
}

@media (max-width: 576px) {
    input {
        width: 90%;
    }
}