.btn-secondary {
    background-color: #5c5c8a !important;
    border-color: #5c5c8a !important;
}

.btn-secondary:hover {
    background-color: #7c7cb8 !important;
    border-color: #7c7cb8 !important;
}

.campo span {
    position: relative !important;
    right: 0px;
    top: -2px;
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    background-color: #5f5685;
}
