* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
::-moz-selection { /* Code for Firefox */
	color: black;
	background: var(--white);
}

::selection {
	background: var(--white);
}
@font-face {
	font-family: evo;
	src: url(../Plugin/Font-Family/Evogria.otf);
	/*src: url(../Plugin/Font-Family/Lato-Bold.ttf);*/
}
/*font family */

@font-face {
	font-family: lato;
	src: url(../Plugin/Font-Family/Lato-Bold.ttf);
	src: url(../Plugin/Font-Family/Lato-Light.ttf);
	src: url(../Plugin/Font-Family/Lato-Regular.ttf);
}

body {
	background-image: url(../Images/header-bg.jpg), linear-gradient(#130f28, #1e1437);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
	height: 100vh;
}

.usr_pass {
	border: 2px solid white;
	border-radius: 20px;
	font-weight: 600;
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
	padding: 6px 10px;
}

	.usr_pass:focus {
		background-color: rgba(255, 255, 255, 0);
	}

.usr_login {
	border: 2px solid white;
	border-radius: 20px;
	font-weight: 600;
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
	padding: 6px 10px;
}

	.usr_login:focus {
		background-color: rgba(255, 255, 255, 0);
	}

.checkbox-inline {
margin-inline: 50px;
}

#oz_forget {
color: white;
margin-inline: 12px;
font-weight: bold;
text-decoration: none;
}

#oz_forget:hover {
    opacity: 0.5;
    text-decoration: none;
}

#oz_signup {
color: white;
font-weight: bold;
margin-inline: 5px;
text-decoration: none;
}

#oz_signup:hover {
    opacity: 0.5;
    text-decoration: none;
}

#oz_text {
opacity: 0.5;
}

#site_landing {
position: fixed;
height: 100%;
width: 100%;
z-index: -1;
}

#flexCheckDefault {
border: 2px solid black;
}

.h5-font {
font-size: 19px;
}

