.login-page {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url('../img/login-bg.jpg');
    background-position:center;
    background-size:cover;
}
.login-page .login-box .card {
    box-shadow: 5px 5px 30px 5px rgb(255 255 255 / 80%);
}

.login-page .login-box .card .card-body {
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
    -o-border-radius: 12px !important;
}

.select2-selection__rendered {
    line-height: 28px !important;
    /* line-height: calc(2.25rem) !important; */
}

.select2-container .select2-selection--single {
    /* height: 35px !important; */
    height: calc(2.25rem + 2px) !important;
}

.select2-selection__arrow {
    /* height: 34px !important; */
    height: calc(2.25rem + 2px) !important;
}

.btn-primary {
    color: #fff;
    background-color: #7066e0 !important;
    border-color: #7066e0 !important;
    box-shadow: none;
}
