
.full-bg {
    background-color: #18212b;
    background-size: cover;

}



.gradient-fill {
    background: linear-gradient(
            90deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
}


.brand {
    width: 120px;
    /* height: 90px; */
    overflow: hidden;
    margin: 0 auto;
    margin: 40px auto;
    position: relative;
    z-index: 1;
}

.login-footer {
    margin: 40px 0;
    color: #888;
    text-align: center;
}

/* COLOR PICKER */

.color-picker-circle {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.color-picker-colors {
    display: flex;
}

.pallette {
    margin: 0 auto;
}

/*
SELECT 2 styling
*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff;
    border: 1px solid #007bff;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: text;
}

/*
END SELECT 2 styling
*/