.login-page .logo span,
.register-page .logo span {
    color: #ff9f43;
}

.login-page a.forgot-pass,
.login-page a.signup,
.register-page a.forgot-pass,
.register-page a.signup {
    font-size: 0.8em;
    color: #ff9f43;
}

.login-page,
.register-page {
    background: #FAFBFE;
	width: 100%;
	min-height: auto;
	padding-bottom: 0;
	margin-left: 0
}

.dark-mode .login-page,
.dark-mode .register-page {
    background: #FAFBFE;
	width: 100%;
	min-height: auto;
	padding-bottom: 0;
	margin-left: 0
}

.login-page .form-outer,
.register-page .form-outer {
	min-height: 100vh;
	max-width: 540px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative
}

.login-page .copyrights,
.register-page .copyrights {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%
}

.login-page .copyrights p,
.register-page .copyrights p {
	font-size: .6em;
	font-weight: 300;
	margin-bottom: 10px
}

.login-page .form-inner,
.register-page .form-inner {
	border: 1px solid #e8ebed;
	border-radius: 5px;
	padding: 40px;
	background: #FFF;
	box-shadow: 0px 4px 60px 0px rgba(190, 190, 190, 0.27);
	margin-bottom: 20px;
	width: 100%
}

.dark-mode .login-page .form-inner,
.dark-mode .register-page .form-inner {
	border-radius: 5px;
	padding: 40px 30px;
	background: #283046;
	box-shadow: 0 0 35px rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	width: 100%
}

.login-page .logo,
.register-page .logo {
	font-size: 2em;
	font-weight: 500
}

.login-page form,
.register-page form {
	margin: 2rem auto 1rem;
}

.login-page a.forgot-pass:focus,
.login-page a.forgot-pass:hover,
.login-page a.signup:focus,
.login-page a.signup:hover,
.register-page a.forgot-pass:focus,
.register-page a.forgot-pass:hover,
.register-page a.signup:focus,
.register-page a.signup:hover {
	color: #66b0ff;
	text-decoration: none
}

.login-page a.forgot-pass,
.register-page a.forgot-pass {
	display: block
}

.login-page a.create-account,
.register-page a.create-account {
	border-radius: 50px;
	font-size: .75em;
	margin-top: 10px;
	color: #999;
	text-transform: uppercase
}

.login-page .terms-conditions,
.register-page .terms-conditions {
	margin-top: 20px
}

.login-page small,
.register-page small {
	font-size: .65em;
	color: #aaa;
	line-height: .9em
}

@media (min-width:768px) {
	.login-page p,
	.register-page p {
		font-size: .9em
	}
	.login-page form label.label-custom,
	.register-page form label.label-custom {
		font-size: .9em
	}
	.login-page form small,
	.register-page form small {
		font-size: .8em
	}
	.login-page .terms-conditions label,
	.register-page .terms-conditions label {
		font-size: .9em
	}
	.login-page a.forgot-pass,
	.login-page a.signup,
	.register-page a.forgot-pass,
	.register-page a.signup {
		font-size: .8em
	}
	.login-page small,
	.register-page small {
		font-size: .8em
	}
	.login-page .copyrights p,
	.register-page .copyrights p {
		font-size: .85em;
		font-weight: 400
	}
}


.form-group-material {
	position: relative;
	margin-bottom: 30px
}

input.input-material {
	width: 100%;
	border: none;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	color: #868e96;
	font-weight: 300
}

.dark-mode input.input-material {
    background: #283046
}

input.input-material~label {
	color: #aaa;
	position: absolute;
	top: 14px;
	left: 0;
	cursor: text;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-weight: 300
}

input.input-material~label.error {
	color: #dc3545;
	font-size: .75em;
	position: absolute;
	top: auto;
	bottom: -30px;
	left: 0
}

input.input-material:focus {
    border-color: #ff9f43;
    outline: none;
}

input.input-material~label.active {
    font-size: 0.8em;
    top: -10px;
    color: #ff9f43;
}

input.form-control-custom:checked+label::before {
    background: #ff9f43 !important;
}

.btn {
    font-weight: 400;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .45rem .75rem;
    font-size: .9rem;
    line-height: 1.5;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}


