.demoContainer {
	margin: -30px auto 0;
}

body {
	background: none;
}

body>section {
	padding-bottom: 0px;
}

footer .container {
	display: block;
}

#articleBanner {
	height: 120px;
}
                            

#contentContainer {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    /*background: url(https://www.powerfront.com/www/5000/files/rp-avatar-holding-sign.png) no-repeat top center;
    background-size: 53%;*/
    min-height: 35vw;
    margin-top: 0px;
}
h1.big-title {
	font-size: 62px!important;
}

.row {
	display: flex;
	align-items: center;
}

.column-6 {
	flex: 1;
	padding: 0px;
}

.block {
	padding: 50px;
}

.block {
	text-align: center;
}

.block-text {
	width: 92%;
	margin: 0 auto;
}

.block.badge .block-text {
	width: 100%;
	max-width: 1100px;
}

.block h2 {
	color: #fff!important;
	font-size: 67px!important;
	font-weight: 700!important;
}

.block.badge h2,
.block.badge p {
	text-align: left!important;
}

.block.badge h2 {
	max-width: 100%!important;
	margin: 30px 0px 20px 0px;
	margin-block-end: 0px;
}

.block.badge h3 {
	font-size: 64px;
    font-weight: 100;
    margin-block-start: 0px;
    text-align: left;
}

.block.badge .badge-image {
	padding: 20px;
}

.block .badge-image img {
	width: 100%;
	max-width: 490px;
	position: absolute;
	right: 0;
	top: -30px;
}

.block.badge p {
	margin: 0 auto!important;
}

.block.clients {
	background-color: #333333;
	padding: 10px 50px;
}

.block.clients .logo-image {
	display: inline;
	margin: 0px 20px;
	vertical-align: middle;
	overflow: hidden;
}

.block.clients .logo-image img {
	filter: brightness(0) invert(1);
}


.slick-slider {
	margin: 0px auto;
}

img.slick-slide {
	margin: 0px 20px;
	width: 500px!important;
}

.block.work {
	padding: 30px 50px 0px 50px;
}

.block.work .block-text {
	background: url(https://www.powerfront.com/www/5000/files/res-HeartSunniesAvatar.png) no-repeat bottom right;
	max-width: 1200px;
	min-height: 280px;
	margin: auto;
}

.block.work .block-text h2 {
	padding-top: 80px;
}

.block.work .block-text .btn-container {
	margin-top: 30px;
}

.block.work .block-text a.button {
	background-color: #FF2170;
	color: #fff;
	margin: 0px 5px;
	padding: 12px 36px;
}

.block.benefits {
	background-color: #ffffff;
	padding-bottom: 0px;
}

.block.benefits .background-container {
	background: #ffffff url(https://www.powerfront.com/www/5000/files/res-HoldingHeartAvatar.png) no-repeat bottom left;
	max-width: 1200px;
	margin: 0px auto;
	padding: 30px 180px 77px;
}

.block.benefits .img-container {
	max-width: 980px;
	margin: 0px auto;
}

.block.benefits .logo-image {
	display: inline-block;
	max-width: 212px;
	vertical-align: top;
	margin-top: 35px;
	width: 46%;
}

.block.benefits .logo-image img {
	height: 66px;
}

.block.benefits .logo-image p {
	width: 155px;
}

.block.reseller .reseller-type {
	margin-top: 50px;
	padding: 0px;
}

.block.reseller li {
	display: inline;
	margin: 0 20px;
	background: url(https://www.powerfront.com/www/5000/files/res-blue-tick.png) no-repeat left top;
	padding: 0px 50px;
	background-size: 24px;
}

form.pfLoginForm table table {
    margin-top: 29%;
	position: relative
}

form.pfLoginForm table table > tbody > tr:nth-of-type(1) > td:nth-of-type(1) { display: none;}
form.pfLoginForm table table > tbody > tr:nth-of-type(2) > td:nth-of-type(1) { display: none;}
form.pfLoginForm table table > tbody > tr:nth-of-type(4) > td:nth-of-type(1) { display: none;}
form.pfLoginForm table table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) input { margin-bottom: 25px; }
form.pfLoginForm table table > tbody > tr:nth-of-type(4) > td:nth-of-type(2) { text-align: center; }
form.pfLoginForm table table > tbody > tr:nth-of-type(4) > td:nth-of-type(2) input { margin-top: 50px; }
form.pfLoginForm table table > tbody > tr:nth-of-type(5) > td a {
	position: absolute;
    top: 57%;
    right: 0;
}
form.pfLoginForm table table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) input, form.pfLoginForm table table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) input {
	border-color: #1BB9DA;
	width: 29vw!important;
	height: 50px;
	border-radius: 10px;
	font-size: 20px;
    text-indent: 60px;
}

