div.ui-page {
	background-image: linear-gradient(0, #000000a6, #000000a6),
	/*url(/addons/default/themes/cpraed/css/images/login_background_cpr_dv2.png);*/
	url(/addons/default/themes/cpraed/css/images/login_background_cpr_dv2-compressed_low.jpg);
	background-size: cover !important;
	background-color: unset !important;
}
div.ui-page #cpr_header_center,
div.ui-page #cpr_header,
div.ui-page #cpr_container
{
	background: transparent;
}
div.ui-page #cpr_header,
div.ui-page #phone,
div.ui-page #logo_ctn img,
div.ui-page #footer_container{
	border: none;
}
div.ui-page #footer_container, div.ui-page #phone,
div.ui-page #phone_icon {
	display: none;
}
div.ui-page #cpr_header {
	border: none !important;
}
div.ui-page #login_div{
	display: none;
}
div.ui-page #logo_ctn img{
	margin-right: 10px;
}
div.ui-page #web_register #page_body  {
	display:flex;
}
#web_register #page_body  {
	display:flex;
}
div.ui-page .slogan, div.ui-page #cpr_header_center .company_name {
	color: white;
}
div.ui-page #cpr_header_center {
	max-width: 100%;
}


.H1_REGISTER_LIGHT_V1 {
	color: #333;
	font-weight: normal;
	margin-bottom: 24px;
	font-size: 22px;
}
#register_box {
	background: #f1f6fa;
	text-align: left;
	padding: 25px;
	width: 40%;
	margin: 20px 0px 0px 0px;
	border-top-right-radius: 8px;
	box-sizing: border-box;
	border-bottom-right-radius: 8px;
}

.have-account {padding: 10px 0;}

.login-social {float: right;}

.login-social a i {color: #ffffff;}
#register_box form {
	background: #ffffff;
	border-radius: 8px;
	padding: 15px;
}

.create-an-account {
	font-weight: bold;
	background: #10577f;
	padding: 13px;
	color: white; 
	margin-top: 10px;
}

#register_box #error_box {
	margin-bottom: 10px;
	color: #D00;
}
#register_box #user_details {
	width: 375px;
}

.first-last-name {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#register_box select, input{
	font-size: 16px;
	padding: 8px;
}

#register_box .inputbox, #register_box .register-button{
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	max-width: 100%;
	box-sizing: border-box;
}

#register_box .register_errors, #mobile_register .register_errors {
	color: #D00;
	margin: -7px 0 10px 2px;
	font-size: 13px;
	width: 100%;
}
 #mobile_register .register_errors{
	 margin: 7px 0 10px 2px;
	 line-height: 1.5;
 }

#register_box input.invalids, #mobile_register input.invalids {
	border: 1px solid #DD0000;
	background-color: #fcd9df;
}

#register_box input.valids, #mobile_register input.valids {
	border: 1px solid #00cc00;
	background-color: #d1fad3;
}

#register #waiting_icon, #waiting_icon_m, #web_register #waiting_icon {
	display: none;
	margin-bottom: 20px;
	text-align: center;
	color: #0b5582;
	font-size: 15px;
}

#show_corporate_code {
	margin-top: 10px;
	margin-bottom: 5px;
}


#cpr_container{
	min-height: 500px !important;
}

#inner_continaer{
	min-height: 100px !important;
}

#page_body{
	min-height: 450px;
}



.register-button{
	border: #8ab4db;
	background: #b41e1a;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial;
	cursor: pointer;
	width: 100%;}

.register-button:hover{
	background: #C33;
}

#corporate_code{
	dispaly: none;
}

#register_info{
	margin-top: 20px;
	padding-right: 20px;
	font-size: 15px;
	font-family: Arial;
	line-height: normal;
	background: #fafafa;
	padding: 20px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #333;
	box-sizing: border-box;
	width: 60%;

}

#register_info div{
	text-align: left;
	margin-bottom: 15px;
}

