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

body {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	background-color: #F4F6F8;
	color: #0A0226;
	height: 100vh;
	font-family: "Inter", sans-serif;
}

.primary-color {
	background-color: #824DEB;
}

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

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

.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: "Inter", 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: "Inter", 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: "Inter", 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: white;
	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: #0A0226;
	font-weight: 300;
	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: 700;
}

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

.login-2 .form-section p a {
	color: #0A0226;
	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: "";
}

.error-message::before {
	background: transparent !important;
}

.login-2 .form-section .extra-login > span {
	width: auto;
	float: none;
	display: inline-block;
	background: white;
	padding: 1px 20px;
	z-index: 1;
	position: relative;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	color: #0A0226;
	text-transform: capitalize;
}

.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 svg {
	height: 35px;
	width: 35px;
	line-height: 35px;
	float: left;
	border-radius: 20px;
	color: rgba(0, 0, 0, 0.5);
}

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

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

.login-2 .form-section h3 {
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: 400;
	font-family: "Inter", 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;
}

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

.login-2 .form-section .input-text {
	font-size: 14px;
	outline: none;
	background: #f7f7f7;
	color: #000;
	border-radius: 3px;
	border: 1px solid #e8e8e8;
}

.login-2 .form-section .input-text:hover,
.login-2 .form-section .input-text:focus {
	border: 1px solid #0093ff;
}

.login-2 .form-section .form-box svg {
	position: absolute;
	top: 12px;
	left: 20px;
	font-size: 19px;
	/* color: rgba(0, 0, 0, 0.5); */
	color: #0a0226;
}
.login-2 .form-section .form-box i {
	position: absolute;
	/* // top: 10px; */
	left: 20px;
	font-size: 19px;
	/* color: rgba(0, 0, 0, 0.5); */
	color: #0a0226;
	top: 50%;
	transform: translateY(-50%);
}

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

.login-2 .form-section .btn-md {
	cursor: pointer;
	padding: 8px;
	font-size: 15px;
	font-weight: 400;
	font-family: "Inter", 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: #0A0226;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border: none;
	color: #fff;
}

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

.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: #0A0226;
	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: #0A0226;
}

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

.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: #0A0226;
	float: right;
	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 {
	height: 35px;
	width: 35px;
	line-height: 35px;
	float: left;
	border-radius: 20px;
	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 {
	height: 35px;
	width: 35px;
	line-height: 35px;
	float: left;
	border-radius: 20px;
	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;
	background-size: cover;
	top: 0;
	bottom: 0;
	opacity: 1;
}

.login .login-box {
	background: white;
	/* border: 1px solid rgba(255, 255, 255, 0.1);
	max-width: 950px;
	margin: 0 auto;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: relative; */
}

.login .info {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.login .info img {
	max-width: 100%;
	width: 250px;
	margin: 37px auto;
}

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

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

.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: 7px;
	color: #979797;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Inter", sans-serif;
}

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

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

.container_dados_complementares {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.container_dados_complementares > strong {
	color: #fff !important;
}

.custom_gray_select {
	background: white !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: right 0.75rem center !important;
	background-size: 16px 12px !important;
	color: #0a0226 !important;
	border: 1px solid #ecebec !important;
	font-weight: 600 !important;
	padding: 0.625rem !important;
}

.custom_gray_input {
	background: white !important;
	border: 1px solid #ecebec !important;
	color: #0a0226 !important;
	font-weight: 500 !important;
	/* padding: 0.625rem !important; */
}

.custom_gray_input:focus {
	background: white !important;
	color: #0a0226 !important;
}

.custom_gray_input[type="password"]::-ms-reveal,
.custom_gray_input[type="password"]::-ms-clear {
	filter: invert(100%)!important;
}

.neon_loading_wrapper {
  position: absolute !important;
  width: 100%;
  min-width: 100%;
  z-index: 99999 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  top: 0 !important;
  left: 0 !important;
  background: #00000075 !important;
}
.neon_loading_wrapper .loader {
  position: relative;
  width: 44px;
  height: 57px;
}
.neon_loading_wrapper span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(calc(18deg * var(--i)));
}
.neon_loading_wrapper span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px #824DEB, 0 0 20px #824DEB, 0 0 40px #824DEB, 0 0 60px #824DEB, 0 0 80px #824DEB, 0 0 100px #824DEB;
  animation: animate 1s linear infinite;
  animation-delay: calc(0.05s * var(--i));
  transform: scale(0);
}
@keyframes animate {
  0% {
    transform: scale(0.3);
  }
  80%, 100% {
    transform: scale(0);
  }
}

.bg-img {
    position: relative;
    overflow: hidden;
}

.bg-img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-img .info {
    position: relative;
    z-index: 1;
}

.form-group svg path {
	stroke: gray;
}

@media (max-width: 992px) {
	.login-video-box {
		display: none !important;
	}

	.show-screen-less-than-992px {
		display: flex !important;
	}
}

