/* CSS Document */

.blu-top{
	width: 100vw;
	padding-top: 5vh;
}

.top-logo-wrapper{
  margin: 0 auto;
  max-width: 350px;
  width: 40vw;
}

#top-logo {
  max-width: 350px;
  width: 40vw;
}

.dashboard-card{
	width: 350px;
}
.new-application-header{
	background-color: #002B53;
	color: #FFFFFF;
	
}
