.log-box {
    position: absolute;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bgCustom {
    background-image: url(../images/bglogin.png);
}

.log-box-l {
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    float: left;
}

.log-box-logo {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translate(100px, -50%);
    transform: translate(100px, -50%);
    width: 100%;
    max-width: 85%;
}

.log-box-logo img {
    width: 170px;
	object-fit: contain;
}

.log-box-logo h5 {
    font-size: 40px;
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
    text-transform: none;
	width: 75%;
}

.log-box-logo p {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    width: 60%;
}

.main-footer {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    margin: 0 !important;
    margin-bottom: 10px !important;
    width: 50%;
    text-align: left;
    left: 0;
    transform: translate(13%, -50%);
    transform: translate(100px, -50%);
    color: #ffffff;
    padding: 0;
	font-size: 14px;
}


/*Right*/
.log-box-r {
    width: 50%;
    height: 100%;
    background: #fff;
    float: left;
    margin: auto;
    overflow-x: hidden;
}

.posRel {
    position: relative;
}

.fadeIn {
    animation: fade-in 1.5s;
}

.login-card-body {
    max-width: 560px;
    margin: 0 auto 0 auto;
    background: transparent;
}

.login-card-body, .register-card-body {
    background: #fff;
    border-top: 0;
    color: #666;
    padding: 20px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.7rem;
}

/*language dropdown-loginlist*/
.sec-left {
	position: relative;
	max-width: 100%;
	text-align: right;
	z-index: 1;
	margin-bottom:20px;
	top: 10px;
}
.dropdown-login:checked + label,
.dropdown-login:not(:checked) + label{
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 2;
	height: 35px;
	transition: all 200ms linear;
	border-radius: 70px;
	width: 150px;
	letter-spacing: 1px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: right;
	-ms-flex-pack: center;
	text-align: center;
	border: none;
	background: transparent;
	cursor: pointer;
	color: black;
	box-shadow: 0 12px 35px 0 rgba(255,235,167,.15);
	right: 15px;
}
.dark-light:checked ~ .sec-left .for-dropdown-login{
	background: linear-gradient(#867126, #DDBD4A);
	color: black;
	box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}
.dropdown-login:checked + label:before,
.dropdown-login:not(:checked) + label:before{
	position: fixed;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: auto;
	pointer-events: none;
}
.dropdown-login:checked + label:before{
	pointer-events: auto;
}
.dropdown-login:not(:checked) + label .uil {
	font-size: 24px;
	margin-left: 10px;
	transition: transform 200ms linear;
}
.dropdown-login:checked + label .uil {
	transform: rotate(180deg);
	font-size: 24px;
	margin-left: 10px;
	transition: transform 200ms linear;
}
.section-dropdown-login {
	position: absolute;
	padding: 5px;
	background: #fff;
	top: 45px;
	right: 5px;
	width: 15%;
	border-radius: 15px;
	display: block;
	box-shadow: 0 14px 35px 0 rgba(9,9,12,0.4);
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
	transition: all 200ms linear;
	text-align: right;
	margin-left: 35px;
}
.dark-light:checked ~ .sec-left .section-dropdown-login {
	background-color: black;
	box-shadow: 0 14px 35px 0 rgba(9,9,12,0.15);
}
.dropdown-login:checked ~ .section-dropdown-login{
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.section-dropdown-login:before {
	position: absolute;
	top: -20px;
	right: 0;
	width: 100%;
	height: 20px;
	content: '';
	display: block;
	z-index: 1;
	text-align: right;
}
.section-dropdown-login:after {
	position: absolute;
	top: -7px;
	right: 30px;
	width: 0; 
	height: 0; 
	text-align: right;
	content: '';
	display: block;
	z-index: 1;
	transition: all 200ms linear;
}
.section-dropdown-login a {
	position: relative;
	color: black;
	transition: all 200ms linear;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	border-radius: 2px;
	text-align: center;
	text-decoration: none;
	display: block;
    padding: 5px 10px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
    -ms-flex-pack: distribute;
}

.section-dropdown-login a:hover {
	color: #FFB800;
	text-decoration: underline;
}

.title-1 {
    color: #FFB800;
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.log-subtitle {
    font-size: 18px;
    font-weight: 400;
}

.form-group-box {
    margin-top: 25px;
	margin-bottom: 0.4rem;
}

.form-group-box label {
    color: #4a4a4a !important;
    font-weight: 600 !important;
}

.input-group-box, .input-group-box2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fs14 {
    font-size: 14px !important;
}

.text-cyan {
    color: #17a2b8!important;
}

.password-eye {
    position: absolute;
    right: 16px;
    top: 10px;
    z-index: 1;
}

.form-control-login {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-group-box2 > .form-control-login:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-box2 > .form-control-login {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.fc-1 {
    height: calc(2.25rem + 19px);
}

.login-bottom {
    position: absolute;
    max-width: 560px;
    padding: 1.7rem;
    left: 0;
    right: 0;
    margin: auto;
}

.mgt40 {
    margin-top: 40px;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.btn-primary-login:hover {
    color: white;
    background-color: #00509A !important;
    border-color: #00509A;
    border-radius: 0;
	opacity: 0.8;
}

a.btn-login {
	color: white!important;
}

.btn-login {
    display: inline-block;
    font-weight: 600;
    color: white;
    text-align: center;
	height: 60px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #00509A !important;
    border: 1px solid #00509A;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-block-login {
    display: block;
    width: 100%;
}

.btn-primary-login {
    color: white;
    background-color: #00509A;
    border-color: #00509A;
    box-shadow: none;
	padding-top: 5px;
	font-size: 18px;
}

.jErr {
    height: auto;
    height: 10px;
}

.jErr, .jErr label {
    font-weight: 500 !important;
    color: red !important;
    font-size: 15px !important;
    margin: 0;
}

.top-banner img {
    width: 100%;
    max-height: 340px;
}

/*Register*/
.step2 {
	display: none;
}

.fs12 {
	font-size: 12px !important;
	color: black;
}

.text-underline {
	text-decoration: underline !important;
}

.fs16 {
	font-size: 16px !important;
}

/*step 2*/
a.backSH:hover {
	color: black;
}

.mgr5 {
    margin-right: 5px;
}

.text-dark-yellow {
    color: black;
}

.text-dark-yellow:hover {
    color: #FFB800;
}

.text-upper {
    text-transform: uppercase;
}

.log-subtitle {
    font-size: 18px;
    font-weight: 400;
	margin-top: 10px;
}

.row-r {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
	align-items: stretch;
}

.col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 7.5px!important;
    padding-left: 0px!important;
}

.form-group-box .check-custom {
    margin-bottom: 0.1rem;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check input[type="checkbox"]:checked, .form-check input[type=checkbox]:not(:checked) {
	left: auto;
	opacity: 1;
	pointer-events: auto;
}

.form-group-box .check-custom label {
    font-weight: unset !important;
    padding-top: 1px;
}

.parent-title {
	padding: 3.5rem 0 1.5rem;
}

.parent-title, .child-title, .paragraph {
    color: #FFB800;
}

.paragraph p {
    margin-top: 0;
    margin-bottom: 1rem;
	font-size: 15px;
	color: black;
}

.child-title h6 {
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 0.01rem;
}

.paragraph ul, .paragraph ol {
	font-size: 15px;
	color: black;
}

.paragraph ol.lower-alpha {
    list-style-type: lower-alpha;
}

.paragraph table {
    border-collapse: collapse;
    border: 1px solid black;
    margin-bottom: 16px;
}

.paragraph :where(th, td) {
    padding: 8px;
    text-align: left;
    border: 1px solid black;
    color: black;
	font-size: 15px;
}

/*modal*/
.modal-header {
    border-bottom: none!important;
}

.title-2 {
    color: #1b4145;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 5px 0;
    text-align: center;
	padding-top: 20px;
}

.title-custom-forgotusername {
    max-width: 330px;
}
.m-auto {
    margin-left: auto;
    margin-right: auto;
}
.title-2-sub {
    font-size: 16px;
    color: #4a4a4a;
}
.text-center {
    text-align: center!important;
}
.m-auto {
    margin: auto!important;
}

.mgb30 {
    margin-bottom: 30px;
}

.inputbox {
    max-width: 350px;
    margin: auto;
}

.box-footer-modal {
    text-align: center;
    border: none;
    margin-bottom: 30px;
    padding-top: 0;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.box-footer-modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid transparent;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.mgt15 {
	margin-top: 15px;
}

/*Forgot pass*/
.bg-white-log {
    background-color: #fff;
    width: 100%;
    margin: auto;
    min-height: 1000px;
    max-width: 650px;
}

.forgotPassword .log-box {
    background: #f4f4f4;
}

.forgotPasswordPage .main-footer {
    width: 100%;
    transform: none;
    color: #6e82a5;
	text-align: center;
}

.forgotPassword .log-box-r {
    width: 100%;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgt50 {
    margin-top: 50px;
}

/*contact us*/
div.bg-cs-top {
	background: url(../images/bg4.png) no-repeat center top;
	background-position: center;
    background-size: cover;
    min-height: 300px;
}

/*Part 1*/
.bg-cs {
	background-color: #E7F3FF;
	padding-left: 100px;
	padding-right: 100px;
	min-height: 750px;
	padding-top: 50px;
}

.flex-container-cs {
    display: flex;
	gap: 10;
}

.flex-child-left-cs {
    flex: 20;
	margin-right: 50px;	
} 

.flex-child-right-cs {
    flex: 80;
	
}

.investor_roi_icon_cs {
	width: 15%;
}

div.button_cs {
	font-family: Space Grotesk;
    font-size: 15px; 
    border:none;
    border:solid 1px #00509A;
    border-radius: 70px;
    background: #00509A;
	display: inline-block;
    align-items: center;
	padding: 10px 5px 8px 5px;
	line-height: 15px;
	font-weight: 700;
	margin-left: 10px;
	color: white;	
}

.button_lblcs {
	color: white;	
}
/*Part 2*/
.bg-cs-emailus {
	background-color: white;
	padding-left: 100px;
	padding-right: 100px;
	min-height: 750px;
	padding-top: 50px;
}

.form-group-box-cs label, .form-group-box-cs-flex label {
    color: black !important;
    font-weight: none !important;
	padding-top: 30px;
}

.form-control-cs {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #00509A;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group-box-cs-flex {
	display: flex;	
}

.flex-left-cs {
	flex: 50;
	margin-right: 30px;
}  

.flex-right-cs {
	flex: 50;
}  

.medium {
    height: 192px;
}

.Subbutton .btn-primary {
	color: white;
	border-color: #0084FF;
	background: linear-gradient(#0084FF, #00509A);
	width: 120px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.Subbutton .btn-primary:hover {
	color: #0084FF;
	background: linear-gradient(#fff, #fff);
	border-color: #0084FF;
}

@media (min-width: 768px) and (max-width: 1198px) {
	.log-box-logo h5 {
		font-size: 30px;
		width: 70%;
	}
	
	/*Part 1*/
	.bg-cs {
		padding-left: 50px;
		padding-right: 50px;
		min-height: 650px;
	}
	
	/*Part 2*/
	.bg-cs-emailus {
		padding-left: 50px;
		padding-right: 50px;
	}
	
}

@media (max-width: 767px) {
	.log-box-l {
		display: none;
	}
	
	.log-box-r {
		width: 100%;
	}
	
	.section-dropdown-login {
		width: 20%;
	}
	
	.title-1 {
		font-size: 30px;
	}
	
	.login-bottom {
		padding-bottom: 100px;
	}
	
	.main-footer {
		background-color: #fff;
		color: black;
		margin-bottom: 0px !important;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: none;
		padding: 10px 0px;
		text-align: center;
		z-index: 1;
		width: 100%;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	/*Part 1*/
	.flex-container-cs {
		display: block;
	}
	
	.bg-cs {
		padding-left: 50px;
		padding-right: 50px;
		min-height: 600px;
	}
	
	.flex-child-left-cs {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	
	div.flex-child-left-cs img {
		width: 90%;
	}
	
	.flex-child-right-cs {
		padding-bottom: 30px;
	}
	
	/*Part 2*/
	.bg-cs-emailus {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.form-group-box-cs-flex {
		display: block;
	}
	
	.flex-left-cs {
		margin-right: 0px;
	} 
	
	div#modal-fgtusername.modal.fade.in {
		padding-left: 0px!important;
	}
}