.login-dark-c {
    background-color: #514a9d;
    background-blend-mode: overlay;
}

.col-image{
    background-image: url(../images/login-bg.jpg);
    background-position: center;
    background-size: cover;
}

.select2-container .select2-selection--single{
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 20px !important;
}
