@font-face {
	font-family: "PPPangramSans-Regular";
	src: url("/api-auth-server/static/fonts/PPPangramSans-Regular-90a88b455428958f0b74a054fc956085.otf") format("opentype");
}

@font-face {
	font-family: "PPPangramSans-Bold";
	font-weight: bold;
	src: url("/api-auth-server/static/fonts/PPPangramSans-Bold-889ee93f3866524355db720457984673.otf") format("opentype");
}

@font-face {
	font-family: "PPPangramSans-Medium";
	font-weight: 500;
	src: url("/api-auth-server/static/fonts/PPPangramSans-Medium-b6d264e68d232ccd6b69277cc67741e2.otf") format("opentype");
}

@font-face {
	font-family: "PPPangramSans-Light";
	font-weight: 300;
	src: url("/api-auth-server/static/fonts/PPPangramSans-Light-be4b5a50467b1a34140f8346ed032822.otf") format("opentype");
}

@font-face {
	font-family: "Nunito-Regular";
	src: url("/api-auth-server/static/fonts/Nunito-Regular-ee871891d96eae03cd9092a5f6ef7dcb.ttf") format("truetype");
}

@font-face {
	font-family: "Nunito-Bold";
	font-weight: bold;
	src: url("/api-auth-server/static/fonts/Nunito-Bold-ce2557158c6267735ef6c4012401bf59.ttf") format("truetype");
}

@font-face {
	font-family: "Nunito-Medium";
	font-weight: 500;
	src: url("/api-auth-server/static/fonts/Nunito-Medium-ddb1437a881ef46b277159f303de7797.ttf") format("truetype");
}

@font-face {
	font-family: "Nunito-Light";
	font-weight: 300;
	src: url("/api-auth-server/static/fonts/Nunito-Light-7d73d0a6ad42db8f165ead1eed83301e.ttf") format("truetype");
}

