@charset "utf-8";

/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	line-height: 33px;
	color: #585858;
	background-color: #fff;
	min-height: 100vh;
	position: relative;
	font-weight: 300
}

body:before {
	background: url("../images/agent/body-top-image.png") no-repeat;
	height: 293px;
	top: 0;
}

body:after {
	background: url("../images/agent/body-bottom-image.png") no-repeat;
	height: 360px;
	bottom: 0;
}

body:before,
body:after {
	background-size: cover;
	margin: 0px;
	padding: 0px;
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
}

body,
input,
button {
	font-family: 'Poppins', sans-serif;
}

* {
	box-sizing: border-box;
}

*:focus-visible {
	outline: none;
	border: 0
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

img {
	max-width: 100%;
	height: auto
}

a {
	color: #0C19C0
}

a:hover {
	text-decoration: none
}

.site-wrapper {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 1;
	padding: 0 0 50px 0
}

.clear {
	clear: both;
}

.main-wrapper {
	width: 100%;
	max-width: 1310px;
	margin: 0px auto;
	padding: 0 15px
}

.site-btn {
	padding: 15px 75px 14px 24px;
	color: #fff;
	cursor: pointer;
	background-color: #0C19C0;
	border-radius: 26px;
	font-size: 18px;
	line-height: 22px;
	border: 0;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.site-btn:hover {
	background-color: #585858;
}

.site-btn:after {
	content: '';
	background: url("../images/agent/btn-arrow.png") no-repeat;
	height: 10px;
	width: 11px;
	position: absolute;
	top: 22px;
	right: 25px
}

.top-strip,
.top-strip-wrapper,
.site-logo-row,
.bl-working-area,
.footer-area,
.validation-input-wrap,
.validation-btn-row,
.timer-row,
.account-creat-area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}

.top-strip {
	background: #4D4D4D;
}

.top-strip-wrapper {
	justify-content: center;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
}

.top-strip-wrapper a {
	color: #fff;
	text-decoration: underline
}

.top-strip-wrapper a:hover {
	text-decoration: none
}

.site-logo-row {
	padding-top: 40px;
}

.site-logo-row .main-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.site-logo-row .goback {
	font-size: 18px;
	color: #585858;
	font-weight: 400;
	line-height: 22px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.site-logo-row .goback svg {
	margin-right: 10px;
}

.bl-working-area {
	margin-top: 12vh
}

.bl-left-area {
	width: 52%;
	padding-right: 20px;
}

.step-row,
.bl-left-heading,
.bl-form-row,
.bl-form-btn,
.bl-form-bottom-line,
.account-creat-line1,
.account-creat-line2,
.account-creat-line3,
.account-creat-line4 {
	width: 100%;
}

.step-row {
	padding-bottom: 40px;
}

.step-row span {
	color: #42B22E;
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
	height: 31px;
	background: #D9F9D3;
	border-radius: 14px;
	font-weight: 500;
	margin: 0;
	padding: 0 10px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bl-left-heading {
	font-size: 45px;
	line-height: 1.2;
	padding-bottom: 15px;
	color: #000000;
}

.bl-left-area p strong {
	font-weight: 600;
}

.bl-left-area p {
	font-size: 20px;
	line-height: 1.47;
	font-weight: 400;
	margin: 0px;
	padding: 20px 50px 0 0
}

.bl-right-area {
	width: 48%;
	position: relative
}

.bl-form-wrap {
	width: 100%;
	max-width: 425px;
	margin: auto
}

.bl-form-row {
	margin-bottom: 18px;
	position: relative
}

.form-control {
	width: 100%;
	height: 53px;
	background-color: #E6E9FF;
	border-radius: 27px;
	border: 0;
	text-align: center;
	font-size: 17px;
	line-height: 22px;
	color: #000;
	margin: 0px;
	padding: 0 20px;
}

input[type="password"].form-control {
	padding: 0 45px;
}

.form-control::placeholder {
	color: #A5ABEE;
	opacity: 1;
	font-size: 16px
}

.form-control::-ms-input-placeholder {
	color: #A5ABEE;
	font-size: 16px
}

.form-control.control-error::placeholder {
	color: #f00;
}

.form-control::-ms-input-placeholder {
	color: #f00;
}

.bl-form-btn,
.bl-form-bottom-line {
	text-align: center
}

.bl-form-btn {
	margin-top: 40px;
}

.bl-form-bottom-line {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	padding-top: 15px;
}

.bl-form-bottom-line a {
	color: #0C19C0;
}

.password-eye {
	position: absolute;
	right: 13px;
	border: 0;
	background: transparent;
	cursor: pointer
}

input[type="password"].form-control+.password-eye {
	top: 19px;
}

input[type="text"].form-control+.password-eye {
	top: 17px;
}

input[type="text"].form-control+.password-eye .eye-on,
input[type="password"].form-control+.password-eye .eye-off {
	display: none
}

input[type="password"].form-control+.password-eye .eye-on {
	display: block
}

.footer-area {
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	font-weight: 500;
	position: absolute;
	bottom: 20px;
	left: 0px;
}

.footer-area a:hover {
	text-decoration: none
}

.footer-area br {
	display: none
}

.login-btn-row {
	margin-top: 100px
}

.bl-alert-box {
	background: #FF0000;
	border-radius: 12px;
	width: 100%;
	padding: 20px;
	margin: 0px;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	display: flex;
	position: absolute;
	top: -185px;
	left: 0px;
	justify-content: space-between
}
.bl-alert-box p{margin: 0; padding: 0 0 12px 0;}
.bl-alert-box p:last-child{padding-bottom: 0px;}
.bl-alert-box span {
	padding-right: 35px;
}

.alert-close {
	cursor: pointer
}

.control-error {
	background-color: #FFCFCF !important;
	color: #FF0000 !important
}

.form-control.control-error+.password-eye svg path {
	fill: #f00
}

.alert-box-hide {
	display: none
}

.validation-input-wrap,
.validation-btn-row,
.timer-row {
	justify-content: center
}

.validation-box {
	width: 100px;
	height: 100px;
	background-color: #FFFFFF;
	border: 1px solid #707070;
	text-align: center;
	border-radius: 100%;
	margin: 0 5px;
	font-size: 18px;
}

.validation-btn-row {
	padding-top: 50px;
}

.timer-row {
	color: #000000;
	font-size: 17px;
	line-height: 26px;
	align-items: center;
	font-weight: 500;
	padding-top: 17px;
}

.timer-row #timer {
	width: 50px;
	text-align: center
}

.timer-row svg {
	cursor: pointer
}

.timer-row .resendbox {
	padding-left: 10px;
	cursor: pointer
}

.validation-box:focus::placeholder {
	opacity: 0;
}

.validation-box:focus::-ms-input-placeholder {
	opacity: 0;
}

.validation-box.control-error {
	border-color: #FFCFCF !important
}

.isd-code {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 70px;
	font-size: 17px;
	font-weight: 400;
}

.isd-code .select2-container {
	width: 100% !important;
	height: 53px;
	display: flex;
	align-items: center;
}

.isd-code .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%
}

.isd-code .select2-container--default .select2-selection--single {
	background: transparent;
	border-color: transparent
}

.isd-code .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	padding-right: 15px;
}