form.pfLoginForm .input-icon {
	width: 48px;
    height: 35px;
    border-right: 1px solid #1BB9DA;
    margin-top: 9px;
    position: absolute;
}

form.pfLoginForm table table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) span.input-icon  {
	background: url(../files/rp-username-icon.png) no-repeat center center;
}

form.pfLoginForm table table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) span.input-icon  {
	background: url(../files/rp-userpassword-icon.png) no-repeat center center;
}


.content {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: calc(100vw - 20px);
}

#login_container {
	box-sizing: border-box;
	max-width: calc(100vw - 20px);
	width: 400px;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	padding: 50px;
	z-index: 2;
	transition: width linear 0.1s;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}

#email,
#password {
	width: 209px;
	height: 50px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border: solid 1px #e0e3e5;
	border-left: none;
	padding: 0 19px;
	color: #333333;
}

#email::-webkit-input-placeholder,
#password::-webkit-input-placeholder,
#email::-moz-placeholder,
#password::-moz-placeholder,
#email:-ms-input-placeholder,
#password:-ms-input-placeholder,
#email:-moz-placeholder,
#password:-moz-placeholder {
	color: #929699;
}

#email_container {
	display: flex;
	margin-bottom: 20px;
}

#password_container {
	display: flex;
	margin-bottom: 26px;
}

input:focus {
	outline: none;
}

.input_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: solid 1px #e0e3e5;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.input_icon svg {
	fill: #e0e3e5;
}

#password_icon svg {
	transform: rotate(-45deg);
}

.focus .input_icon,
.focus input {
	border-color: #9b9b9b !important;
}

.focus svg {
	fill: #9b9b9b !important;
}

.error {
	border-color: #f9402d !important;
}

.error svg {
	fill: #f9402d !important;
}

#disclaimer,
#copyright {
	font-family: "Nunito Sans", Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.67;
	text-align: center;
	margin-top: 20px;
	width: 400px;
	max-width: 100%;
}

#disclaimer a,
#copyright a {
	color: #ffffff;
}

#avatar {
	position: absolute;
	top: -90px;
	left: 113px;
	left: calc(50% - 90px);
	z-index: -1;
	transition: transform ease 1s;
	transform: scale(0.6) translateY(-50px);
	pointer-events: none;
	user-select: none;
}

#avatar_hands {
	position: absolute;
	top: -15px;
	left: 80px;
	left: calc(50% - 121px);
}

#avatar_eye_whites {
	position: absolute;
	top: 162px;
	left: 36px;
}

#avatar_eyes {
	position: absolute;
	top: 183px;
	left: 62px;
	transition: transform ease 0.3s;
}

#avatar_head {
	position: absolute;
}

#avatar_blink {
	position: absolute;
}

#helmet {
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 100;
}

.hidden {
	display: none !important;
}

.login_options {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.maintTitleLarge {
	font-size: 22px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.42px;
	text-align: center;
	color: #333333;
	font-family: "Nunito Sans", Helvetica, sans-serif;
	box-sizing: border-box;
	margin: 0px 10px 10px 10px !important;
	/*margin-top: 0px !important;*/
}

 ::-webkit-input-placeholder {
	text-transform: capitalize;
}

 :-moz-placeholder {
	text-transform: capitalize;
}

 ::-moz-placeholder {
	text-transform: capitalize;
}

 :-ms-input-placeholder {
	text-transform: capitalize;
}

#login_button,
#forgot_button {
	width: 100px;
	border-radius: 8px;
	background-color: #1bb9da;
	font-family: "Nunito Sans", Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border: none;
	outline: none;
	padding: 12px 10px 12px 10px;
	text-transform: capitalize;
	white-space: nowrap;
}

#login_button:hover,
#forgot_button:hover {
	background-color: #5CCBE2;
}

#login_button:active,
#forgot_button:active {
	background-color: #169DB9;
}

#login_button::first-letter {
	text-transform: capitalize;
}

#login_button.disabled {
	opacity: 0.5;
	pointer-events: none;
	padding-right: 20px;
}

#login_button.disabled::after {
	content: "";
	position: absolute;
	border: 6px solid #ffffff;
	border-top: 6px solid transparent;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	animation: spin 2s linear infinite;
	margin-left: 10px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#forgot,