p.payment-method {padding: 20px 0 10px 0;}

.main_gray_line .or_gray_line.trusted-by span {background: #fafafa;}

.or_gray_line span {}

.img-privacy {padding-right: 0px;width: 97%;/* display: contents; */}

#footer_icons div {}

.sub-visa-right {float: right !important;width: auto;padding-right: 0px !important;}

.sub-visa-left {/* width: 60%; */}

.sub-visa-left img {width: 100%;float: left;}

.or_gray_line.trusted-by {background: #fafafa;width: fit-content;padding: 0 15px 15px 15px;letter-spacing: 5px;font-weight: 600;color: #333333b8;}

.header1{
	font-size: 26px;
}

.redText{
	color: #C33;
}

#usernameDiv{
	margin-bottom: 10px;
	display: none;
	margin-left: 5px;
}

#seals{
	border-top: 1px solid #ccc;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

#seals a{
	padding-right: 30px;
	padding-left: 30px;
}

#comapnies{
	width: 100%;
	padding-bottom: 10px;
}

.company{
	padding-right: 10px;
}

/* img.company{
	width: 71px;
} */
.register_image .img_cont {
	width: 193px;
	float: left;
	margin-right: 15px;
}

.register-container.mobile .img_cont {
	flex: 1;
	height: 170px;
	margin-right: 5px;
}
.register-container.mobile .img_cont div {
	height: 100%;
}
.register-container.mobile .view-password {
	position: absolute;
	right: 10px;
	top: 58%;
	z-index: 1;
}
ul.register-benifit {
	list-style: none;
	font-size: 15px;
	font-family: Arial;
	padding-left: 0px;
}
.register-benifit li {
	list-style: none;
}
.register-benifit li i{
	color: #9bc940;
}
.register_image .img_cont {
	width: 172px;
	float: left;
	margin-right: 15px;
	background: white;height: 205px;padding: 10px;}
.register_image .img_cont div {
	width: 100%;
	height: 150px;
}
.register_image .img_cont p {
	line-height: 20px;
}

