.button_go_home{
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    background: transparent;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #bc3d7f !important;
}


.button_go_home:hover{        
    border-color: #bc3d7f;
    background-color: #bc3d7f;
    color: #ffffff !important;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;

}

