@font-face {
  font-family: Nyoh-regular;
  src: url('/editor/library/fonts/Nyoh/noyh-semilight-webfont.eot');
  src: url('/editor/library/fonts/Nyoh/noyh-semilight-webfont.svg');
  src: url('/editor/library/fonts/Nyoh/noyh-semilight-webfont.ttf');
  src: url('/editor/library/fonts/Nyoh/noyh-semilight-webfont.woff');
  src: url('/editor/library/fonts/Nyoh/noyh-semilight-webfont.woff2');
}

html, body {
	height: 100%;
	overflow: hidden;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 24px;
}

a {
	color: #44c4e7;
	font-weight: 700;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a:hover, a:focus {
	color: #19a0c5;
}

small {
	display: block;
	margin: 0 0 5px 0;
	text-align: center;
}

.background-container {
	position: relative;
	display: block;
	margin: 0 0 0 -20px;
	width: 105%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	background-color: #f1f1f3;
}

.background-container > img {
    .display: none !important;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-filter: blur(7.5px);
	-moz-filter: blur(7.5px);
	-o-filter: blur(7.5px);
	-ms-filter: blur(7.5px);
	filter: blur(7.5px);
	opacity: 0;
	z-index: 2;
}

.background-container > img.active {
	opacity: 1;
}
#loginbox {
    display: block;
    padding-bottom: 25px;
}
.login-header > p {
    padding-top: 10px;
}
#login-area {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -200px 0 0 -175px;
	padding: 25px;
	width: 350px;
	.height: 520px;
	background-color: #fefefe;
	z-index: 3;
	-webkit-box-shadow: -3px 3px 8px 0 rgba(0,0,0,.3);
	box-shadow: -3px 3px 8px 0 rgba(0,0,0,.3);
}

.logo {
    display: block;
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
}
.logo-div {
    display: flex;
    flex-direction: column;
    width: 100%;  /* adjustment */
    max-height: 200px;  /* adjustment */
}
.logo-div > div {
    display: block;
    margin: 15px auto 10px;
}
.logo-div > div > img {
    display: block;
    width: 75%;
    text-align: center;
    margin: auto;
}
.logo-div > div > h3 {
    font-family: 'Nyoh-regular';
    display: block;
    text-align: center;
    margin: 10px 0 5px;
    font-size: 25px;
    letter-spacing: 1px;
    vertical-align: bottom;
    color: #2E2E40;
}
.logo-div > span {
    margin: auto;
    text-align: center;
    font-weight: 100;
    color: #333;
}
.logo-div > span > span {
    font-weight: 400;
}

.logo > span {
	display: inline-block;
	font-size: 60px;
	color: #44c4e7;
	_-moz-transform: rotate(180deg);
	_-webkit-transform: rotate(180deg);
	_-o-transform: rotate(180deg);
	_-ms-transform: rotate(180deg);
	_transform: rotate(180deg);
}
.username-label, .password-label {
    width: 100%;
    font-weight: 400;
    position: relative;
}
.username-label:before {
    content: "\f007";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    bottom: 0;
    top: 10px;
    font-size: 20px;
    z-index: 9;
}
.password-label:before {
    content: "\f023";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    bottom: 0;
    top: 10px;
    font-size: 20px;
    z-index: 9;
}
.remember label {
	position: relative;
	display: block;
	margin: 5px 0;
	font-weight: 400;
}
.remember > label {
    cursor: pointer;
}
.remember label:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: solid 2px #eee;
	content: '';
	z-index: 4;
}

.remember label:hover:before {
	border-color: #ddd;
}

.remember label.checked:before {
	border-color: #ccc;
}

.remember label:after {
	display: block;
	position: absolute;
	top: 0;
	left: 3px;
	font-family: 'FontAwesome';
	content: '\f00c';
	color: #fff;
	z-index: 5;
}

.remember label:hover:after {
	color: #888;
}

.remember label.checked:after {
	color: #333;
}

input[type=text], input[type=password] {
    margin: 8px 0;
    padding: 7px 10px;
    width: 100%;
    padding-left: 25px;
    position: relative;
    background-color: #fff;
    .border: solid 2px #eee;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e9e9e9;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-appearance: none;
}

input[type=text]:hover, input[type=password]:hover {
	border-color: #ddd;
}

input[type=text]:focus, input[type=password]:focus {
	border-color: #ccc;
}

input[type=checkbox] {
	margin: 4px 13px 0 2px;
	float: left;
}
.remember {
    font-size: 13px;
    padding-top: 5px;
}
.btn {
	margin: 15px 0 8px;
	padding: 10px;
	width: 100%;
	border-radius: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.btn-blue {
	color: #fff;
	background-color: #44c4e7;
	border: solid 2px #19a0c5;
}

.btn-blue:hover {
	color: #fff;
	background-color: #19a0c5;
}
.v-num {
    font-size: 75%;
    position: absolute;
    color: #b1b1b1;
    bottom: 0;
    right: 0;
    left: 0;
}
.by-eventa {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
}