.img_cont p.center {color: #51789c;font-weight: bold;}
.register_image .img_cont:last-child {
	margin-right: 0px;
}
.select-languages {
	float: right;
	color: white;
	font-size: 15px;
	font-weight: bold;
	padding-top: 20px;
}
.first-last-name .inputbox {
	flex: 0 49%;
}
.img-privacy-v4{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.footer_icons__item {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	width: 100%;
	max-height: 45px;
}
.footer_icons__item .rapaid--item{
	margin-top: -20px;
}
.register_image--category{
	display: flex;
	justify-content: space-evenly;
}
.margin-bot-14__img{
	width: 100%;
}
.or_gray_line span{
	color: black;
}
.background-cross.register-cross {
	position: relative;
	width: 100%;
	margin: auto;
}
img.cross-under {
	width: 5%;
	float: left;
	margin: 2% 12% 0 -1%;
}
img.cross-above {
	margin-top: -23%;
	float: left;
	margin-left: -18%;
}
#register_box .register-button{
	width: 100%;
}
.social-network{
	text-align: center;
	background: #9bc940;
	width: 15px;
	height: auto;
	border-radius: 50%;
	margin-top: -10px;
	padding: 10px;
}
.register-account {
	display: inline-flex;
	justify-content: center;
	width: 100%;
}
.login-social {
	padding: 10px;
}
span.login-span-text {
	font-size: 15px;
}
@media only screen and (max-width: 914px) {
	#mobile-header-wrapper{
		display: contents;
	}

	.header-center{
		display: flex;
		justify-content: space-evenly;

	}
	.header-center {
		display: flex;
		justify-content: space-evenly;
		height: 100px;
		align-items: center;
		margin-bottom: 20px;
	}
	.register-container-box{
		margin: 0px 15px !important;
		box-sizing: border-box;
	}
	.create-an-account{
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
}
h3.register-h3 {
	text-align: left;
	padding: 40px 0 16px;
	font-size: 1.3rem;
	color: black;
}
.take_less_custome{
	text-align: left;
}
form.register-form {
	background: #ffffff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
}

/*  css for mobile  */
.wrap-register-mobile{
	/*background: url("/addons/default/themes/cpraed/css/images/login_background_cpr_dv2.png") no-repeat center center;*/
	background: url("/addons/default/themes/cpraed/css/images/login_background_cpr_dv2-compressed_low.jpg") no-repeat center center;
	background-size: cover ;
	width: 100%;
	min-height: 100vh;
	padding: 20px 12px;
	box-sizing: border-box;
	font-family: "Inter";
}
.wrap-register-mobile:before{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(0 0 0 / 65%);
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	z-index: 1;
}
.wrap-menu{
	margin-bottom: 15px !important;
}
.content-registerMobi{
	background: #f6f9fd;
    border-radius: 5px;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
	font-family: "Inter";
	font-weight: 400;
	color: #333;
	font-size: 14px;
}
.w-topRegister{
	margin-top: 10px;
}
.topRegister_welcome h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 7px;
}
.topRegister_welcome p{
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}
.topRegister_welcome a{
	font-weight: 700;
	display: inline-block;
	text-decoration: underline !important;
}
.topRegister_form{
	margin-top: 15px;
	background: #fff;
}
.topRegister_form .title-form{	
	display: block;
	background: #11557e;
	padding: 15px 10px;
	border-radius: 5px 5px 0 0;
	font-weight: 700;
	font-size: 18px;
	color: #fff;;
}
.topRegister_form .main-form{
	padding:12px 10px 20px 12px;
}
.topRegister_form .item-form {
	margin-bottom: 10px;
}
.topRegister_form .main-form input{
	width: 100%;
	padding: 12px 0 12px 5px;
	font-weight: 400;
	font-size: 13px;
	border: 1px solid #e4eaec;
	box-sizing: border-box;
	outline: none !important;
	display: block !important;
}
.topRegister_form .main-form input.error{
	border: 1px solid #ff0000;
}
.form-validate .form-error label{
	float: none;
	font-size: 12px;
	margin-top: 10px;
	display: block;
	color: #ff0000;
	width: 100%;
    line-height: 15px;
}
.topRegister_form .main-form input::placeholder{
	padding-left: 5px;
	color: #87969f;
	font-weight: 300;
}
.topRegister_form .main-form button{
	background: #b51d1a;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	padding: 12px 0 !important;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	border: none;
}
.topRegister_form .item-form::after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.topRegister_form .item-form .w_left{
	float: left;
	width: 49%;
}
.topRegister_form .item-form .w_right{
	float: right;
	width: 49%;
}
#mobile_auth_code::placeholder{
	font-size: 12px;
}
.desc-form{
	font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
.desc-form a{
	font-weight: 600;
	color: #25557b;
	text-decoration: none !important;
	border: none;
}
#rc-anchor-container{
	border: none !important;
}
.topRegister_other{
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.topRegister_other p{
	line-height: 32px;
}
.topRegister_other a{
	font-weight: 600;
	display: inline-block;
	color: #000;
}
.w_middleRegister{
	background: #fff;
	width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
	position: relative;
}
.w_middleRegister::before{
	position: absolute;
    width: 100%;
    padding: 0 15px;
    height: 100%;
    box-sizing: content-box;
    left: -15px;
    top: 0;
    background: #fff;
    content: "";
    z-index: -1;
}
.middleRegister_title h3{
	font-weight: 700;
    font-size: 22px;
    line-height: 27px;
	margin-bottom: 15px;
}
.middleRegister_listdesc{
	margin-bottom: 20px;
}
.middleRegister_listdesc ul li{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 13px;
	line-height: 22px;
}
.middleRegister_listdesc ul li i {
	color: #9bc940;
}
.middleRegister_listimages img{
	text-align: center;
	max-width: 100%;
	display: block;
	margin: auto;
}
.pixoff-slider-navigation-anchor{
	text-align: center;
	margin-top: 10px;
}
.pixoff-slider-navigation-anchor a {
    padding: 5px;
}
.pixoff-slider-navigation-anchor .circle {
    background-color: #fff;
    border: 1px solid #bababa;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 30px;
    padding-top: 9px;
    font-size: 12px;
    color: #333;
}

.w-over h3{
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	background: #fff;
    width: 100%;
    padding: 0 15px 20px 15px;
    box-sizing: border-box;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}
.w-over h3::before{
	position: absolute;
    width: 100%;
    padding: 0 15px;
    height: 100%;
    box-sizing: content-box;
    left: -15px;
    top: 0;
    background: #fff;
    content: "";
    z-index: -1;
}
.w-over h3 span{
	font-weight: 700;
}
.item-over{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background: #fff;
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
}
.item-over span{
	font-weight: 600;
	font-size: 18px;
	width: 50%;
	text-align: center;
	display: inline-block;
	padding: 0 10px;
	line-height: 24px;
}
.item-over img{
	width: 50%;
}
.w-trusted{
	margin-top: 30px;
	margin-bottom: 30px;
}
.w-trusted h3{
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.w-trusted h3::before{
	border: 1px solid  #e2e4e8;
	content: '';
	top: 41%;
	left: 0;
	width: 100%;
	position: absolute;
}
.w-trusted h3 span{
	font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background: #f6f9fd;
    padding: 0 10px;
    position: relative;
    z-index: 3;
	letter-spacing: 2px;
}
.wrap-trust{
	display: flex;
	flex-flow: row wrap;
}
.item-trust{
	width: 50%;
	text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
.item-trust a{
	display: block
}
.item-trust img{
	max-width: 100%;
}
.item-trust.item-2{
	border-bottom:1px solid  #e2e4e8;
}
.item-trust.item-1{
	position: relative;
	border-bottom:1px solid  #e2e4e8;
}
.item-trust.item-1::before{
	position: absolute;
	right: 0;
	top: 0;
	height: calc(100% - 10px);
	width: 1px;
	background: #e2e4e8;
	content: '';
}
.item-trust.item-3{
	margin-top: 15px;
}
.item-trust.item-4{
	border-left:1px solid  #e2e4e8;
	margin-top: 15px;
}
.w_payment{
	background: #fff;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	padding: 20px 15px;
	box-sizing: border-box;
	position: relative;
}
.w_payment::before {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    height: 100%;
    box-sizing: content-box;
    left: -15px;
    top: 0;
    background: #fff;
    content: "";
    z-index: -1;
}
.payment_card{
	width: 50%;
}
.payment_card p{
	display: block;
	font-size: 16px;
	margin-bottom: 7px;
}
.payment_card img{
	max-width: 100%;
}
.payment_icon {
	width: 50%;
	margin-top: 18px;
	text-align: right;
	display: flex;
}
.payment_icon a{
	display: block;
}
.payment_icon img{
	width: 100%;
}
.payment_icon img.bb_logo-m{
	width: 50%;
}
.w_copy{
	margin-top: 20px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	position: relative;
	z-index: 2;
	padding: 15px 20px;
	box-sizing: border-box;
	line-height: 24px;
}
.w_copy span{
	font-weight: bold;
}
b{
	font-weight: bold !important;
}
.img-bb-logo{
	margin-right: 10px;
}
.g-recaptcha.g-recaptcha-register {
	display: flex;
	margin: 0 auto 8px;
	align-items: center;
	justify-content: center;

}
.register-term{
	line-height: 2;
	text-align: center;
}
.img-trusted-by  img{
	border: 0; width: 100%; height: 100%;
}
a.img-trusted__link.img-trusted-by {
	display: block;
	width: 90px;
}
.sub-visa-right.img-privacy-v4__item{
	display: flex;
}