.pink-button {
    font: 700 16px arial, sans-serif;
    background-color: #A90397;
    border: 1px solid #A90397;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: rgba(255, 255, 255, 1)!important;
    padding: 12px 60px;
    display: block;
    text-align: center;
    float: right;
    margin-left: 20px !important;
    margin-bottom:20px !important;
}

.pink-button a:hover {
    color: rgba(255, 255, 255, 0.5)!important;
    border: 1px solid #A90397;
    border-radius: 15px;
}