.search-input {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    height: 4.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    margin-left: 1rem;
    margin-right: 1rem;
    flex: auto;
    min-width: 0;
}

.search-input:focus {
    outline: 2px dotted transparent;
}

.search-bar {
    flex: none;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin: 0 1.5rem;
}

.search-form {
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 0;
}

.bg-gradient-icon {
    background: rgb(237, 137, 54);
    background: linear-gradient(90deg, rgba(237, 137, 54, 1) 0%, rgba(237, 100, 166, 1) 50%, rgba(159, 122, 234, 1) 100%);
}


/* LOGIN */

.InputfieldHidden {
    display: none;
}

.uk-alert-danger {
    background-color: red;
    color: white;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.InputfieldContent,
.InputfieldButton {
    margin-top: 1em;
    margin-bottom: 1em;
}

.InputfieldContent img {
    margin: 0 auto;
}

.ui-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-weight: 700;
    border-radius: .25rem;
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26,32,44,var(--bg-opacity));
    -webkit-appearance: button;
    line-height: inherit;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    text-transform: uppercase;
    width: 100%;
}




.input-text{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
}