.vertical-gutter--4 .vertical-gutter__item a img {
    background-color: #e7e5ec;
}


.blur-image__bg{filter:blur(0);-webkit-filter:blur(0); background-color: #e7e5ec ;background-image: none !important;}

.react-select__control :has(.react-select__value-container--has-value) {
    border-color: red !important;
    background-color: red;
}

.iframe-no-border iframe {
    border: 0;
}

.login__content {
    max-width: 30rem;
    width: 100%;
    height: 100vh;
    padding: 1.875rem;
    background: rgba(0, 0, 0, .87);
    position: relative;
    /*max-height: 100vh;*/
    overflow-x: auto;
}