* {
	box-sizing: border-box;
	color: inherit;
	border-color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	border-radius: inherit;
}

html, body {
	height: 100vh;
	width: 100vw;
	/*overflow: hidden;*/
	position: relative;
	background: #232323;
	border-color: #e5e5e5;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 12px;

  -webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

body .body-container {
	background: url(images/sign.jpg) no-repeat center;
	background-size: cover;
}

a.inline-block {
	display: inline-block;
}

.signature {
	width: 50px;
	font-family: 'Rock Salt', cursive;
	font-size: 20px;
	position: fixed;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
	z-index: 100;
	color: #fff;
}

.login-block {
	min-width: 275px;
	width: 80%;
	max-width: 400px;
	margin: auto;
	padding: 30px;
	min-height: 600px;
	height: 85vh;
	max-height: 700px;
	-webkit-background: linear-gradient(to bottom, rgba(96, 125, 139,0.85) 0%, rgba(17, 17, 17,0.9) 100%);
	background: linear-gradient(to bottom, rgba(96, 125, 139,0.85) 0%, rgba(17, 17, 17,0.9) 100%);
}

.login-block .login-body {
	width: 100%;
	flex-direction: column;
}

.login-body .login-logo {
	width: 75px;
	margin: auto;
}

.login-body .login-introduction {
	letter-spacing: 5px;
	line-height: 20px;
	margin: 10px 0;
	color: #fff;
}

.login-body .icon-box {
	margin: 50px 0;
}

.menu-wrapper {
	position: absolute;
	height: 30px;
	width: 30px;
	top: 50px;
	right: 50px;
	z-index: 5;
	cursor: pointer;
}

.menu-wrapper:hover .icon-container .menu-icon,
.menu-wrapper:hover .icon-container .menu-icon::after,
.menu-wrapper:hover .icon-container .menu-icon::before {
	background: #66E7CA;
}

.menu-listing {
	height: 50px;
	/*width: 500px;*/
	width: 0;
	background: #fff;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 4;
	overflow: hidden;
}

.menu-listing .list-container {
	padding: 10px 50px 10px 10px;
	display: inline-block;
}

[class*='-link'] .link-logo {
	max-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

[class*='-link'] .instagram.link-logo {
	height: 25px;
}

.menu-icon::after, .menu-icon::before, .menu-icon {
	content: "";
	background: #ffffff;
	position: absolute;
	height: 2px;
	left: 0;
	right: 0;
	transition: all 0.3s;
}

.menu-icon {
	top: 50%;
	margin-top: -1px;
}

.menu-icon::after {
	top: -7.5px;
}

.menu-icon::before {
	bottom: -7.5px;
}

.menu-icon.active {
	background: #ffffff;
}

.menu-icon.active::after {
	transform: rotate(45deg) translateY(10px);
	background: #232323;
	margin-left: 10px;
}

.menu-icon.active::before {
	transform: rotate(-45deg) translateY(-10px);
	background: #232323;
	margin-left: 10px;
}

.menu-wrapper:hover .icon-container .menu-icon.active {
	background-color: #ffffff;
}

.menu-wrapper:hover .icon-container .menu-icon.active::after,
.menu-wrapper:hover .icon-container .menu-icon.active::before {
	background: #E76683;
}
