.banner {
	box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: 350px;
    height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 49px 36px 40px 21px;	
}
.banner-text {
    color: white;
	font-family: "Inter", serif;
	font-style: normal;
	font-size: 30px;
	font-weight: 600;
	line-height: 36.31px;
	text-align: left;
	text-shadow: 0px 4px 7.3px #00000059;
}
.banner-button {
	position: absolute;
	bottom: 40px;
    padding: 8px 16px;
    background-color: #D54000;
    color: #F2F2F2 !important;
    cursor: pointer;
	font-family: "Source Sans 3", serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
    text-decoration: none !important;
	border-radius: 4px;	
	border: 1px solid #000000
}
.banner-button:hover {
    background-color: #C53000;
}
.logging-in-text {
	display: block;
	font-size: 30px;
	text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.2);
	margin-top: 5px;
}
.banner-button-support {
	position: absolute;
	padding: 8px 16px;
	background-color: #fafafa;
	color: #4d4d4d;
	cursor: pointer;
	font-family: "Source Sans 3", serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
    text-decoration: none !important;
	border-radius: 4px;	
	border: 1px solid #000000
}
.banner-button-support:hover {
	color: #054688;
	background: #edf6ff;
	border-color: #054688;
}
.top-button {
	bottom: 92px;
}
.bottom-button {
	bottom: 40px;
}