﻿
.Glassmorphism {
    /*backdrop-filter: blur(10px);*/
    background: rgb(179 210 224);
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    /*border-radius: 12px;*/
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    color: #000;
}

/*.form-control{
    padding: 2px
}*/
.form-label{
    font-weight : bold; 
}

table th, td {
    text-align: center
}
.mt-28{
    margin-top : 28px
}
.card {
    /* background-color: #DCE8F5;*/
    /*background-color: #94b6cb;*/

    /*background-color: rgb(179 210 224);*/
    /*background-color: #0067c526;*/
}
/*.waraap {
    background-color: rgb(179 210 224);
}*/
.primary-menu .navbar .navbar-nav a.nav-link {
    color: white;
    font-weight: bold;
}


@media only screen and (max-width: 600px) {
    /* CSS rules for mobile screens */
    .logo-text{
        font-size : 14px;
    }
}
