.login-logo {
    padding: 5px;
}

body {
    overflow-x: hidden;
    box-sizing: border-box;
}

.btn {
    height: calc(2.25rem + 2px);
   }


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #666;
}
.loader-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eeeeee91;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;

}