*,
*:before,
*:after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-family: "Poppins", sans-serif;
	color: #535353;
	background: linear-gradient(140.29deg, #0d0c26 0%, #141239 100%);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.terms-conditions {
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	gap: 16px;
	right: 0;
	width: 100%;
}

.terms-conditions a {
	padding: 10px 0;
	font-size: 9px;
	color: #979797;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Roboto";
}

.terms-conditions a:hover {
	text-decoration: underline;
}

@media (min-width: 992px) {
	.terms-conditions {
		width: 58%;
	}
}

.primary-color {
	background-color: #0062cc;
}

.login-2 .form-section .page-links a.active:after {
	background-color: #53e383;
}

.login-2 .form-section .page-links a:hover:after,
.form-content .page-links a:focus:after {
	background-color: #53e383;
}

.form-section section {
	display: none;
	min-height: 345px;
}

.form-section section.active {
	display: block;
}

.img-fluid {
	max-width: 100% !important;
	height: auto;
}

.form-control:focus {
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Open Sans", sans-serif;
}

/** Login 1 start **/

.login-1 {
	background: rgba(0, 0, 0, 0.04) url(../img/bg-image.jpg) top left repeat;
	background-size: cover;
	top: 0;
	width: 100%;
	bottom: 0;
	opacity: 1;
	min-height: 100vh;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}

.login-1 .login-inner-form {
	max-width: 380px;
	margin: 0 auto;
	color: #717171;
	text-align: center;
}

.login-1 .login-inner-form .details {
	padding: 25px 30px 30px;
	background: #fff;
	border-radius: 5px 5px 0 0;
}

.login-1 .login-inner-form img {
	margin-bottom: 15px;
	height: 30px;
}

.login-1 .login-inner-form h3 {
	margin: 0 0 25px;
	font-size: 18px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	color: #717171;
}

.login-1 .login-inner-form .form-group {
	margin-bottom: 25px;
}

.login-1 .login-inner-form .input-text {
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	border: 1px solid #e8e7e7;
	outline: none;
	color: #717171;
	border-radius: 3px;
	height: 45px;
}

.login-1 .login-inner-form .btn-md {
	cursor: pointer;
	padding: 12px 30px 11px 30px;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	border-radius: 3px;
}

.login-1 .login-inner-form .social-list {
	margin-bottom: 0;
	padding: 0;
}

.login-1 .login-inner-form .checkbox a {
	font-size: 14px;
	color: #717171;
	float: right;
}

.login-1 .login-inner-form .terms {
	margin-left: 3px;
}

.login-1 .login-inner-form .checkbox {
	margin-bottom: 25px;
	font-size: 14px;
}

.login-1 .login-inner-form .form-check {
	float: left;
	margin-bottom: 0;
}

.login-1 .login-inner-form .form-check a {
	color: #717171;
	float: right;
}

.login-1 .login-inner-form .form-check-input {
	position: absolute;
	margin-left: 0;
}

.login-1 .login-inner-form .form-check label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	margin-left: -25px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
}

.login-1 .login-inner-form .form-check-label {
	padding-left: 25px;
	margin-bottom: 0;
	font-size: 14px;
}

.login-1
	.login-inner-form
	.checkbox-theme
	input[type="checkbox"]:checked
	+ label::before {
	background-color: #f0151f;
	border-color: #f0151f;
}

.login-1 .login-inner-form input[type="checkbox"]:checked + label:before {
	font-weight: 300;
	color: #f3f3f3;
	line-height: 15px;
	font-size: 14px;
	content: "\2713";
}

.login-1 .login-inner-form input[type="checkbox"],
input[type="radio"] {
	margin-top: 4px;
}

.login-1 .login-inner-form .social-list li {
	display: inline-block;
	font-size: 16px;
	margin-top: 30px;
}

.login-1 .login-inner-form .social-list li a {
	margin: 2px;
	font-size: 14px;
	width: 35px;
	height: 35px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
}

.login-1 .login-inner-form .footer {
	font-size: 14px;
	padding: 15px 20px;
	background-color: #f5f5f5;
	border-radius: 0 0 5px 5px;
	border-top: solid 1px #f5f5f5;
}

.login-1 .login-inner-form .footer span a {
	color: #717171;
}

.login-1 .login-inner-form button:focus {
	outline: none;
	outline: 0 auto -webkit-focus-ring-color;
}

.login-1 .login-inner-form .btn-theme:not([disabled]):not(.disabled).active,
.btn-theme:not([disabled]):not(.disabled):active,
.show > .btn-theme.dropdown-toggle {
	box-shadow: none;
}

