.login-page{
    background: url(../img/bg1.jpg) no-repeat center center fixed;
    background-size: cover;

}

.login-page .login-logo{
   /* background-color: rgba(255, 255, 255, 0.62);*/
    font-family: 'Caveat Brush';
}

.navbar-brand{
 /*   font-family: 'Caveat Brush';
    background-image: url(../img/logobg1.jpg);
    padding: 10px;
    color: white;
    border-radius: 20px;*/
}
.navbar-brand .brand-text{

    color: white;
    height: 100%;
}

.bottle_div{
    cursor: pointer;
}

.bootstrap-tagsinput{
    width: 100%;
}

.bootstrap-tagsinput .badge{
    font-size: 16px;
    margin: 2px;
}

#user_has .select2-container--default,
#user_has .select2-selection--multiple,
#user_has .select2-selection__choice {

    color: #000;

  }




@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1080px) {
    .modal-xl {
        max-width: 1000px;
    }
}