/*.isd-code*/
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #0C19C0 transparent transparent transparent;
	border-width: 6px 5px 0 5px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #0C19C0 transparent;
	border-width: 0 5px 6px 5px
}

.whatsup-icon-box {
	position: absolute;
	top: 14px;
	right: 15px;
}

.form-dd-row .select2-container {
	width: 100% !important
}

.form-dd-row .select2-container--default .select2-selection--single {
	background-color: #E6E9FF;
	text-align: center;
	font-size: 17px;
	line-height: 22px;
	color: #000;
	border-color: transparent;
	border-radius: 27px;
	height: 53px;
	font-weight: 400;
}

.select2-dropdown {
	/*background-color: #E6E9FF; border-color: #E6E9FF*/
	background: #FFFFFF;
	box-shadow: 10px 13px 36px #00000054;
	border-radius: 16px 0px 16px 16px;
	border-color: transparent
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #0C19C0;
}

.form-dd-row .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000
}

.form-dd-row .select2-container .select2-selection--single .select2-selection__rendered {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center
}

.form-dd-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	top: -2px;
	right: 15px;
}

.select2-results__option {
	text-align: center;
	border-bottom: 1px solid #ececec;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	color: #000;
}

.select2-results__option:last-child {
	border: 0
}

.select2-container--default .select2-results__option--selected {
	background-color: #585858;
	color: #fff
}