.login_bg {
	background: url("../Images/login_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
/*#ForgetPasswordImage, #RegisterImage {
    max-width: 90px;
}*/
#forgot_password_area, #register_area {
	display: none;
}

.lg_form_input {
	min-height: 280px;
}

.inner_login_str {
	z-index: 99;
}

.login_inner {
	padding: 80px 120px;
}

.inner_login_str {
	position: relative;
}

.powerd_by_txt {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}

div.login_logo_heading.powerd_by_txt h5 {
	font-size: 14px;
	opacity: 0.9;
}

.form_input_trans {
	transform: translateX(-100%);
}

.inner_login_style {
	border: 1px solid var(--dark_login);
	border-radius: 30px;
}

.inner_login_str {
	background: var(--header);
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.inner_lg_log {
	text-align: center;
}

.logo_inner_img {
	border-radius: 50%;
	background: #fff;
	width: 300px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.logo_inner_img img {
		width: 215px;
		height: auto;
	}

.login_para {
	display: flex;
	justify-content: center;
}

	.login_para p {
		color: #fff;
		margin-top: 15px;
		font-size: 14px;
		margin-bottom: 30px;
		width: 308px;
		font-family: lato;
	}

.login_form_padd {
	margin: 0px;
	padding: 0px;
	background: #fff;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	position: relative;
}

.login_logo_heading span {
	color: var(--white);
}

.login_input {
	width: 100%;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	padding: 104px 0px 80px;
}

.outer_lg_logo_mob {
	display: none;
}

.lg_koropal_heading h4 {
	position: absolute;
	top: 20px;
	left: 0;
	padding: 13px 16px;
	background: var(--header);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	font-family: lato;
}

.lg_form_input {
	text-align: center;
	display: block;
}

.lg_input_field {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	margin-top: 40px;
}

	.lg_input_field input::placeholder {
		color: #a8a8a8;
	}

	.lg_input_field input {
		background: transparent;
	}

.lg_form_heading h4 {
	font-family: evo;
}

.form-control:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
	border-color: var(--white);
}

.inner_login_btn {
	border: 1px solid white;
	border-radius: 20px;
	padding: 10px;
	font-weight: 600;
	color: black;
	background-color: #fff;
	transition: 0.2s;
	letter-spacing: 1px;
	font-weight: normal;
}

	.inner_login_btn:hover {
		background-color: rgba(255, 255, 255,0.7);
		background-image: none;
		color: black;
	}

button:hover {
	opacity: 0.9;
}

/*Regisert*/
.lg_form_register {
	display: none;
}

.inner_login_btn {
	margin-top: 26px;
}

.lk_txt p {
	padding: 0px 62px;
	text-align: center;
	margin-top: 36px;
}

.forgot_login_btn {
	position: absolute;
	bottom: -32%;
	left: 41%;
}
/*registration page using */
.inner_lg_form_forgot {
	display: none;
}

.user_image {
	text-align: center;
}

.lk_rgt_hd {
	text-align: center;
	margin: 15px 0px;
}

.forgot_pass {
	position: absolute;
	bottom: 30px;
	right: 20px;
}

	.forgot_pass button {
		text-decoration: underline;
	}

.inner_forgot_rgst_btn,
.inner_login_btn_rgst {
	background: transparent;
	border: none;
	color: var(--header);
	font-size: 18px;
}

.inner_forgot_rgst_btn {
	margin-right: 15px;
}

.inner_forgot_btn,
.inner_rgst_btn {
	background: transparent;
	border: none;
	color: var(--header);
	font-weight: 500;
	padding-right: 24px;
	font-size: 14px;
	opacity: 0.9;
}

.login_logo_heading a {
	color: var(--logo_color);
}
/*login register button design*/
.oz_web {
	color: goldenrod;
	font-weight: bold;
	margin-inline: 5px;
	text-decoration: none;
}

.oz_web:hover {
	text-decoration: none;
	color: var(--danger_theme);
}
@media(max-width:1200px) {
	.logo_inner_img {
		width: 260px;
		height: 260px;
	}

		.logo_inner_img img {
			width: 200px;
			height: 200px;
			width: auto;
		}
}

.outer_lg_logo {
	display: flex;
	justify-content: center;
	margin-top: 55px;
}

@media(max-width:992px) {

	.login_inner {
		padding: 65px 42px;
	}

	.inner_forgot_btn::after {
		display: none;
	}
}

@media(max-width:767px) {
	.inner_login_str {
		border-radius: 30px;
	}

	.login_inner {
		height: auto;
	}

	.inner_login_style {
		border: none;
	}

	.lg_koropal_heading {
		text-align: center;
		display: flex;
		justify-content: center;
	}

		.lg_koropal_heading h4 {
			position: initial;
			border-radius: 30px;
			width: 250px;
			font-size: 16px;
		}

	.login_form_padd {
		margin-top: 30px;
	}

	.login_input {
		border: 1px solid #8453e2;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		padding: 0px 0px 8px;
	}

	.lg_form_input {
		margin-top: 40px;
	}

	.lg_form_heading h4 {
		margin-top: 0px;
	}

	.inner_forgot_btn {
		position: relative;
	}

	.forgot_pass {
		position: inherit;
		text-align: center;
		padding-bottom: 20px;
	}

	.inner_forgot_btn::after {
		content: '';
		position: absolute;
		top: 5px;
		left: 93%;
		height: 18px;
	}

	.login_logo_heading {
		display: none;
	}

	.login_logo_heading_outside {
		display: block;
		text-align: center;
		margin-top: 20px;
	}

		.login_logo_heading_outside span {
			color: #2e2969;
		}

		.login_logo_heading_outside a {
			color: var(--header);
		}

	.inner_forgot_btn::after {
		display: none;
	}

	div.login_logo_heading_outside h5 {
		font-size: 14px;
		opacity: 0.9;
	}

	.forgot_pass {
		margin-top: 30px;
	}
}

.lk_txt_forgt {
	display: flex;
	justify-content: center;
	padding: 0px 45px;
	width: 535px;
}

	.lk_txt_forgt p {
		width: 549px;
		font-size: 18px;
	}

@media(max-width:1200px) {
	.lk_txt_forgt p {
		width: auto;
	}

	.login_inner {
		padding: 5%;
	}
}

@media(max-width:992px) {
	.forgot_pass {
		bottom: 16px;
		right: 20px;
	}

	div.container.custom_mobile_width {
		max-width: 95%;
	}

	.logo_inner_img img {
		height: auto;
	}
}

@media(max-width:768px) {

	.inner_forgot_btn, .inner_rgst_btn, .inner_login_btn_rgst, .inner_forgot_rgst_btn {
		padding-right: 0px;
	}
}

.lg_form_register {
	position: absolute;
	top: 21%;
	left: 0%;
}

/*End Login Registeration*/

@media (max-width: 576px) {
	.logo_inner_img img {
		width: 200px;
	}

	.inner_forgot_btn::after {
		display: none;
	}

	.inner_forgot_btn,
	.inner_rgst_btn {
		padding-right: 0px;
	}

	.login_btn {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.lg_log {
		display: none;
	}

	.outer_lg_logo_mob {
		display: block;
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}

	.login_input {
		padding: 0px;
		border: none;
	}

	.inner_login_style {
		border: none;
	}

	.login_btn {
		display: flex;
		justify-content: space-around;
		flex-direction: column;
	}

	.login_bg {
		background: no-repeat;
	}

	div.container.custom_mobile_width {
		max-width: 98%;
	}

	.login_inner {
		padding: 1%;
	}

	.usr_login, .usr_pass {
		width: 100%;
	}
}

.LoginMessage {
	background: #00000078;
	margin: 10px auto 0px;
	color: red;
	padding: 10px;
	border-radius: 50px;
}

.forgot_pass.login_btn {
	display: none;
}

@media (max-width:480px) {
	.login_fr_btn {
		justify-content: center !important; /*because inline css conflict*/
	}
}
/*login page css merge in login1.css*/
/*login page css merge in login1.css*/
:root {
	--body-color: #ecf4ff;
	--login-bg: rgba(255, 255, 255, 0.67);
}

input::-ms-reveal,
input::-ms-clear {
	display: none;
}

input {
	font-size: 0.9rem;
}

.login {
	position: absolute;
	top: 20%;
	left: 20%;
	transform: translate(-20%, -20%);
	width: 60%;
	transform: scale(1.1);
	height: 400px;
	border-radius: 5px;
	background-color: var(--login-bg);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.description {
	position: relative;
	width: 100%;
	height: 120%;
	padding: 20px;
	margin-top: -8%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #003153;
	border-radius: 3px;
	background: var(--oz-wave-color) url(../images/body.jpg);
	background-position: center;
	background-size: cover;
	z-index: 10;
}

	.description img {
		border-radius: 5px;
		z-index: 100;
	}

	.description .des-text {
		margin-top: 22px;
		font-size: 13px;
		line-height: 25px;
		font-weight: 500;
	}

.loginForm {
	position: absolute;
	right: 20%;
	top: 18%;
}

.forgotPassword {
	position: absolute;
	right: 5%;
	top: 9%;
	width: 90%;
	text-align: center;
	z-index: 1;
}

.password-content img {
	margin-bottom: 6px;
}

.password-content h5 {
	margin-bottom: 20px;
}

.password-content p {
	font-size: 14px;
	line-height: 30px;
}

.signUp {
	position: absolute;
	right: 5%;
	top: 8%;
	width: 90%;
	z-index: 1;
}

	.signUp .register-content {
		text-align: center;
		font-size: 15px;
	}

	.signUp .register-content {
		text-align: center;
		font-size: 15px;
	}

.register-content img {
	margin-bottom: 10px;
}

.register-content h5 {
	margin-bottom: 20px;
}

.register-content p {
	font-size: 14px;
	line-height: 30px;
}

.btns {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

	.btns p {
		display: inline;
		padding: 0;
		margin: 0;
		font-size: 11px;
	}

	.btns .f-l a {
		margin-right: 10px;
		font-size: 11px;
		color: rgb(105, 84, 84);
	}

.LoginMessage {
	font-size: 1rem;
	margin-top: 31px;
	font-weight: 600;
	letter-spacing: .3px;
}

.powered {
	font-size: 11px;
}

.powered {
	margin: 0;
	font-size: 11px;
	color: #886868;
	letter-spacing: .3px;
}

	.powered a {
		color: var(--oz-sidebar-active-bg-color);
	}

.loginForm p a,
.signUp p a {
	display: inline;
	color: #333;
	font-size: 13px;
	text-decoration: none;
}

.login form {
	width: 300px;
	padding: 10px 20px 20px 20px;
	display: block;
}

.loginForm h3 {
	font-size: 28px;
	margin: 0;
	margin-bottom: 20px;
}

.loginForm i {
	position: absolute;
	top: 21%;
	right: 5%;
	font-size: 13px;
}

.login form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #3333;
	background-color: transparent;
	padding: 7px 17px;
	margin-bottom: 30px;
	outline: none;
}

.login form button {
	width: 55%;
	border: none;
	color: #333;
	border-radius: 20px;
	padding: 8px 5px;
	font-size: 13px;
	outline: none;
	cursor: pointer;
	margin-top: 10px;
	background-color: #dddcdd77;
	border: 1px solid #333;
	transition: all .3s;
}

	.login form button:hover {
		border: 1px solid transparent;
		color: #fff;
		background-color: #473f3f;
	}

.fade-left {
	transition: all .3s;
	transform: translate(-420px);
	z-index: 1;
	opacity: 0;
}

.fade-in {
	transition: all .3s;
	transform: translate(0);
	opacity: 1;
	z-index: 10;
}

.mob-logo {
	display: none;
}

@media (max-width: 1000px) {
	.login {
		width: 60%;
		top: 10%;
		height: 550px;
		overflow-x: hidden;
	}

	.description {
		display: none;
	}

		.description .des-text {
			margin-top: 10px;
			font-size: 12px;
		}

	.login form {
		width: 100%;
	}

	.loginForm {
		width: 80%;
		position: absolute;
		top: auto;
		right: auto;
		margin-left: 7%;
		margin-right: auto;
	}

	.signUp {
		width: 80%;
		position: absolute;
		top: auto;
		right: auto;
		margin-left: 7%;
		margin-right: auto;
	}

	.forgotPassword {
		width: 80%;
		position: absolute;
		top: auto;
		right: auto;
		margin-left: 7%;
		margin-right: auto;
	}

	.signUp .register-content img {
		display: none;
	}

	.mob-logo {
		width: 150px;
		margin: 30px auto 40px auto;
		display: block;
	}

	.loginLeftContant {
		display: none;
	}


	#forget-pass, #user-register {
		display: none;
	}
}

@media (max-width: 768px) {

	.signUp p,
	.forgotPassword p {
		font-size: 13px;
		line-height: 20px;
	}

	.loginForm, .signUp, .forgotPassword {
		width: 85%;
		margin-left: 3%;
	}

		.loginForm form, .signUp form, .forgotPassword form {
			width: 100%;
			padding: 20px 0;
			margin: 0 !important;
		}

	.btns p a,
	.powered p {
		font-size: 10px;
	}
}

@media (max-width: 500px) {
	.login {
		left: 2px;
		width: 95%;
	}

	.btns p a {
		margin-right: 5px;
	}

	.btns {
		text-align: center;
		flex-flow: column;
	}

		.btns .f-l {
			top: -30px;
			width: 95%;
			position: absolute;
			margin-bottom: 15px;
		}
}

.login_logo {
	max-width: 300px;
}

.LoginError {
	display: none;
}