body {
    background: #973D97;
    background: -webkit-linear-gradient(to bottom, #9216A1, #C36464);
    background: linear-gradient(to bottom, #9216A1, #C36464);
    color: #FFFFFF !important;
}

.input-custom {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    color: #9216A1 !important;
    font-weight: bold !important;
}

.input-group-icon {
    display: flex;
    align-items: center;
    padding: .75rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #9216A1;
    text-align: center;
    white-space: nowrap;
    background-color: none;
    border: none;
}

.btn-no-style, .btn-no-style:active {
    border: none !important;
    box-shadow: none !important;
}