.form-dd-row .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #A5ABEE;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #ececec
}

.select2-search--dropdown {
	padding-left: 20px;
	padding-right: 20px;
}

.select2-container--default .select2-results>.select2-results__options {
	padding: 0 20px;
	scrollbar-width: thin;
	scrollbar-color: #979eff transparent;
}

.lv-area {
	width: 1040px;
	max-width: 100%;
	margin: auto;
	padding-top: 50px;
}

.lv-timer-row,
.lv-timer-remaining {
	width: 100%;
	text-align: center
}

.lv-timer-row {
	font-size: 90px;
	font-weight: 200;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	padding-top: 20px;
}

.lv-timer-remaining {
	font-size: 19px;
	color: #42B22E;
	font-style: italic;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 60px;
}

.lv-timer-row #timer {
	width: 175px;
	text-align: left;
}


.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
	width: 12px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
	background: transparent;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
	background-color: #979eff;
	border-radius: 0px;
	border: 3px solid transparent;
}







.form-dd-row.dd-error .select2-container--default .select2-selection--single {
	background-color: #FFCFCF !important;
}

.form-dd-row.dd-error .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #FF0000 !important;
}

.account-creat-area {
	flex-direction: column;
	width: 1040px;
	max-width: 100%;
	margin: auto;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 225px)
}

.account-creat-line1,
.account-creat-line2,
.account-creat-line3,
.account-creat-line4 {
	text-align: center
}

.account-creat-line2 {
	font-size: 40px;
	color: #000;
	font-weight: 400;
	padding-top: 50px;
	padding-bottom: 30px;
}

.account-creat-line3 {
	font-size: 19px;
	line-height: 1.7;
	font-weight: 400;
	padding-bottom: 30px;
}

.forget-password-row {
	font-size: 14px;
	width: 100%;
	text-align: right;
	font-weight: 400
}

.formErrorRow {
	width: 100%;
	font-size: 12px;
	color: #f00;
	line-height: normal;
	margin: 0px;
	padding: 10px 0 0 0px;
	font-weight: 400;
}

@media screen and (max-width: 1500px) {
	.site-logo-row {
		padding-top: 30px;
	}

	.bl-working-area {
		margin-top: 10vh;
	}

	.ld-working-area {
		margin-top: 3vh
	}

	.step-row {
		padding-bottom: 35px;
	}

	.bl-left-heading {
		font-size: 40px;
		padding-bottom: 10px;
	}

	.bl-left-area p {
		font-size: 19px;
	}

	.bl-alert-box {
		top: -140px;
		font-size: 16px;
	}

	.lv-area {
		padding-top: 10px;
	}

	.lv-area .account-creat-line2 {
		padding-top: 25px;
		padding-bottom: 20px;
	}

	.lv-timer-row {
		padding-top: 0px;
		font-size: 75px;
	}

	.step-row span {
		font-size: 15px;
		height: 28px;
		line-height: 24px;
	}

	.site-btn {
		padding: 13px 60px 12px 20px;
		font-size: 17px;
	}

	.site-btn:after {
		top: 19px;
		right: 17px;
	}
}

/*1500px*/

@media screen and (max-width: 1100px) {
	.site-logo-row {
		padding-top: 20px;
	}

	.bl-left-heading {
		font-size: 35px;
	}

	.bl-left-area p {
		font-size: 17px;
		padding-right: 0px;
	}

	body:before,
	body:after {
		display: none
	}

	.bl-alert-box {
		padding: 10px;
		font-size: 15px;
		line-height: 22px;
		border-radius: 6px;
	}

	.bl-alert-box span {
		padding-right: 15px;
	}

	.validation-box {
		width: 75px;
		height: 75px;
	}

	.top-strip-wrapper {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 13px;
	}

	.account-creat-line1 svg {
		width: 75px;
		height: 75px;
	}

	.account-creat-line2 {
		font-size: 35px;
		font-weight: 400;
		padding-top: 20px;
		padding-bottom: 15px;
	}

	.account-creat-line3 {
		font-size: 17px;
	}

	.lv-timer-row {
		font-size: 60px;
	}

	.lv-timer-row #timer {
		width: 115px;
	}

	.lv-timer-remaining {
		font-size: 17px;
	}

}

