.main{
	width: 100%;
	height: 100vh;
	position: relative;
}
.login_slideshow_container{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.one_slide_login{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.logo_container{
	width: 100%;
	height: 234px;
	position: relative;
	z-index: 3;
}
.logo_container img{
	position: absolute;
	top: 50%;
			left: 50%;
			-moz-transform: translate(-50%,-50%);
			-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);}






.agent_registration_container{
	width: 1000px;
	height: auto;
	position: relative;
	margin: auto;
	z-index: 3;
}
.agent_registration_back_login{
	width: 132px;
	height: 32px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: rgba(137,137,137,0.6);
	text-align: center;
	font-size: 14px;
	font-weight: 900;
	color: white;
	position: absolute;
	right: 14px;
	top: -32px;
	cursor: pointer;
	z-index: 1;
	border: 0px;
	font-family: 'Roboto', sans-serif;
	outline: none;
}
.agent_registration_back_login:hover{
	background: rgb(137,137,137);
}
.agent_registration_header{
	width: 100%;
	height: 60px;
	border-radius: 11px;
	background: white;
	border: 0px;
	border-bottom: 1px solid #ebebeb;
	border-style: dashed;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.24);
			-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.24);
			box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.24);	z-index: 2;
}
.one_button_registration{
	width: auto;
	display: inline-block;
	position: relative;
	float: left;
	top: 50%;
			-moz-transform: translate(0,-50%);
			-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			transform: translate(0,-50%);	cursor: pointer;
}
a:first-child .one_button_registration{
	padding-right: 10px;
	border-right: 1px solid #0d4fa0;
}
.agent_registration_header_icon{
	float: left;
	width: 25px;
	height: 21px;
	margin-left: 16px;
	background: url(../images/themes/straightLineBlue/agent_registration.png);
}
.agent_registration_header_title{
	float: left;
	margin-left: 8px;
	position: relative;
	color: #0d4fa0;
	line-height: 0.9;
	font-size: 20px;
	font-weight: 900;
}
.one_button_registration_selected .agent_registration_header_title{
	color: #ffca50;
}
.agent_registration_middle{
	width: 100%;
	height: 519px;
	background: white;
	border-radius: 11px;
	position: relative;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.24);
			-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.24);
			box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.24);	z-index: 2;
}
.agent_registration_middle_title{
	margin-left: 33px;
	padding-top: 22px;
	font-style: italic;
	font-size: 15px;
	color: #646464;
	line-height: 0.9;
	margin-bottom: 27px;
}
.agent_registration_all_inputs_container{
	width: 100%;
	height: 320px;
	position: relative;
}
.agent_registration_one_inputs_container{
	width: 500px;
	height: 100%;
	position: relative;
	float: left;
}
.agent_registration_one_input{
	width: 100%;
	height: 30px;
	margin-bottom: 6px;
	position: relative;
}
.agent_registration_input_title{
	float: left;
	position: relative;
	top: 50%;
			-moz-transform: translate(0,-50%);
			-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			transform: translate(0,-50%);	font-size: 16px;
	font-weight: 900;
	color: #646464;
	line-height: 0.9;
}
.agent_registration_left_input{
	width: 190px;
	margin-left: 33px;
	margin-right: 16px;
}
.agent_registration_input_data_common{
	float: left;
	width: 258px;
	border-radius: 5px;
	background: #ebebeb;
	height: 28px;
	border: 1px solid #ebebeb;
	position: relative;
}
.agent_registration_one_radio{
	float: left;
	display: inline-block;
	height: 17px;
	position: relative;
	top: 50%;
			-moz-transform: translate(0,-50%);
			-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			transform: translate(0,-50%);	cursor: pointer;
}
.agent_registration_one_radio:nth-child(1){
	margin-left: 20px;
}
.agent_registration_one_radio:nth-child(2){
	margin-left: 31px;
}
.agent_registration_one_radio:nth-child(3){
	margin-left: 24px;
}
.agent_registration_one_radio_icon{
	float: left;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	border: 4px solid white;
	background: #0d4fa0;
}
.agent_registration_one_radio_selected{
	background: #ffca50;
}
.agent_registration_one_radio_reel{
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: -1;
}
.agent_registration_one_radio_text{
	float: left;
	line-height: 0.9;
	position: relative;
	top: 50%;
			-moz-transform: translate(0,-50%);
			-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			transform: translate(0,-50%);	color: #646464;
	font-size: 16px;
	margin-left: 9px;
}
.agent_registration_reel_input{
	width: 260px;
	height: 30px;
	outline: none;
	padding-left: 14px;
	font-size: 14px;
	color: #646464;
}
.agent_registration_two_input{
	height: auto;
	overflow: hidden;
}
.agent_registration_two_inputs{
	width: 260px;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
}
.agent_registration_input_data_small{
	float: left;
    width: 73px;
    border-radius: 5px;
    background: #ebebeb;
    height: 30px;
    border: 1px solid #ebebeb;
    position: relative;
    outline: none;
    padding-left: 14px;
    font-size: 14px;
    color: #646464;
}
.agent_registration_input_data_big{
	float: left;
	margin-left: 5px;
    width: 180px;
    border-radius: 5px;
    background: #ebebeb;
    height: 30px;
    border: 1px solid #ebebeb;
    position: relative;
    outline: none;
    padding-left: 14px;
    font-size: 14px;
    color: #646464;
}
.agent_registration_two_inputs .agent_registration_reel_input{
	margin-bottom: 4px;
}
.agent_registration_two_input .agent_registration_input_title{
	top: 0%;
			left: 0%;
			-moz-transform: translate(0%,0%);
			-webkit-transform: translate(0%,0%);
			-ms-transform: translate(0%,0%);
			transform: translate(0%,0%);	margin-top: 8px;
}
.agent_registration_select_arrow{
	width: 0px;
			 height: 0px;
			 border-left: 4.5px solid transparent;
			 border-right: 4.5px solid transparent;
			 border-top: 5px solid #646464;	position: absolute;
	right: 11px;
	top: 50%;
			-moz-transform: translate(0,-50%);
			-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			transform: translate(0,-50%);	z-index: 1;
}
.agent_registration_select{
	z-index: 2;
	width: 100%;
	height: 100%;
	position: relative;
	background: transparent;
	border: 0px;
    font-family: 'Roboto', sans-serif;
    padding-left: 13px;
    -webkit-appearance: none;
		    -moz-appearance: none;
		    text-indent: 1px;
		    text-overflow: '';    outline: none;
    color: #646464;
    cursor: pointer;
}
.agent_registration_right_input{
	width: 140px;
    margin-left: 40px;
    margin-right: 27px;
}
.agent_registration_one_textarea{
	margin-top: 44px;
	height: 101px;
}
.agent_registration_one_textarea .agent_registration_input_title{
	top: 0%;
			left: 0%;
			-moz-transform: translate(0%,0%);
			-webkit-transform: translate(0%,0%);
			-ms-transform: translate(0%,0%);
			transform: translate(0%,0%);	margin-top: 8px;
}
.agent_registration_reel_textarea{
	float: left;
    width: 260px;
    border-radius: 5px;
    background: #ebebeb;
    height: 101px;
    border: 1px solid #ebebeb;
    position: relative;
    outline: none;
    padding-top: 8px;
    padding-left: 10px;
    font-size: 14px;
    color: #646464;
    resize: none;
}
.agent_registration_input_small_big_container{
	width: 260px;
	float: left;
	position: relative;
	height: 30px;
}
.agent_registration_input_captcha_number{
	float: left;
	width: 73px;
	border: 1px solid #ebebeb;
	color: black;
	line-height: 0.9;
	font-weight: 900;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.agent_registration_input_captcha{
	float: left;
	margin-left: 5px;
    width: 180px;
    border-radius: 5px;
    background: #ebebeb;
    height: 30px;
    border: 1px solid #ebebeb;
    position: relative;
    outline: none;
    padding-left: 14px;
    font-size: 14px;
    color: #646464;
}
.register_button_agent{
	width: 267px;
	height: 45px;
	border-radius: 8px;
	background: #2aa2dd;
	color: white;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	outline: none;
	border: 0px;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	margin: auto;
	margin-top: 47px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.36);
			-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.36);
			box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.36);	display: block;
}
.agent_registration_one_input_selected .agent_registration_input_title{
	color: #2aa2dd;
}
.agent_registration_one_input_selected .common_imput_style{
	border: 1px solid #2aa2dd;
	background: white;
}
.agent_registration_one_input_selected .agent_registration_input_data_common{
	border: 1px solid #2aa2dd;
	background: white;
}
.register_button_agent:hover{
	background: #ffca50;
}




.g-recaptcha {
  transform: scale(0.85); /* Adjust the scale as needed */
  transform-origin: center center;
}

.recaptcha-container {
  width: 100%; /* Ensure the parent container takes full width */
  display: flex;
  justify-content: center; /* Center-align the reCAPTCHA widget */
}





@media all  and (max-height: 930px){
	.main{
		height: 950px;
	}
}

@media all and (max-width: 450px){
	.big_main_container{
		width: 1000px!important;
	}
}
