.navbar .logo { width: 100px; height: 60px; display: inline-block; background: url("../../../public/images/logo.png") no-repeat center center; background-size: contain; margin-right: 0; } .navbar .brand-name { width: 190px; height: 150px; display: inline-block; background: url("../../../public/images/brand-name-2.png") no-repeat center center; background-size: contain; margin-right: 70px; } .navbar { height: 80px; background-color: #535C91; } .navbar .nav-item { color: rgba(1,38,90,0.9); margin-right: 15px; border-radius: 10px; text-transform: uppercase; font-size: 20px; font-weight: 600; //font-family: 'Ubuntu', sans-serif; font-family: Poppins, sans-serif; } .navbar .nav-item:hover { color: white; background-color: rgba(1,38,90,0.9); /*border-bottom: 3px solid rgba(1,38,90,0.9);*/ } .active { color: white !important; background-color: rgba(1,38,90,0.9); } .user { } .auth-box { display: inline-block; margin-right: 35px; margin-left: 5px; //height: 50px; } .user { color: black; padding-top: 10px; margin-bottom: 0; } .role { color: darkgray; margin-bottom: 10px; font-size: 15px; }