.Q_button.CryptoCPA_login {
	margin: 0 auto;
	display: block;
	background-color: #39b54a;
	color: #fff;
}
.welcome_area .button{margin-top:25px;}
.welcome_area img{float:right; max-width:33%; margin-left:40px;}
.welcome_area .heading{background-position:left bottom;}
.welcome_area .button{margin-top:40px;}

.choose_section .choose_right > div:not(:last-child) {background-color: rgba(245, 244, 255, 0.7);}

.exchanges a img {max-width:100%;}

/* paralax effect related styles */
.parallax {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
.parallax.p1 {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	overflow: hidden;
	width: 100px;
	height: 100px;
}
section, footer {
	z-index: 1;
	position: relative;
}
section {
	background-color: #fff;
	min-height: 100vh;
}
