.premio-download{

    display:inline-block;

    padding:12px 20px;

    background:#0b63ce;

    color:white;

    text-decoration:none;

    border-radius:6px;

    margin-bottom:10px;

}

.premio-download:hover{

    background:#084b9b;

}

input[type=text]{

    width:100%;

    max-width:500px;

    padding:10px;

}

input[type=file]{

    margin-top:10px;

}

button{

    background:#00843d;

    color:white;

    border:none;

    padding:14px 25px;

    cursor:pointer;

    border-radius:6px;

}

button:hover{

    background:#00692f;

}