.alert {
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-right: 7px;
}
.alert i {
  display: inline-block;
  vertical-align: middle;
  background: url("/Common/assets/components/patterns/images/main_sprite.png?v=17") no-repeat 0 0;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  margin-top: -2px;
}
.alert.slim {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0 6px;
}
.alert.slim i {
  width: 18px;
  height: 18px;
}
.alert.success {
  background: #e7fbe3;
  color: #389f01;
}
.alert.success i {
  background-position: 0 -98px;
}
.alert.success.slim i {
  background-position: -36px -80px;
}
.alert.error {
  background: #ffdadb;
  color: #d50009;
}
.alert.error i {
  background-position: -26px -98px;
}
.alert.error.slim i {
  background-position: -54px -80px;
}
	.btn {
		font-size: 15px;
		font-style: normal;
		padding: 8px 12px;
		margin-bottom: 0;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: 1px solid transparent;
		margin-right: 10px;
		width: 136px;
		height: 35px;
	}

	.btn-primary {
		color: #E9F0F7;
		background-color: #0E60A9;
		border-radius: 5px;
	}

	.btn-primary:hover {
		box-shadow: inset 0 0 0 20rem var(--darken-1);
	}

	
	.content-center{
		margin: 0px;
		text-align: center;
		margin-bottom: 32px;
	}
	
	.font-bold{
		font-size: 2.0em;
		font-weight: bold;	
		
	}