.alert-window {
	position: fixed;
	width: 300px;
	z-index: 10002;

	right: 20px;
	top: 70px;

	.alert {
		img {
			float: left;
			padding-right: 10px;
		}	
	}
}