input[type="file"] {
    display: none;
}

button, .button {
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    font-size: 14px !important;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    color: #fff;
    border-color: transparent;
    background-color: #00d1b2;
    cursor: pointer;
    margin: 10px;
}

button:hover, .button:hover {
    color: #00947e;
    border-color: #00947e;
    background-color: #ebfffc;
}