:root {
  --blue: #011689;
  --red: #EA0B2A;
}

body
{
	border-top:solid 6px var(--red);
	font-family:Roboto, sans-serif;
}
.login
{
	color:var(--blue);
	text-transform:uppercase;
	font-family:'Roboto Condensed';
	font-size:18px;
	font-weight:bold;
	display:inline-block;
}
.carousel-caption p
{
	font-family:Roboto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.62);
	line-height:1.5rem;
}
.carousel-caption h5
{
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.52);
	font-family: Roboto Condensed;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media screen and (max-width: 762px) {
  .carousel-caption h5 {
    font-size: 2rem;
  }
}
.carousel-indicators .active
{
	background-color:var(--red);
}
.uyari
{
	padding: 0.5rem;
	gap: 0.5rem;
	border-radius: 0.5rem;
	border: 2px solid #9A9A9A;
	align-items:center;
	text-align:center;
	background: #F6F6F6;
}
.uyari img
{
	margin:0 auto .5rem;
}
.uyari p{
	font-family: Roboto Condensed;
	font-size: 1.25rem;
	color: #2E2E2E;
	line-height:1.5rem;
	height:4.5rem;
}
footer
{
	background-color:#151515;
	color:#fff;
	font-size:0.8rem;
}
#powered{
	text-align:right;
}
#menu
{
	background-color:var(--blue);
}
.nav-link{
	font-size:0.9rem;
	color:rgba(255,255,255,0.9);
}
.nav-link i{
	margin-right:.18rem;
}
.notifications
{
	border:none;
	border-radius:0.25rem;
	background-color:#FF9000;
	color:#FFF;
	font-size:0.9rem;
	padding:0.25rem 0.5rem;
}