@font-face{
	font-family: 'nasalization';
	src:  url('font_nasalization-rg.ttf') format('truetype');
}

*:focus{
    outline: none;
}

body{
	margin: 0;
	padding: 0;
}

input, textarea, select, button{
	font-family: 'nasalization', Fallback, sans-serif;
}

/* Miscellaneous */
.no-select{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.angle-button{
    position: absolute;
    width: 22px;
    height: 15px;
    top: 50%;
    left: 50%;
}

.angle-button-container{
	color: #687782;
    position: absolute;
    left: 5px;
    transform: rotate(0deg);
    transition: all 0.3s;
}

.angle-one{
    background-color: grey;
    position: absolute;
    width: 4px;
    height: 15px;
    transform: rotate(45deg);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

.angle-two{
    left: 8px;
    transform: rotate(-45deg);
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

/* Content */
#content-container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}

#main-content{
	position: absolute;
	width: calc(100% - 301px);
	height: 100%;
	transition: all 0.5s;
}

#account{
	background-color: #2a303f;
	position: absolute;
	width: 300px;
	height: 100%;
	border-left: 1px solid #4c515b;
	right: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	font-family: 'nasalization', Fallback, sans-serif;
	transition: all 0.5s;
}

#account::-webkit-scrollbar {
    display: none;
}

#display-account{
	background-color: #2a303f;
	position: absolute;
	width: 25px;
	height: 28px;
	bottom: 0;
	right: 300px;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-top: 1px solid #4c515b;
	border-left: 1px solid #4c515b;
	overflow: hidden;
	transition: all 0.5s;
	z-index: 999;
}

#display-account-angle-button{
	position: absolute;
	top: 25px;
	left: 5px;
	transform: rotate(-90deg);
}

#account-container{
	position: absolute;
	width: 300px;
	height: 100%;
}

#overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
}

#account-content{
	position: absolute;
	width: 100%;
	height: calc(100% - 245px);
	top: -20px;
	opacity: 0;
	padding-bottom: 5px;
	margin-top: 250px;
	transition: all 0.5s;
}

#message{
	color: #d3d6db;
	background-color: #322610;
	position: absolute;
	width: calc(100% - 12px);
	height: auto;
	top: -17px;
	left: 3px;
	font-size: 18px;
	opacity: 0;
	padding: 3px;
	border: 1px solid #d3d6db;
	border-radius: 5px;
	transition: all 0.5s;
	z-index: 1;
}

#message-content{
	text-align: center;
}

#logo{
	position: absolute;
	width: 180px;
	height: 180px;
	top: 60px;
	left: 60px;
	border-radius: 50%;
	border: 1px solid #d3d6db;
}

#logo-icon{
	position: absolute;
	width: 64px;
	height: 59px;
	top: calc(50% - 46px);
	left: calc(50% - 32px);
}

#logo-text{
	color: white;
	position: absolute;
	width: 100%;
	top: 100px;
	font-size: 20px;
	text-align: center;
}

#register{
	color: #d3d6db;
	background-color: #1e2638;
	position: relative;
	width: 70%;
	left: 15%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #d3d6db;
	border-radius: 5px;
	transition: all 0.3s;
}

#register:hover{
	color: white;
	background-color: #3c516c;
	cursor: pointer;
	border: 1px solid white;
}

.title{
	color: #d3d6db;
	position: relative;
	width: 100%;
	text-align: center;
	word-wrap: break-word;
	font-size: 18px;
}

.inputField{
	color: white;
	background-color: #1e2630;
	position: relative;
	width: calc(70% - 10px);
	left: 15%;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 17px;
	margin-top: 10px;
	border: 1px solid #4c515b;
	border-radius: 2px;
	box-shadow: 0;
	transition: all 0.3s;
}

.inputField:focus{
	border: 1px solid #d3d6db;
	box-shadow: 0 0 3px grey inset;
}

.button{
	color: #d3d6db;
	background-color: #1e2638;
	position: relative;
	width: 70%;
	left: 15%;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #d3d6db;
	border-radius: 5px;
	transition: all 0.3s;
}

.button:hover{
	color: white !important;
	background-color: #3c516c !important;
	cursor: pointer;
	border: 1px solid white !important;
}

.break-line{
	background-color: #d3d6db;
	position: relative;
	width: 80%;
	height: 1px;
	left: 10%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#copyright{
	color: #595959;
	position: fixed;
	width: 300px;
	bottom: 0;
	right: 0;
	font-size: 10px;
	text-align: center;
	transition: all 0.5s;
	z-index: 1;
}