@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');

body, html {
	height: 100%;
	background-repeat: repeat;
	background: black;

	/* Center and scale the image nicely */
	background-position: center;
	background-size: cover;
	position: relative;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}

#login-box {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	border: 3px solid #48277c;
	color: white;
	border-radius: 20px;
	background: rgba(48, 46, 45, 0.75);
	min-width: 350px;
	width: fit-content;
	height: fit-content;
	padding: 20px;
	z-index: 2;
	margin-top: 40px;
}
#login-box .logo .logo-caption {
	font-family: 'Poiret One', cursive;
	color: white;
	text-align: center;
	margin-bottom: 0px;
}
#login-box .logo .tweak {
	color: #FFFFFF;
}
#login-box .controls {
	padding-top: 30px;
}
#login-box .controls input {
	border-radius: 0px;
	background: rgb(98, 96, 96);
	border: 0px;
	color: white;
	font-family: 'Nunito', sans-serif;
}
#login-box .controls input:focus {
	box-shadow: none;
}
#login-box .controls input:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#login-box .controls input:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
#login-box button.btn-custom {
	border-radius: 2px;
	margin-top: 8px;
	background:#007CC0;
	border-color: rgba(48, 46, 45, 1);
	color: white;
	font-family: 'Nunito', sans-serif;
}
#login-box button.btn-custom:hover{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background: rgba(48, 46, 45, 1);
	border-color: #007CC0;
}
#login-box button.btn-register {
	border-radius: 2px;
	margin-top: 8px;
	background:#6945ED;
	border-color: rgba(48, 46, 45, 1);
	color: white;
	font-family: 'Nunito', sans-serif;
}
#login-box button.btn-register:hover{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background: rgba(48, 46, 45, 1);
	border-color: #6945ED;
}
#particles-js{
  	width: 100%;
  	height: 100%;
  	background-size: cover;
  	background-position: 50% 50%;
  	position: fixed;
  	top: 0px;
  	z-index:1;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto; }

.btn {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	width: 100%}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
	.form-control:focus {
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
	.form-control::-moz-placeholder {
		color: #999;
		opacity: 1; }
	.form-control:-ms-input-placeholder {
		color: #999; }
	.form-control::-webkit-input-placeholder {
		color: #999; }
	.form-control::-ms-expand {
		border: 0;
		background-color: transparent; }
	.form-control[disabled], .form-control[readonly],
	fieldset[disabled] .form-control {
		background-color: #eeeeee;
		opacity: 1; }
	.form-control[disabled],
	fieldset[disabled] .form-control {
		cursor: not-allowed; }
	textarea.form-control {
	height: auto; }	
	input[type="search"] {
	-webkit-appearance: none; }

	.error{
		width: auto;
		min-height: 100px;
		z-index: 2;
		margin-top: 10px;
	}
	.error h1{
		font-family: 'Poiret One', cursive;
		color: white;
		margin-bottom: 0px;
	}

	/* Needed if someone is to view the changelist page whilst not logged in */
	.col-section {
		margin: 0 auto;
		border: 3px solid #48277c;
		border-radius: 20px;
		background: rgba(48, 46, 45, 1);
		min-height: 350px;
		min-width: 350px;
		height: fit-content;
		padding: 20px;
		z-index: 2;
		margin-top: 25px;
		margin-bottom: 25px;
		color: white
	}
	
	#col-section .content .title{
		font-family: 'Poiret One', cursive;
		font-weight: 700;
		color: #ffffff;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 30px;
	}