@charset "UTF-8";
 
.checkattack {
	height: 115px;
}
.border-below:after {
	content: "";
	width: 40px;
	height: 5px;
	background: #262d64;
	display: block;
	margin: 30px auto 20px;
}

@media(max-width:599px) {
#login_page {
	padding: 0 15px;
}
.anksain_work {
	margin-top: 20px;
}
}
.border-blue {
	border-color: #0574d8 !important;
}
.captchaGrid>.grid {
	padding: 15px;
	cursor: pointer;
}
.captchaGrid>.grid.selected img {
	border: 2px solid #d61477;
}
.gdpr_screen .radiomark {
	top: 5px;
	background-color: #ccc;
}
 
.captchaGrid>.grid {
	padding: 15px;
	cursor: pointer;
}
.captchaGrid>.grid.selected img {
	border: 2px solid #d61477;
}
.gdpr_screen .radiomark {
	top: 5px;
	background-color: #ccc;
}
.anksain_work.dark-theme {
	background: rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 1px #222;
	color: #fff;
}
.anksain_work.dark-theme select, .anksain_work.dark-theme select:focus {
	color: #eee;
}
.anksain_work.dark-theme select option {
	color: #000;
}
.anksain_work.dark-theme .form-control {
	color: #fff;
}
 .anksain_work.dark-theme ::-webkit-input-placeholder { /* Edge */
 color: #eee;
}
.toggle_form_keyup, .next_hide {
	display: none;
}
 