.login-1 .login-inner-form .btn-theme.focus,
.btn-theme:focus {
	box-shadow: none;
}

.login-1 .login-inner-form .btn-theme {
	background: #f0151f;
	border: none;
	color: #fff;
}

.login-1 .login-inner-form .btn-theme:hover {
	background: #dc141d;
}

/** Social media **/

.login-1 .facebook-bg {
	background: #4867aa;
	color: #fff;
}

.login-1 .facebook-bg:hover {
	background: #3b589e;
	color: #fff;
}

.login-1 .twitter-bg {
	background: #33ccff;
	color: #fff;
}

.login-1 .twitter-bg:hover {
	background: #56d7fe;
	color: #fff;
}

.login-1 .google-bg {
	background: #db4437;
	color: #fff;
}

.login-1 .google-bg:hover {
	background: #dc4e41;
	color: #fff;
}

.login-1 .linkedin-bg {
	background: #0177b5;
	color: #fff;
}

.login-1 .linkedin-bg:hover {
	background: #1c82ca;
	color: #fff;
}

/** MEDIA **/

@media (max-width: 992px) {
	.login-1 {
		padding: 30px 0;
	}
}

/** Login 1 end **/

/** Login 2 start **/

.login-2 {
	top: 0;
	width: 100%;
	bottom: 0;
	opacity: 1;
	min-height: 100vh;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

.login-2 .form-section {
	max-width: 440px;
	margin: 0 auto;
	padding: 30px;
	background: transparent;
	border-radius: 5px;
}

.login-2 .form-section .page-links {
	margin-bottom: 34px;
	text-align: left;
}

.login-2 .form-section .page-links a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: white;
	font-weight: 500;
	font-size: 15px;
	margin-right: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login-2 .form-section .page-links a:last-child {
	margin-right: 0;
}

.login-2 .form-section .page-links a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -10px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login-2 .form-section .page-links a.active {
	font-weight: 500;
}

.login-2 .form-section p {
	color: white;
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
}

.login-2 .form-section p a {
	color: white;
	font-weight: 500;
}

.login-2 .form-section .extra-login {
	float: left;
	width: 100%;
	margin: 25px 0 25px;
	text-align: center;
	position: relative;
}

.login-2 .form-section .extra-login::before {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 1px;
	background: #d8dcdc;
	content: "";
}

.login-2 .form-section .extra-login > span {
	width: auto;
	float: none;
	display: inline-block;
	background: #01001b;
	padding: 1px 20px;
	z-index: 1;
	font-size: 0.8rem;
	color: white;
	font-weight: 500;
	position: relative;
	font-family: "Poppins", sans-serif;
}

.login-2 .form-section ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.login-2 .form-section .social-list li {
	display: inline-block;
	margin-bottom: 5px;
}

.login-2 .logo-2 img {
	margin-bottom: 20px;
	height: 30px;
}

.login-2 .form-section .social-list li a {
	font-size: 12px;
	font-weight: 600;
	width: 120px;
	margin: 2px 0 3px 0;
	height: 35px;
	line-height: 35px;
	border-radius: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.login-2 .form-section .social-list li a i {
	height: 35px;
	width: 35px;
	line-height: 35px;
	float: left;
	border-radius: 20px;
}

.login-2 .form-section .social-list li a span {
	margin-right: 7px;
}

.login-2 .form-section .thembo {
	margin-left: 4px;
	font-weight: bold;
	color: #00a875;
}
.login-2 .form-section .thembo a {
	color: #00a875;
}

.login-2 .form-section h3 {
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	color: #505050;
	text-align: center;
}

.login-2 .form-section .form-group {
	margin-bottom: 25px;
}

.login-2 .form-section .form-box {
	float: left;
	width: 100%;
	position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: 1px solid white;
	-webkit-box-shadow: 0 0 0px 1000px #01001b inset;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: white;
}

.login-2 .form-section .form-box input {
	float: left;
	width: 100%;
	padding: 11px 20px 11px 50px;
	border-radius: 4px;
	transition: all 0.3s;
}

.login-2 .form-section .form-box input::placeholder {
	color: rgb(152, 157, 190);
}

.login-2 .form-section .input-text {
	font-size: 14px;
	outline: none;
	background: transparent;
	color: white;
	border-radius: 3px;
	border: 1px solid rgb(113, 117, 144);
}

.login-2 .form-section .input-text:hover,
.login-2 .form-section .input-text:focus {
	border: 1px solid rgb(152, 157, 190);
}

.login-2 .form-section .form-box i {
	position: absolute;
	top: 8px;
	left: 20px;
	font-size: 19px;
	color: #788db4;
}

.login-2 .form-section .checkbox .terms {
	margin-left: 3px;
}

.login-2 .form-section .btn-md {
	cursor: pointer;
	padding: 10px 25px;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	border-radius: 4px;
}

.login-2 .form-section input[type="checkbox"],
input[type="radio"] {
	margin-right: 3px;
}

.login-2 .form-section button:focus {
	outline: none;
	outline: 0 auto -webkit-focus-ring-color;
}

.login-2 .form-section .btn-theme.focus,
.btn-theme:focus {
	box-shadow: none;
}

.login-2 .form-section .btn-theme {
	background: #53e383;
	border: none;
	color: #01001b;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	transition: all 0.3s;
}

.login-2 .form-section .btn-theme:hover {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	background-color: #7de49f;
}

.login-2 .none-2 {
	display: none;
}

.login-2 .logo {
	top: 40px;
	position: absolute;
	left: 65px;
}

.login-2 .form-section .terms {
	margin-left: 3px;
}

.login-2 .form-section .checkbox {
	margin-bottom: 20px;
	font-size: 14px;
}

.login-2 .form-section .form-check {
	float: left;
	margin-bottom: 0;
}

.login-2 .form-section .form-check a {
	color: #616161;
	float: right;
}

.login-2 .form-section .form-check-input {
	position: absolute;
	margin-left: 0;
}

.login-2 .form-section .form-check label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 2px;
	margin-left: -25px;
	border: 1px solid #c5c3c3;
	border-radius: 3px;
	background-color: #fff;
}

.login-2 .form-section .form-check-label {
	padding-left: 25px;
	margin-bottom: 0;
	font-size: 14px;
	color: #616161;
}

.login-2
	.form-section
	.checkbox-theme
	input[type="checkbox"]:checked
	+ label::before {
	background-color: #00a875;
	border-color: #00a875;
}

.login-2 .form-section input[type="checkbox"]:checked + label:before {
	font-weight: 300;
	color: #f3f3f3;
	line-height: 15px;
	font-size: 14px;
	content: "\2713";
}

.login-2 .form-section input[type="checkbox"],
input[type="radio"] {
	margin-top: 4px;
}

.login-2 .form-section a.forgot-password {
	font-size: 14px;
	color: rgb(113, 117, 144);
	font-weight: 500;
	float: right;
	font-family: "Poppins", sans-serif;
	line-height: 45px;
}

/** Social media **/

.login-2 .facebook-bg {
	background: #4867aa;
	color: #fff;
}

.login-2 .facebook-bg:hover {
	background-color: #346ce4;
}

.login-2 .facebook-i {
	background: #3b589e;
}

.login-2 .facebook-bg:hover .facebook-i {
	background-color: #437aff;
}

.login-2 .twitter-bg {
	background: #33ccff;
	color: #fff;
}

.login-2 .twitter-bg:hover {
	background: #54d4ff;
}

.login-2 .twitter-i {
	background: #0cace0;
}

.login-2 .twitter-bg:hover .twitter-i {
	background: #0cc3ff;
}

.login-2 .google-bg {
	background: #db4437;
	color: #fff;
}

.login-2 .google-bg:hover {
	background: #f13525;
}

.login-2 .google-i {
	background: #c3291c;
}

.login-2 .google-bg:hover .google-i {
	background: #e02a1a;
}

@media (max-width: 500px) {
	.login-2 .form-section .social-list li a i {
		display: none;
	}
	.login-2 .form-section .social-list li a {
		width: 100px;
	}
}

/** Login 2 end **/

.login .bg-img {
	padding: 0;
	border-radius: 10px 0 0 10px;
	background-size: cover;
	top: 0;
	bottom: 0;
	opacity: 1;
}

.login .login-box {
	background: #01001b;
	max-width: 950px;
	margin: 0 auto;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.login .info {
	height: 100%;
	min-height: 500px;
	border-radius: 10px 0px 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: linear-gradient(to right, #de45f7 0%, #7b40e1 100%) !important;
}

.login .info::before {
	content: "" !important;
	background-image: url("https://files.365artes.com.br/wp-content/themes/nord-child/img/noise-pattern.gif") !important;
	background-repeat: repeat !important;
	position: absolute !important;
	top: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
	opacity: 0.1 !important;
}

.login .info img {
	max-width: 100%;
	width: 200px;
	margin: 37px auto;
	top: 25%;
	position: absolute;
	z-index: 999;
}

.login .info a {
	padding: 10px 0;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "Roboto";
}

.login .info a:hover {
	text-decoration: underline;
}

@media (min-width: 992px) {
	.login-2 .box-right {
		height: 464px;
	}
}