/*1100px*/

@media screen and (max-width: 990px) {
	.bl-working-area {
		margin-top: 30px;
	}

	.bl-left-area,
	.bl-right-area {
		width: 100%
	}

	.bl-left-area {
		padding: 0 0 30px 0
	}

	.login-btn-row {
		margin-top: 40px;
	}

	.step-row {
		padding-bottom: 25px;
	}

	.step-row span {
		font-size: 15px;
	}

	.bl-left-area p {
		padding-top: 15px;
	}

	.footer-area {
		position: inherit;
		bottom: 0px;
		padding-top: 35px;
		padding-bottom: 20px;
	}

	.bl-alert-box {
		position: fixed;
		top: 10px;
		left: 15px;
		width: calc(100% - 30px);
	}
}

/*990px*/

@media screen and (max-width: 767px) {
	.main-wrapper {
		padding: 0 25px
	}

	.site-logo-row {
		padding-top: 15px;
	}

	.site-logo-row img {
		max-width: 275px;
	}

	.bl-left-area {
		padding-bottom: 30px;
	}

	.bl-left-heading {
		font-size: 30px;
	}

	.footer-area br {
		display: block;
	}

	.top-strip-wrapper {
		font-size: 13px;
		line-height: 16px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.bl-working-area {
		margin-top: 15px;
	}

	.step-row {
		padding-bottom: 20px;
	}

	.bl-left-area p {
		font-size: 14px;
		padding-top: 8px;
	}

	.bl-left-heading {
		font-size: 23px;
		padding-bottom: 0px;
		font-weight: 400;
	}

	.bl-form-row {
		margin-bottom: 10px;
	}

	.form-control,
	.form-dd-row .select2-container--default .select2-selection--single {
		font-size: 16px;
		height: 45px;
	}

	input[type="password"].form-control+.password-eye {
		top: 15px;
	}

	input[type="text"].form-control+.password-eye {
		top: 13px;
	}

	.site-btn {
		padding: 11px 60px 11px 20px;
		font-size: 16px;
		line-height: 20px;
	}

	.site-btn:after {
		top: 16px;
		right: 20px;
	}

	.footer-area {
		position: absolute;
		bottom: 15px;
		font-size: 12px;
		line-height: 1.5;
		padding: 0px;
	}

	.bl-form-btn {
		margin-top: 25px;
	}

	.bl-form-bottom-line {
		padding-top: 7px;
		font-size: 14px;
	}

	.step-row span {
		padding: 0 10px;
		width: 65px;
		font-size: 13px;
	}

	.bl-alert-box {
		left: 25px;
		width: calc(100% - 50px);
	}

	.validation-box {
		width: 65px;
		height: 65px;
		margin: 0 2px
	}

	.validation-btn-row {
		padding-top: 35px;
	}

	.isd-code {
		font-size: 16px;
		top: 0px;
		left: 0px;
	}

	.whatsup-icon-box {
		top: 10px;
		right: 10px;
	}

	.whatsup-icon-box svg {
		width: 20px;
		height: 20px;
	}

	.account-creat-line1 svg {
		width: 65px;
		height: 65px;
	}

	.account-creat-line2,
	.lv-area .account-creat-line2 {
		font-size: 28px;
		padding-top: 15px;
		padding-bottom: 20px;
		line-height: 1.3
	}

	.account-creat-line3 {
		font-size: 16px;
		line-height: 1.6;
	}

	.account-creat-area {
		height: auto;
		padding-top: 35px;
	}

	.lv-area {
		padding-top: 40px;
	}

	.isd-code .select2-container {
		height: 45px;
	}
}

/*767px*/


@media screen and (max-width: 576px) {
	.site-logo-row .goback {
		justify-content: center;
		padding: 10px 0;
		width: 100%
	}
}

/*576px*/