.social_login>* {
	font-size: 4rem;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin: 0 10px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.social_login i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.social_login span.google_signup {
	background: #D5493E;
}
.social_login span.likedin_signup{
	background: #0077B5;
}
.social_login span.facebook_signup {
	background: #3B5997;
}
.social_login span.twitter_signup {
	background: #1BB5E7;
}
.social_login>*:hover {
	box-shadow: 1px 5px 5px 0px #555;
	cursor: pointer;
}
.or_divider {
	text-align: center;
	position: relative;
	top: 20px;
}
/*	.or_divider:before{
		content:"";
		width:100px;
		height:1px;
		position:absolute;
		left:50%;
		top:40%;
		transform:translate(-50%,-50%);
		background:#ccc;	
	}*/
.or_divider span {
	width: 30px;
	height: 30px;
	background: transparent;
	position: relative;
	z-index: 99;
	display: inline-block;
}
.radius-5 {
	border-radius: 5px;
}
.shadow {
	box-shadow: 0px 2px 15px 1px #222;
}
.bg-light-grey3 {
	background: rgba(255,255,255,0.8);
}
.shadow2 {
	box-shadow: inset -1px -1px 10px -1px #222;
}
.anksain_work {
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.anksain_work .form-group {
	margin-bottom: 10px;
}
.anksain_work .form-control {
	border: 0;
	border-bottom: 1px solid #ccc;
	padding-left: 0 !important;
	padding-right: 0 !important;
	border-radius: 0;
	background: transparent;
}
.anksain_work .form-control:focus {
	outline: 0 !important;
	box-shadow: 0 !important;
}
.anksain_work .radio_inline label {
	padding-left: 27px;
	font-size: 14px;
	margin-top: 10px;
}
.anksain_work .radio_inline label+label {
	margin-left: 15px;
}
.anksain_work .radio_inline .radiomark {
	top: 0px;
	background-color: #ccc;
}
.anksain_work .typebox input:checked ~ .radiomark, .anksain_work .typebox input:checked ~ .checkmark {
	background-color: #ea2f96;
}
.anksain_work .checkmark {
	top: 4px;
	width: 20px;
	height: 20px;
}
.anksain_work .typebox {
	padding-left: 27px;
}
.anksain_work .typebox .checkmark:after {
	left: 5.2px;
	top: 1px;
}
.success-checkmark {
 
	margin: 0 auto;
}
.success-checkmark .check-icon {
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%;
	box-sizing: content-box;
	border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
	top: 3px;
	left: -2px;
	width: 30px;
	transform-origin: 100% 50%;
	border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
	top: 0;
	left: 30px;
	width: 60px;
	transform-origin: 0 50%;
	border-radius: 0 100px 100px 0;
	animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
	content: '';
	height: 100px;
	position: absolute;
	background: #fafafa;
	transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
	height: 5px;
	background-color: #4CAF50;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
	top: 46px;
	left: 14px;
	width: 25px;
	transform: rotate(45deg);
	animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
	top: 38px;
	right: 8px;
	width: 47px;
	transform: rotate(-45deg);
	animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
	top: -4px;
	left: -4px;
	z-index: 10;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	box-sizing: content-box;
	border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
	top: 8px;
	width: 5px;
	left: 26px;
	z-index: 1;
	height: 85px;
	position: absolute;
	transform: rotate(-45deg);
	background-color: #fafafa;
}
 @keyframes rotate-circle {
 0% {
 transform: rotate(-45deg);
}
 5% {
 transform: rotate(-45deg);
}
 12% {
 transform: rotate(-405deg);
}
 100% {
 transform: rotate(-405deg);
}
}
@keyframes icon-line-tip {
 0% {
 width: 0;
 left: 1px;
 top: 19px;
}
 54% {
 width: 0;
 left: 1px;
 top: 19px;
}
 70% {
 width: 50px;
 left: -8px;
 top: 37px;
}
 84% {
 width: 17px;
 left: 21px;
 top: 48px;
}
 100% {
 width: 25px;
 left: 14px;
 top: 45px;
}
}
@keyframes icon-line-long {
 0% {
 width: 0;
 right: 46px;
 top: 54px;
}
 65% {
 width: 0;
 right: 46px;
 top: 54px;
}
 84% {
 width: 55px;
 right: 0px;
 top: 35px;
}
 100% {
 width: 47px;
 right: 8px;
 top: 38px;
}
}

.thankyoublock{
		display:none;
}
.thankyou{
 
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
	    justify-content: center;
}
.checkattack {
	height: 115px;
}
.content_area {
/*background: url(../images/iStock-888150912-2.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;*/
  /*background: linear-gradient(90deg, rgba(250,252,241,1) 0%, rgba(242,209,226,1) 51%, rgba(182,132,173,1) 82%, rgba(141,118,170,1) 100%);*/
background: rgb(255,254,254);
background: linear-gradient(90deg, rgba(255,254,254,1) 0%, rgba(242,213,219,1) 35%, rgba(236,166,180,1) 75%);
}
.border-below:after {
	content: "";
	width: 40px;
	height: 5px;
	background: #262d64;
	display: block;
	margin: 30px auto 20px;
}

@media(max-width:599px) {
#login_page {
	padding: 0 15px;
}
.anksain_work {
	margin-top: 20px;
}
}
.join_now_btn {
	text-transform: uppercase;
	border: 1px solid #03843a;
	background: #17aa56;
	border-bottom-width: 6px;
	display: inline-block;
	padding: 10px 60px;
	font-size: 2.4rem;
	color: #fff;
	border-radius: 4px;
}
.bullets_step {
	position: fixed;
	bottom: 10px;
	right: 50px;
	z-index: 9999;
}
.copyright_all {
	position: fixed;
	bottom: 10px;
	left: 50px;
	z-index: 9999;
}
.bullets_step span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #555;
	border-radius: 50%;
	margin: 3px;
}
.bullets_step span.active {
	background: #d61477;
}
.captchaGrid>.grid {
	padding: 15px;
	cursor: pointer;
}
.captchaGrid>.grid.selected img {
	border: 2px solid #d61477;
}
.gdpr_screen .radiomark {
	top: 2px;
	background-color: #ccc;
}
.anksain_work.dark-theme {
	background: rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 1px #222;
	color: #fff;
}
.anksain_work.dark-theme select, .anksain_work.dark-theme select:focus {
	color: #eee;
}
.anksain_work.dark-theme select option {
	color: #000;
}
.anksain_work.dark-theme .form-control {
	color: #fff;
}
 .anksain_work.dark-theme ::-webkit-input-placeholder { /* Edge */
 color: #eee;
}
.toggle_form_keyup {
	display: none;
}
.star_box {
	position: fixed;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	z-index: 999;
	text-align: center;
}
.anksain_work label {
	color: #000 !important;
}


@media(max-width:991px){
.bullets_step,.copyright_all,.star_box{
position:relative;	
text-align:center;
 bottom: 0;
 left: 0;	
 transform: translateX(0%);
 margin:20px 0;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #ppolicyCheckBox+i {
        width:50%;
   }
}