@media (max-width: 576px) {
    .btn-xs-full {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .btn-sm-full {
        width: 100%;
    }
}
.login-brand {
    margin: 20px 0;
    margin-bottom: 40px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    flex-direction: column;
    letter-spacing: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 40px !important;
}
.select2-container .select2-selection--single {
    height: inherit !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ebedf2 !important;
    border-radius: .25rem !important;
}
.select2-selection__arrow {
    height: 100% !important;
}
.text-nowrap {
    white-space: nowrap;
}