.alert{
    position: relative;
}

.alert-dismissable .close, .alert-dismissible .close{
    position: absolute;
    top: 15px;
    right: 15px;
    color: inherit;
}

.w-50{
    width: 50%;
}

.w-25{
    width: 25%;
}

.py-0{
    padding-top: 0;
    padding-bottom: 0;
}

.my-0{
    margin-top: 0;
    margin-bottom: 0;
}

.ml-3{
    margin-left: 1rem;
}

.mr-3{
    margin-right: 1rem;
}

.d-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-none{
    display: none;
}

.float-right{
    float: right;
}
.p-0{
    padding : 0;
} 

@media only screen and  (min-width: 0px) and (max-width: 1260px){
    .logo-panel{
        background: unset !important; 
    }
}

.form-select{
    padding: 6px 12px;
    font-size: 14px;
    height: 34px;
}

#navbar-list .dropdown-toggle{
    min-width: 120px;
}

.navbar-nav{
    text-align: center;
}