.btn-primary {
    color: color-yiq(#ff9f43);
    background-color: #ff9f43;
    border-color: #ff9f43;
}

.btn-primary:hover {
    background-color: #ff881a;
    border-color: #ff881a;
}

.btn-success {
	color: color-yiq(#34cea7);
	background-color: #34cea7;
	border-color: #34cea7
}

.btn-success:hover {
	color: color-yiq(#34cea7);
	background-color: #34cea7;
	border-color: #34cea7
}

.btn-success.focus,
.btn-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
	color: color-yiq(#17a2b8);
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: color-yiq(#138496);
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-dark {
	color: color-yiq(#343a40);
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: color-yiq(#23272b);
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}



.login-wrapper {
	width: 100%;
	overflow: hidden;
	height: 100vh;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .login-wrapper.bg-img {
	background-image: url(../img/authentication/login-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  }
  .login-wrapper.bg-img .login-content {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(17px);
  }
  .login-wrapper.bg-img.register-wrap {
	background-image: url(../img/authentication/register-img.jpg);
  }
  .login-wrapper.bg-img.forgot-pass-wrap {
	background-image: url(../img/authentication/forgot-password-img.jpg);
  }
  .login-wrapper.bg-img.reset-pass-wrap {
	background-image: url(../img/authentication/reset-password-img.jpg);
  }
  .login-wrapper.bg-img.email-veri-wrap {
	background-image: url(../img/authentication/email-verification-img.jpg);
  }
  .login-wrapper .login-content {
	width: 50%;
	height: 100vh;
	padding: 24px;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-wrap: wrap;
  }
  @media (max-width: 991.98px) {
	.login-wrapper .login-content {
	  width: 100%;
	}
  }
  .login-wrapper .login-content .login-logo {
	display: block;
	max-width: 150px;
	margin: auto;
  }
  .login-wrapper .login-content .login-logo img {
	margin-bottom: 25px;
  }
  @media (max-width: 991.98px) {
	.login-wrapper .login-content .login-userset {
	  margin-top: 30px;
	}
  }
  .login-wrapper .login-content .login-userset .my-4 {
	margin-top: 50px !important;
  }
  .login-wrapper .login-content .login-userset .my-4 p {
	font-size: 14px;
	color: #092C4C;
	margin-bottom: 0;
	font-weight: 400;
  }
  .login-wrapper .login-content .login-userset form .otp-box {
	margin-bottom: 34px;
  }
  .login-wrapper .login-content .login-userset form .otp-box input {
	width: 74px;
	height: 74px;
	background: #ffffff;
	border: 1px solid #E1E1E1;
	border-radius: 8px;
	text-align: center;
	margin-right: 15px;
	font-weight: 700;
	font-size: 26px;
	color: #000000;
	outline: none;
  }
  @media (max-width: 575px) {
	.login-wrapper .login-content .login-userset form .otp-box input {
	  width: 50px;
	  height: 50px;
	}
  }
  .login-wrapper .login-content .login-userset form .otp-box input::placeholder {
	color: #74788d;
  }
  .login-wrapper .login-content .login-userset form .otp-box input:last-child {
	margin-right: 0px;
  }
  .login-wrapper .login-content .login-userset .Otp-expire {
	border-radius: 8px;
	background: rgba(255, 0, 0, 0.05);
	padding: 10px 12px;
	max-width: 200px;
	margin: auto;
  }
  .login-wrapper .login-content .login-userset .Otp-expire p {
	color: #FF0000;
	font-size: 14px;
	font-weight: 400;
  }
  .login-wrapper .login-content .login-userheading {
	margin: 0 0 24px;
  }
  .login-wrapper .login-content .login-userheading h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #000000;
  }
  .login-wrapper .login-content .login-userheading h4 {
	font-size: 15px;
	font-weight: 400;
	color: #092C4C;
	line-height: 1.4;
  }
  .login-wrapper .login-content .login-userheading .verfy-mail-content {
	max-width: 400px;
	margin-bottom: 40px;
  }
  .login-wrapper .login-content .form-login {
	margin-bottom: 15px;
  }
  .login-wrapper .login-content .form-login label {
	width: 100%;
	color: #092C4C;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 400;
  }
  .login-wrapper .login-content .form-login .form-addons {
	position: relative;
  }
  .login-wrapper .login-content .form-login .form-addons img {
	position: absolute;
	top: 16px;
	right: 20px;
  }
  .login-content .form-group input {
	width: 100%;
	height: 40px;
	border: 1px solid rgba(145, 158, 171, 0.32);
	border-radius: 5px;
	padding: 0 15px;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  .login-content .form-group input:focus {
	border: 1px solid #FF9F43;
  }
  .login-wrapper .login-content .btn-login {
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	background: #FF9F43;
	border-color: #FF9F43;
	padding: 10px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 5px;
	color: #ffffff;
  }
  .login-wrapper .login-content .form-login .btn-login:hover {
	box-shadow: 0 50px #ffffff inset !important;
	color: #FF9F43;
  }
  .login-wrapper .login-content .form-login .alreadyuser {
	margin-bottom: 15px;
  }
  .login-wrapper .login-content .form-login .alreadyuser h4 {
	font-size: 14px;
	font-weight: 400;
	color: #B8BCC9;
  }
  .login-wrapper .login-content .form-login .alreadyuser h4 a {
	color: #FF9F43;
	font-weight: 600;
  }
  .login-wrapper .login-content .form-login .custom-control.custom-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  @media (max-width: 575px) {
	.login-wrapper .login-content .form-login .custom-control.custom-checkbox {
	  justify-content: start;
	}
  }
  .login-wrapper .login-content .form-login .custom-control.custom-checkbox .custom-control-input {
	width: auto;
	height: auto;
  }
  .login-wrapper .login-content .form-login .custom-control.custom-checkbox .custom-control-label {
	margin-bottom: 0;
	margin-left: 8px;
  }
  .login-wrapper .login-content .form-login .forgot-link {
	color: #FF0000;
	font-size: 15px;
	font-weight: 600;
  }
  .login-wrapper .login-content .signinform {
	margin-bottom: 23px;
  }
  .login-wrapper .login-content .signinform h4 {
	font-size: 15px;
	font-weight: 400;
	color: #092C4C;
  }
  @media (max-width: 575px) {
	.login-wrapper .login-content .signinform h4 {
	  font-size: 14px;
	}
  }
  .login-wrapper .login-content .signinform h4 a {
	color: #092C4C;
	font-weight: 700;
	font-size: 14px;
  }
  .login-wrapper .login-content .signinform .hover-a.resend {
	color: #FF0000;
  }
  .login-wrapper .login-content .form-setlogin {
	text-align: center;
	position: relative;
	color: #B8BCC9;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 23px;
  }
  .login-wrapper .login-content .form-setlogin h4 {
	position: relative;
	font-size: 14px;
	color: #5B6670;
	font-weight: 700;
  }
  .login-wrapper .login-content .form-setlogin h4:after {
	content: "";
	background: #B8BCC9;
	width: 21px;
	height: 1px;
	position: absolute;
	top: 10px;
	left: 200px;
  }
  @media (max-width: 991.98px) {
	.login-wrapper .login-content .form-setlogin h4:after {
	  height: 0px;
	}
  }
  .login-wrapper .login-content .form-setlogin h4:before {
	content: "";
	background: #B8BCC9;
	width: 21px;
	height: 1px;
	position: absolute;
	top: 10px;
	right: 200px;
  }
  @media (max-width: 991.98px) {
	.login-wrapper .login-content .form-setlogin h4:before {
	  height: 0px;
	}
  }
  .login-wrapper .login-content .form-setlogin.or-text {
	max-width: 365px;
	margin: auto;
  }
  .login-wrapper .login-content .toggle-password {
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #B8BCC9;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
  }
  .login-wrapper .login-content .toggle-password:hover {
	color: #FF9F43;
  }
  .login-wrapper .login-content .toggle-passwords {
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #B8BCC9;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
  }
  .login-wrapper .login-content .toggle-passwords:hover {
	color: #FF9F43;
  }
  .login-wrapper .login-content .pass-group {
	position: relative;
	font-size: 14px;
  }
  .login-wrapper .login-content .pass-group .fas {
	font-size: 13px;
	color: #939ea8;
  }
  .login-wrapper .login-content .form-sociallink {
	margin-top: 25px;
  }
  .login-wrapper .login-content .form-sociallink ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  .login-wrapper .login-content .form-sociallink ul li {
	text-align: center;
	margin-right: 10px;
  }
  @media (max-width: 575px) {
	.login-wrapper .login-content .form-sociallink ul li {
	  width: 100%;
	  margin-bottom: 20px;
	}
  }
  .login-wrapper .login-content .form-sociallink ul li:last-child {
	padding-right: 0;
  }
  @media (max-width: 575px) {
	.login-wrapper .login-content .form-sociallink ul li:last-child {
	  padding-right: 0;
	}
  }
  .login-wrapper .login-content .form-sociallink ul li a {
	color: #092C4C;
	width: 100%;
	border: 1px solid rgba(145, 158, 171, 0.23);
	background: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 10px;
	margin: 0 10px 0 0;
	padding: 15px 53px;
	font-weight: 500;
  }
  .login-wrapper .login-content .form-sociallink ul li a:hover {
	background: #FF9F43;
	color: #ffffff;
  }
  .login-wrapper .login-content .form-sociallink ul li a img {
	width: 24px;
	height: 24px;
  }
  .login-wrapper .login-content .form-sociallink ul li .facebook-logo {
	border-radius: 10px;
	background: #1877F2;
  }
  .login-wrapper .login-content .form-sociallink ul li .apple-logo {
	border-radius: 10px;
	background: #000000;
  }
  .login-wrapper .login-content.user-login {
	width: 100%;
	padding: 0;
	overflow: hidden;
	flex-wrap: nowrap;
	flex-direction: column;
	height: auto;
	margin: 50px 0;
  }
  .login-wrapper .login-content.user-login .login-userset {
	background: #ffffff;
	box-shadow: 0px 4px 60px 0px rgba(190, 190, 190, 0.27);
	margin: 0;
	padding: 40px;
	border: 1px solid #e8ebed;
  }
  .login-wrapper .login-img {
	width: 50%;
  }
  @media (max-width: 991.98px) {
	.login-wrapper .login-img {
	  display: none;
	}
  }
  .login-wrapper .login-img img {
	width: 100%;
	height: 100vh;
  }
  .login-wrapper .login-userset .login-logo.login-info {
	display: block;
	max-width: 150px;
	margin: auto;
  }
  .login-wrapper .login-logo {
	max-width: 150px;
	margin: auto;
  }
  
  .login-wrapper.login-new {
	overflow: auto;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
  }
  .login-wrapper.login-new .login-content.user-login .login-userset form .otp-box {
	margin-bottom: 34px;
  }
  .login-wrapper.login-new .login-content.user-login .login-userset form .otp-box input {
	width: 74px;
	height: 74px;
	background: #ffffff;
	border: 1px solid #E1E1E1;
	border-radius: 8px;
	text-align: center;
	margin-right: 15px;
	font-weight: 700;
	font-size: 26px;
	color: #000000;
	outline: none;
  }
  @media (max-width: 575px) {
	.login-wrapper.login-new .login-content.user-login .login-userset form .otp-box input {
	  width: 40px;
	  height: 40px;
	}
  }
  
  @media (max-width: 575px) {
	.copyright-text p {
	  text-align: center;
	  max-width: 215px;
	}
  }
  
  .authentication-check .custom-checkbox .checkboxs span {
	top: 0;
  }
  
  .hover-a {
	position: relative;
  }
  .hover-a:after {
	content: "";
	height: 2px;
	width: 100%;
	background: #FF9F43;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	bottom: -3px;
	left: 0;
  }
  .hover-a:hover:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
  }
  .hover-a:hover {
	color: #FF9F43 !important;
  }
  
  .login-body {
	display: table;
	height: 100vh;
	min-height: 100vh;
	margin: auto;
	position: relative;
  }
  .login-body::after {
	content: "";
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
  }
  .login-body .login-wrapper {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: top;
	padding-top: 1.875rem;
  }
  .login-body .login-wrapper .logo-dark {
	max-width: 180px;
	margin: auto;
	margin-bottom: auto;
	display: block;
  }
  .login-body .login-wrapper .loginbox {
	background: var(--White, #ffffff);
	box-shadow: 0px 4px 60px 0px rgba(190, 190, 190, 0.27);
	display: flex;
	margin: 1.875rem auto;
	max-width: 450px;
	width: 100%;
  }
  .login-body .login-wrapper .loginbox .login-right {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 2rem;
	width: auto;
  }
  .login-body .login-wrapper .loginbox .login-right .login-right-wrap {
	max-width: 100%;
	flex: auto;
  }
  .login-body .login-wrapper .loginbox .login-right .login-right-wrap .login-info {
	text-align: center;
	margin-bottom: 24px;
  }
  .login-body .login-wrapper .loginbox .login-right .login-right-wrap .login-info img {
	border-radius: 100px;
	border: 2px solid var(--Stroke, rgba(145, 158, 171, 0.3));
	background: url(<path-to-image>), lightgray 50%/cover no-repeat;
  }
  .login-body .login-wrapper .loginbox .login-right .login-right-wrap .login-info p {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 24px;
  }
  .login-body .login-wrapper .loginbox .login-right .login-right-wrap .login-info h5 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
  }
  .login-body .login-wrapper .loginbox .login-right .login-right-wrap form .btn-primary {
	border-radius: 5px;
	padding: 5px 163px;
	background: #FF9F43;
	font-weight: 700;
	transition: all 0.5s ease;
  }
  .login-body .login-wrapper .loginbox .login-right .login-right-wrap form .btn-primary:hover {
	color: #FF9F43;
	border-color: unset;
  }
  .login-body .login-wrapper .loginbox .login-right .login-right-wrap form .input-blocks {
	margin: 0 0 24px 0;
  }
  .login-body .login-wrapper .loginbox .login-right .login-right-wrap form .input-blocks input[type=password] {
	padding: 10px 10px;
  }
  .login-body .login-wrapper .terms {
	justify-content: center;
  }
  .login-body .login-wrapper .terms li {
	margin-right: 20px;
  }
  .login-body .login-wrapper .terms li:last-child {
	margin-right: 0;
  }
