@charset "UTF-8";
/* CSS Document */
.authentication-bg {
  background-image: url('../images/p-1.png');
  background-size: cover;
  background-position: center center;
}
.avatar {
	background-color: #2313c7; 
	color: white; 
	font-size:24px;
}
.icons {
	color: #787db7;
}
#map {
    height: 700px;
    width: 100%;
}