#forgot_back {
	font-family: "Nunito Sans", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #929699;
	cursor: pointer;
	user-select: none;
}

#forgot {
	text-align: left !important;
}

#forgot:hover,
#forgot_back:hover {
	color: #1bb9da;
}

#logo {
	margin-top: 33px;
	text-align: center;
}

#header {
	margin: auto;
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.42px;
	text-align: center;
	color: #333333;
}

#header_message {
	margin-bottom: 16px;
	text-align: center;
	font-size: 15px;
	text-align: center;
	color: #333333;
}

#footer_message {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	min-height: 5px;
	font-size: 14px;
}

h2 {
	font-family: "Nunito Sans", Helvetica, sans-serif;
	font-weight: normal;
}

@keyframes slideIn {
	0% {
		transform: translateY(100%)
	}
	100% {
		transform: translateY(0%)
	}
}

@media only screen and (max-width: 79px) {
	.content {
		display: none;
	}
	body {
		background-color: white;
	}
}

@media only screen and (max-width: 79px) {
	body * {
		display: none !important;
	}
}

@media only screen and (max-width: 370px) {
	#login_container {
		padding: 40px 25px 25px 25px;
	}
}

@media only screen and (max-width: 320px) {
	#disclaimer {
		font-size: 9px;
	}
	.login_container,
	.forgot_container {
		padding: 30px;
	}
	#avatar {
		left: calc(50vw - 94px);
	}
	#avatar_hands {
		left: calc(50vw - 129px);
	}
}

@media only screen and (min-width: 80px) and (max-width: 480px) {}
/* thin scroll*/

.thinscroll::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.thinscroll::-webkit-scrollbar-thumb {
	background-color: #cccccc;
	border-radius: 4px;
}

.thinscroll::-webkit-scrollbar-track {
	background-color: #f2f2f2;
}

.thinscroll.notrack::-webkit-scrollbar-track {
	background: none;
}
/* thin scroll end*/

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

@media screen and (max-width: 1440px) {
	form.pfLoginForm table table > tbody > tr:nth-of-type(5) > td a {
		top: 60%;
	}
	form.pfLoginForm table table > tbody > tr:nth-of-type(4) > td:nth-of-type(2) input {
		margin-top: 40px;
	}
	
	#contentContainer {
	   min-height: 45vw;
	}
}
                            
@media screen and (max-width: 1100px) {
	h1.big-title {
		font-size: 55px!important;
		padding: 1em 0 1.5em 0em!important;
	}
	
	.block h2 {
		font-size: 63px!important;
	}
	
	.block h3 {
		font-size: 60px;
	}
	
	.block .badge-image img {
		bottom: 0px;
	}
	.block.work .block-text {
		background-size: 22vw;
	}
	.slick-slider {
		margin: 0px auto;
	}
	
	#contentContainer {
		background-size: 65%;
		min-height: 65vw;
	}
	
	form.pfLoginForm table table {
		margin-top: 35%;
	}
	form.pfLoginForm table table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) input, form.pfLoginForm table table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) input {
		width: 37vw!important;
		font-size: 18px;
	}
	form.pfLoginForm table table > tbody > tr:nth-of-type(4) > td:nth-of-type(2) input {
		margin-top: 50px;
	}
	
}

@media screen and (max-width: 880px) {
	#articleBanner {
		height: 100%;
	}
	
	#articleBanner .block {
		padding: 50px 50px 0px ;
	}
	
	#articleBanner .row {
		margin-bottom: 0px!important;
	}
	
	.row {
		display: block;
	}
	.column-6 {
		padding: 0px;
	}
	.block.block.badge h2 {
		line-height: 1.2em!important;
		text-align: center!important;
	}
	
	.block.badge h3 {
		font-size: 55px;
		font-weight: 100;
		margin-block-start: 0px;
		margin-block-end: 0px;
		text-align: center;
	}
	
	.block.badge .badge-image {
		margin: 0 auto;
		padding: 0px;
	}
	.block .badge-image img {
		bottom: 0px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		position: unset;
		vertical-align: bottom;
	}
	.block.clients {
		padding: 0px 50px;
	}
	img.slick-slide {
		width: 400px!important;
	}
	.block.work .block-text {
		background-size: 26vw;
	}
	.block.work .block-text h2 {
		padding-top: 50px;
	}
	.block.benefits .background-container {
		max-width: 100%;
		margin: 0px;
		padding: 30px 0px 77px;
		background-size: 20vw;
	}
	.block.reseller .reseller-type {
		margin: 50px 25vw;
		padding: 0px;
		text-align: left;
	}
	.block.reseller li {
		margin: 0 auto;
		padding: 0px 0px 0px 50px;
		text-align: left;
	}
	.slick-slider {
		margin: 0px auto;
	}
	
	#contentContainer {
		background-size: 75%;
		min-height: 75vw;
	} 
	
	form.pfLoginForm table table {
		margin-top: 40%;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) input {
		margin-bottom: 10px;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(4) > td:nth-of-type(2) input {
		margin-top: 30px;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) input, form.pfLoginForm table table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) input {
		width: 42vw!important;
		font-size: 15px;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(5) > td a {
		top: 60%;
		font-size: 12px;
	}
	
	#contentContainer {
		margin-top: 50px;
	}
}

