.conta-link {
    font-size: 16px;
    border-bottom: none !important;
    border: 2px solid #ffffff;
    z-index: 9999;
    font-weight: bold;
    position: fixed;
    cursor: pointer;
    right: 12px;
    bottom: 0px;
    background: #015bbb;
    padding: 7px 10px 0px 10px;
    border-radius: 10px 10px 0px 0px;
    text-decoration: none;
}

.conta-link a{
color:white;
}

    .conta-link a:hover {
        color: #edd8cf;
        text-decoration: none;
    }