.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline){
padding: 5px 10px !important;
}
.custom-dropdown{
    position: absolute;
}
.left-panel {
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.right-panel {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.background-image-css {
    background: url('assets/media/auth/bg4.jpeg') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
}
.login-logo {
    width: 200px;
    margin-bottom: 20px;
}
.toolbar-line{
    text-align: end;
    margin-top:-20px;
}
.form-control {
    padding: 4px 8px;
}
.btn.btn-icon-muted i{
    color:rgb(21 21 21);
}
.font-size-12{
    font-size: 12px;
}
.border-right{
    border-right: 1px solid #c6c1c1;
    padding-right: 50px;
}