body {
	text-align: left;
	background: linear-gradient(179.88deg,hsla(0,0%,100%,.2) 6.25%,hsla(0,0%,100%,.09) 99.89%),#000;
	font-family: "PPPangramSans-Regular",sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.text-default {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

@media ( min-width : 768px) {
	.text-default, body {
		font-size: 16px;
		line-height: 1.56;
	}
}

/*h3 {*/
/*	font-family: Montserrat, sans-serif;*/
/*	font-weight: bold;*/
/*	font-size: 24px;*/
/*	line-height: 140%;*/
/*	color: rgb(63, 84, 99);*/
/*}*/

/*p {*/
/*	font-size: 16px;*/
/*	line-height: 24px;*/
/*	color: rgb(63, 84, 99);*/
/*}*/

p.core-text {
	font-size: 13px;
	line-height: 20px;
	color: rgb(63, 84, 99);
}

p.core-text a {
	transition: color 0.4s ease 0s;
	color: rgb(45, 149, 161);
	text-decoration: none;
	cursor: pointer;
}

p.core-text a:hover, p.core-text a:active, p.core-text a:focus {
	color: #ec008c;
}

.logo {
	display: inline-block;
	position: relative;
	width: 150px;
	background-image: url(/api-auth-server/static/img/logo_nfon-31e1c751deb11abd630fe3e24df8682e.svg);
	background-repeat: no-repeat
}

@media(min-width: 992px) {
	.logo {
		width: 150px;
		height: 45.11px;
	}
}

@media(max-width: 991px) {
	.logo {
		width: 150px;
		height: 45.11px;
	}
}

nav.navbar {
	padding-top: 1.875rem;
	padding-bottom: 0;
	background-color: #000;
	color: #000;
	min-height: 90px;
	height: 90px;
}

nav.navbar .navbar-brand {
	padding: 0;
}

main {
	z-index: 1;
}

main>.container {
	padding: 200px 15px 0;
}

.input-wrapper {
	font-size: 1rem;
	line-height: 1.5;
	border-color: rgba(63, 84, 99, 0.05);
	border-radius: 18px;
	background-color: rgba(63, 84, 99, 0.05);
	align-items: flex-end;
	border: 1px solid transparent;
	display: flex;
	padding: .375rem .6875rem .375rem .625rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
input.form-control {
	-webkit-font-smoothing: antialiased;
	background-clip: padding-box;
	border: none !important;
	box-sizing: border-box;
	color: var(--rex-text-field-theme-text,#333);
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	outline: none;
	padding: 0 1rem 0 0;
	transition: color .15s ease-in-out;
	width: 100%;
	background-color: transparent !important;
	box-shadow: none !important;
}
.input-wrapper.has-error {
	background-color: rgb(255, 240, 240);
}

.error {
	display: flex;
	color: #fff;
	background: red;
	margin-top: 32px;
	margin-bottom: 32px;
	padding: 12px 16px;
	grid-gap: 16px;
	gap: 16px;
}

.error > .error-text {
	margin: 0;
	font-family: "PPPangramSans-Medium",sans-serif;
	font-size: 1rem;
}

.error-message {
	font-size: 13px;
	line-height: 16px;
	color: rgb(255, 71, 71);
	margin-left: 12px;
	margin-top: 4px;
}

.error-message i.fas, .error-message .svg-inline--fa {
	margin-right: 5px;
}

label.form-label {
	line-height: 20px;
	margin-bottom: 2px;
	margin-left: 6px;
	font-size: 12px;
	color: rgb(63, 84, 99);
	text-transform: uppercase;
}
.form-group {
	margin-bottom: 22px;
}

.btn.btn-primary {
	background-color: #00FF91;
	color: #000;
	font-family: "PPPangramSans-Bold",sans-serif;
	border-radius: 0;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
	background-color: #52ffb4;
	border-color: #52ffb4;
}

a.btn.btn-primary {
	display: initial;
}




.loginForm {
	display: flex;
	margin-top: 15%;
}
.loginForm > .img {
	background: #3200cb url(/api-auth-server/static/img/login-image-nfon-eb0b9286929f8608be9aa11368b70ce4.png)top / auto no-repeat;
	width: 348px;
}
.authForm {
	width: 564px;
	max-width: 564px;
	background: #303030;
	color: #fff;
	border: 1px solid #666;
	padding: 2.625rem 2rem;
}

.authForm-loginTitle {
	color: #fff;
	font-family: "PPPangramSans-Regular",sans-serif;
	margin-top: -1rem;
	margin-bottom: 0;
	font-size: 2.25rem;
	font-weight: normal;
}

.authForm-loginSubTitle {
	color: #fff;
	font-size: 1rem;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	font-family: 'PPPangramSans-Bold';
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.authForm-resetPasswordSubTitle{
	margin-top: 15px;
}

.inputWithLabel {
	margin-bottom: 1.5rem;
	position: relative;
	padding: 0;
	box-sizing: border-box;
}

.inputWithLabel .required:after {
	content: " *";
}

.authForm-label {
	font-family: "PPPangramSans-Light",sans-serif;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 4px;
	display: block;
	font-weight: 300;
}

.authForm-input {
	border: 1px solid #666;
	background-color: #4a4a4a;
	color: #fff;
	font-size: 1rem;
	display: block;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.4;
	padding: 0.25rem 0.75rem;
	font-weight: inherit;
	font-family: "PPPangramSans-Regular",sans-serif;
}
button:disabled,
button[disabled]{
	background-blend-mode: exclusion, normal;
	background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4))!important;

}

.cpxButton {
	color: #00ff91;
	font-size: .875rem;
	font-family: "PPPangramSans-Bold",sans-serif;
	text-decoration: none;
}
.cpxButton:hover {
	color: #00ff91;
	text-decoration: underline;
}
.cpxButton.linkStyle:after {
	content: "›";
	padding-left: 0.75rem;
	font-size: 1.125rem;
	display: inline-block;
	text-decoration: none;
}
.hide_btn{
	position: relative;
}
.hide_btn .eye {
	position: absolute;
	top: 0;
	right: 10px;
	width: 32px;
	height: 32px;
}
.chk_box {
	position: relative;
}
.chk_box input {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0.1875rem;
	-moz-appearance: initial;
	width: 1.5rem;
	height: 1.5rem;
}
.chk_box input:before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	width: 13px;
	height: 6px;
	z-index: 10;
	top: 7px;
	left: 6px;
	transform: rotate(-45deg);
	opacity: 0;
	cursor: pointer;
}
.chk_box input:after {
	display: block;
	position: absolute;
	content: "";
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background: #303030;
	border: 1px solid #666;
	cursor: pointer;
	text-align: center;
	line-height: 1;
	transition: all .2s ease-in-out;
}
.chk_box input:checked:before {
	opacity: 1;
}
.chk_box input:checked:after {
	opacity: 1;
	background: #00ff91;
}
.chk_wrap label {
	padding-left: 35px;
	line-height: 2;
}
.btm {
	margin-top: 20px;
}
.btm .btn.btn-primary,
.btm2 .btn.btn-primary{
	text-transform: none;
}
.btm2 {
	margin-top: 50px;
}
.t_right{
	text-align: right;
}
/* input box color */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #4a4a4a inset;
	-webkit-text-fill-color: #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

.inputWithLabel .passwordInput_hideButton{
	appearance: none;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	font-size: inherit;
	font-weight: inherit;
	position: absolute;
	bottom: 0;
	height: 2.075rem;
	width: 3rem;
	cursor: pointer;
	color: #00ff91;
}
.eye_loc{
	top: 27.5px !important;
	right: 10px !important;
}
.eye_loc_pass{
	top: 27.5px !important;
	right: 10px !important;
}
.passwordInput_hideButton .svgPasswordOn{
	filter: invert(83%) sepia(13%) saturate(7391%) hue-rotate(94deg) brightness(101%) contrast(101%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E%3Cg fill='currentColor'%3E%3Cg fill='currentColor'%3E%3Cg%3E%3Cg%3E%3Cpath d='M10 .333c5.833 0 8.802 5.73 8.964 5.97.27.425.27.969 0 1.394-.162.24-3.13 5.97-8.964 5.97-5.833 0-8.802-5.73-8.958-5.97-.271-.425-.271-.969 0-1.394.156-.24 3.125-5.97 8.958-5.97zm0 2.5C7.699 2.833 5.833 4.7 5.833 7c0 2.301 1.866 4.167 4.167 4.167 2.301 0 4.167-1.866 4.167-4.167 0-2.301-1.866-4.167-4.167-4.167zM10 4.5c1.38 0 2.5 1.12 2.5 2.5S11.38 9.5 10 9.5 7.5 8.38 7.5 7 8.62 4.5 10 4.5z' transform='translate(-648 -649) translate(648.5 649) translate(2 5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.passwordInput_hideButton .svgPasswordOff{
	filter: invert(83%) sepia(13%) saturate(7391%) hue-rotate(94deg) brightness(101%) contrast(101%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24'%3E%3Cg fill='currentColor'%3E%3Cg fill='currentColor'%3E%3Cg%3E%3Cpath d='M18.91 3.91c.326-.325.854-.325 1.18 0 .325.326.325.854 0 1.18l-15 15c-.326.325-.854.325-1.18 0-.325-.326-.325-.854 0-1.18l2.36-2.359c-2.06-1.656-3.132-3.71-3.228-3.854-.271-.425-.271-.969 0-1.394.156-.24 3.125-5.97 8.958-5.97 1.52.001 3.013.4 4.33 1.159zm.07 4.69c.764.82 1.43 1.727 1.984 2.703.27.425.27.969 0 1.394-.162.24-3.13 5.97-8.964 5.97-.906.001-1.807-.142-2.669-.423l2.114-2.115c.184.025.37.037.555.038 2.301 0 4.167-1.866 4.167-4.167 0-.186-.013-.371-.038-.555zM12 7.833c-1.533 0-2.943.843-3.67 2.193-.726 1.351-.651 2.991.194 4.27l1.22-1.219C9.584 12.741 9.5 12.373 9.5 12c0-1.38 1.12-2.5 2.5-2.5.373 0 .741.083 1.077.245l1.215-1.221c-.68-.45-1.477-.69-2.292-.69z' transform='translate(-608 -649) translate(608.5 649)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.navbar .container .title {
	margin: auto 100px auto auto;
}

.navbar .container .title {
	color: #fff;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1;
	font-family: "PPPangramSans-Medium",sans-serif;
}

.languageSwitcher{
	position: relative;
	margin-left: auto;
}

.languageSwitcher>button {
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	border: none;
	font-size: inherit;
	color: inherit;
	display: flex;
	align-items: center;
	height: 2.25rem;
	background: transparent;
	cursor: pointer;
	font-weight: 500;
	color:#fff;
}

.languageSwitcher>button:focus {
	color: #00ff91;
}

.languageSwitcher .language-switcher-le--nfon p {
	font-family: "PPPangramSans-Medium",sans-serif;
	margin-top: .5rem;
}

.languageSwitcher>button svg {
	margin-bottom: auto;
}

.languageSwitcher ul {
	position: absolute;
	z-index: 100;
	top: 2.5rem;
	right: 0;
	box-shadow: 0 2px 8px 0 hsla(0,0%,2%,.5);
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #303030;
}

.languageSwitcher ul:before {
	content: "";
	position: absolute;
	z-index: -1;
	height: .5rem;
	width: .5rem;
	background: inherit;
	transform: rotate(45deg);
	top: -.25rem;
	right: 1rem;
}

li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.languageSwitcher ul button {
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	font-size: 1rem;
	color: #FFFFFF;
	font-weight: inherit;
	cursor: pointer;
	height: 3rem;
	width: 3.75rem;
	font-family: 'Nunito-Regular';
}

.languageSwitcher ul button:hover{
	background: rgba(150, 150, 150, 0.15);
}


.password_change_eye{
	bottom: 139px !important;
	right: 5px !important;
}

.passwordStrength-background {
	background: #000;
}
.passwordStrength {
	font-family: 'PPPangramSans-Regular', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	padding: 0.75rem;
	margin-bottom: 1rem;
}
.passwordStrength .criteriaWrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.25rem;
}
.passwordStrength .criteriaWrapper>div:first-child {
	margin-right: 1em;
}

.passwordStrength {
	font-size: .875rem;
	line-height: 1.125rem;
	padding: 0.75rem;
	margin-bottom: 1rem;
}
.passwordStrength .progressWrapper .progressBar {
	height: 0.1875rem;
}
.securityProgressBar-le--nfon {
	background: #969696;
}


.passwordStrength .progressWrapper .progressBar {
	height: 0.1875rem;
}
.securityProgressBar-le--nfon {
	background: #969696;
}
.securityProgressBar {
	position: relative;
	height: 1.1rem;
}

.progressBar {
	position: relative;
	height: 1.1rem;
}



.securityProgressBar .securityProgressBarInner {
	position: absolute;
	height: 100%;
}

footer .container {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: .875rem;
	color: #969696;
	font-family: 'PPPangramSans-Regular', sans-serif;
}

footer .footer-legal-notes a{
	color: #969696;
	text-decoration: none;

}

footer .footer-legal-notes a:hover {
	text-decoration: underline;
}

