.btn-error{
    padding: 5px 25px;
    border: 2px solid #ff3517;
    border-radius: 5px;
    color: #62718e;
    font-weight: 700;
    text-decoration: none;
}

.btn-error:hover{
    background-color: #d4d4d4;
    text-decoration: none;
}