@font-face {
	font-family: 'Inter';
	src:         url('/fonts/Inter_18pt-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style:  normal;
}

@font-face {
	font-family: 'Inter';
	src:         url('/fonts/Inter_18pt-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style:  normal;
}

@font-face {
	font-family: 'Inter';
	src:         url('/fonts/Inter_18pt-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style:  normal;
}

@font-face {
	font-family: 'Inter';
	src:         url('/fonts/Inter_18pt-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style:  normal;
}

body.custom-bg {
	background-image: none;
	background-color: #EEFBFC;
}
.logo-image {
	width:         225px;
	height:        25px;
	margin-bottom: 56px;
}
.esim-features path {
	fill: var(--url-color);
}
#auth-tabs .nav-link.active {
	color: var(--url-color) !important;
}
#recovery-password-wrapper .reset-password:hover, #recovery-password-wrapper .recovery-password-button:hover, #sign-up .register-button:hover, #sign-in .login-button:hover {
	background-color: var(--primary-hover);
}

#header .logo .logo-img {
	width: 94px;
	height: 50px;
	margin-top: 0;
}

body.custom-bg {
	background: url(../../img/auth_page/zimplee_bg_login.png) no-repeat center center fixed;
	background-size: cover;
}

body.custom-bg .container .uri-logo .logo-image {
	display: none;
}

body.custom-bg .container .uri-logo::before {
	content: '';
	display: inline-block;
	width: 200px;
	height: 76px;
	background-image: url('../../img/auth_page/zimplee_logo_light.png');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-bottom: 30px;
}