﻿html, body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.bg-red {
	background-image: url(../../Content/img/bg-red.jpg);
}
.bg-orange {
	background-image: url(../../Content/img/bg-orange.jpg);
}
.bg-yellow {
	background-image: url(../../Content/img/bg-yellow.jpg);
}
.bg-green {
	background-image: url(../../Content/img/bg-green.jpg);
}
.bg-cyan {
	background-image: url(../../Content/img/bg-cyan.jpg);
}
.bg-blue {
	background-image: url(../../Content/img/bg-blue.jpg);
}
.bg-purple {
	background-image: url(../../Content/img/bg-purple.jpg);
}
.bg-pink {
	background-image: url(../../Content/img/bg-pink.jpg);
}
.bg-black {
	background-image: url(../../Content/img/bg-black.jpg);
}
.body {
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
}
.body-s {
	max-width: 550px;
}
@media screen and (max-width: 600px) {
	.body {
		padding: 20px;
	}
}


.center {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #dbe4ed; /* Border color is optional */
}

.google-center {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px solid #dbe4ed; /* Border color is optional */
}


.ims-google-icon {
	background: url(../Images/google.png) transparent 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	float: none;
	width: 32px;
	height: 32px;
}

.ims-partner-button-text {
	color: #393a3d;
	font-size: 1.125em;
	font-weight: 500;
	font-family: inherit;
	white-space: normal;
	vertical-align: middle;
	display: inline-block;
	min-height: 32px;
	line-height: 32px;
	text-align: center;
	padding-top: 1px;
	margin-left: -4px;
}