@media screen and (max-width: 600px) {
	#articleBanner {
		height: 100%;
	}
	
	#articleBanner .block {
		padding: 50px 0px 0px;
	}
	#articleBanner h1.big-title {
		padding: 1.2em 0 1.2em!important;
		font-size: 32px!important;
	}
	.block {
		padding: 50px 0px 0px;
		width: 100vw;
	}
	.block .badge-image img {
		max-width: 310px;
		position: unset;
		top: 0;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		vertical-align: bottom;
	}
	.block.badge .block-text {
		width: 92%;
		max-width: 1100px;
	}
	.block h2 {
		font-size: 40px!important;
	}
	
	.block.badge h3 {
		font-size: 35px;
		text-align: center;
		margin-block-end: 0px;
	}
	
	.block.clients {
		background-color: #333333;
		padding: 0px 0px;
	}
	.block.work {
		padding: 30px 0px 0px 0px;
	}
	.block.work .block-text {
		max-width: 100%;
		margin: 0px auto;
		background-size: 39vw;
		background-position: bottom center;
	}
	.block.work .block-text h2 {
		padding-top: 0px;
	}
	.block.benefits .background-container {
		max-width: 100%;
		margin: 0px;
		padding: 30px 0px 140px;
		background-size: 28vw;
		background-position: bottom center;
	}
	.block.benefits .img-container {
		max-width: 100%;
		margin: 0px;
	}
	.block.reseller .reseller-type {
		margin: 30px 25%;
	}
	.block.reseller li {
		display: block;
		padding: 0px 0px 0px 45px;
		list-style: none;
		text-align: left;
	}
	.slick-slider {
		width: 100%;
		margin: 0px auto;
	}
	
	#contentContainer {
		background-size: 100%;
		min-height: 100vw;
	}
	
	form.pfLoginForm table table {
		margin-top: 53%;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) span.input-icon {
		background-size: 45%;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) span.input-icon {
		background-size: 45%;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) input, form.pfLoginForm table table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) input {
		width: 55vw!important;
		font-size: 13px;
		height: 30px;
		border-radius: 5px;
		text-indent: 45px;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(4) > td:nth-of-type(2) input {
		margin-top: 30px;
		width: 40%;
	}
	
	form.pfLoginForm .input-icon {
		width: 40px;
		height: 16px;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(5) > td a {
		top: 56%;
	}
	
	body>section {
		padding-bottom: 30px;
	}
	
	#contentContainer {
		margin-top: 120px;
	}
	
	#login_container {
		width: 350px;
	}

}

@media screen and (max-width: 380px) {
	.block .badge-image img {
		max-width: 310px;
		top: 75px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	img.slick-slide {
		width: 350px!important;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) span.input-icon {
		background-size: 60%;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) span.input-icon {
		background-size: 60%;
	}
	
	form.pfLoginForm .input-icon {
		width: 30px;
		height: 16px;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(1) > td:nth-of-type(2) input, form.pfLoginForm table table > tbody > tr:nth-of-type(2) > td:nth-of-type(2) input {
		font-size: 11px;
		text-indent: 35px;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(5) > td a {
		top: 59%;
	}
	
	form.pfLoginForm table table > tbody > tr:nth-of-type(4) > td:nth-of-type(2) input {
		margin-top: 20px;
	}
	
	body>section {
		padding-bottom: 30px;
	}
	#contentContainer {
		margin-top: 150px;
	}
	
	#login_container {
		width: 320px;
	}
}

@media screen and (max-width: 330px) {
	.block .badge-image img {
		max-width: 310px;
		top: -75px;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	img.slick-slide {
		width: 280px!important;
	}
	.block.work .block-text a.button {
		margin: 5px;
	}
	
	#contentContainer {
		margin-top: 180px;
	}
	
	#login_container {
		width: 280px;
	}
}
