There are two buttons in this page, "Select Files" button and "Subscribe Now" Button.
http://rafiee.heykado.com/upload-assignment/
The issue is that I can't style first button ("Select Files" button) to be exactly same as the other one.
This is the code I tried, but It's not working properly.
#input_1 {
width: 100%;
background-color: #0c0e71;
border-radius: 25px;
padding: 40px;
}
Any help is appreciated. Thanks