﻿@font-face {
	font-family: eyinterstate;
	font-style: normal;
	src: url("fonts/EYInterstate-Light.ttf") format("truetype"), url("fonts/EYInterstate-Regular.ttf") format("truetype"), url("fonts/EYInterstate-Regular.woff2") format("woff2");
}

body {
	max-width: 100vw;
	font-size: 16px;
	line-height: normal;
	font-family: eyinterstate,'Open Sans';
	color: #333;
	background-color: #2e2e38;
}

html {
	box-sizing: border-box;
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.ey--identity {
	width: 440px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background-color: #fbfbfb;
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}

.ey--identity__caption {
	font-family: eyinterstate,'Open Sans', sans-serif;
	font-size: 16px;
	line-height: normal;
	margin: 0;
	color: #959595;
}

.ey--identity__header {
	font-family: eyinterstate,'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	margin: 15px 0 6px 0;
}

.ey--identity__helper {
	font-family: eyinterstate,'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
	color: #959595;
}

.ey--form-item {
	margin: 12px 0;
	position: relative;
}

.ey--label {
	color: #333;
	font-size: 14px;
	line-height: normal;
	display: inline-block;
	vertical-align: baseline;
	padding: 8px 15px 3px 0;
	line-height: normal;
}

.ey--text__input {
	font-size: 14px;
	line-height: normal;
	width: 100%;
	height: 36px;
	padding: 0 36px;
	color: #333;
	border: 1px solid #c4c4cd;
	background-color: #c4c4cd;
	outline: none;
}

	.ey--text__input:hover {
		border-color: #a7a7a7;
	}

	.ey--text__input:focus,
	.ey--text__input:active {
		border-color: #333;
	}

.ey--icon {
	position: absolute;
	top: 46px;
	left: 8px;
}

.ey--icon__password {
	position: absolute;
	top: 38px;
	right: 4px;
	cursor: pointer;
	width: 36px;
	height: 36px;
}

	.ey--icon__password .ey--icon__password--hidden {
		display: none;
	}

	.ey--icon__password > * {
		margin-top: 8px;
		margin-left: 8px;
	}

.ey--identity__footer {
	margin-top: 24px;
}

	.ey--identity__footer::after {
		content: '';
		display: block;
		clear: both;
	}

.ey--checkbox-wrapper {
	float: left;
	margin-top: 8px;
}

.ey--btn {
	float: right;
	font-family: eyinterstate, 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: normal;
	height: 36px;
	color: #333;
	background-color: #fed600;
	border: none;
	padding: 7px 18px 8px;
	cursor: pointer;
}

	.ey--btn:hover {
		background-color: #cbab00;
	}

	.ey--btn:active,
	.ey--btn:focus {
		background-color: #b29600;
		outline: none;
	}

.ey--forget_password {
	text-align: center;
	padding-top: 25px;
}

	.ey--forget_password a {
		color: inherit
	}

.login {
    float: right;
}

.validation-summary-errors {
	color: #333;
	padding: 16px;
	position: relative;
	background: rgba(255, 154, 145, 0.25);
	margin: 24px 0px;
}

	.validation-summary-errors ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.validation-summary-errors li {
		font-family: eyinterstate, 'Open Sans', sans-serif;
		font-size: 14px;
		line-height: normal;
	}

.password-auth-validation {
	position: absolute;
}

a {
	text-decoration: none;
}

ul.tabs {
	display: table;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

	ul.tabs > li {
		float: left;
		padding: 0px;
		background-color: lightgray;
	}

		ul.tabs > li:not(:last-child) {
			border-right: 1px solid #000;
		}

		ul.tabs > li:hover {
			background-color: #ffe600;
		}

		ul.tabs > li.active {
			background-color: #ffe600;
		}

		ul.tabs > li > a {
			color: #000;
			padding: 10px;
			line-height: 30px;
		}

.alert {
	padding: 16px;
	position: relative;
	color: #333;
	margin-top: 24px;
}

.alert-danger {
	background: rgba(255, 154, 145, 0.25);
}

.alert-success {
	background: rgba(154, 255, 145, 0.25);
}

.nav-item-user {
    color: red;
}