body {
    background-color: #3378b0; 
    background-image: linear-gradient(#263544 240px, #f2f7fb 0%);
    font-family: 'Quicksand',sans-serif;
}

#btnSwitchTenant {
    float: right;
}

.flex-container {
    display: flex;
    width: 100%;
}

.flex-child {
    flex: 1;
}  

.flex-child:first-child {
    margin-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}