@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:       url(../../img/auth_page/et2sim_bg.png) no-repeat center center fixed;
    background-size:  cover;
	background-color: var(--primary);
}
#header .logo .logo-img,
.logo-image {
    width: 80px;
    height: 40px;
    margin-top: 13px;
}

.esim-features path {
	fill: var(--soft-orange);
}


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

body.custom-bg .container .uri-logo::before {
	content:           '';
	display:           inline-block;
	width:             100px;
	height:            100px;
	background-image:  url('../../img/auth_page/et2sim_logo_light.svg');
	background-size:   contain;
	background-repeat: no-repeat;
	vertical-align:    middle;
	margin-bottom:     39px;
}
#sign-in .forgot-password-url {
	color: var(--primary);
}

#auth-tabs .nav-link.active {
	color: var(--url-color) !important;
}
#sign-in input[type=checkbox]:checked + label.remember-me-label:before {
	background-color: var(--primary);
	border-color:     var(--primary);
}

#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);
}



