/* login page stylesheet : start - 1 to 103 */
.admin-panel {
	background: black;
}
#login-box {
	z-index: 9999;
}
#particles-js {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	position: fixed;
	top: 0px;
	z-index: 1;
}
.error-page {
	position: relative;
	padding: 11em 0;
	width: 100%;
}
.error-top {
	text-align: center;
	margin: 5em auto;
	background: #fff;
	padding: 2em 2em;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	border: 1px solid rgba(213, 213, 214, 0.85);
	width: 30%;
	padding: 2em 2em;
	position: absolute;
	left: 35%;
	top: 13%;
}
h2.inner-title.page {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: -29%;
	font-size: 3em;
	color: #fff;
}
h2.inner-title, h3.inner-title {
	font-size: 2em;
	font-weight: 400;
	color: #333;
	margin-bottom: 0.7em;
	text-align: left;
}
h3.inner-title.t-inner {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.7em;
	color: #333;
}
.login select, .login input[type="text"], .login input[type="password"] {
	width: 100%;
	padding: 0.9em 1em 0.9em 4em;
	color: #777;
	font-size: 15px;
	outline: none;
	font-weight: 400;
	border: 1px solid #ddd;
	background: url(../images/icons.png) no-repeat 14px 17px;
	margin: 0.3em 0;
	font-family: 'Roboto', sans-serif;
}
.login input[type="password"] {
	background: url(../images/icons.png) no-repeat 13px -33px;
}
.login select {
	background: url(../images/user.png) no-repeat 13px 10px;
}

.submit {
	margin: 1em 0;
}
.login input[type="submit"] {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	outline: none;
	padding: 10px 15px;
	width: 100%;
	border: 2px solid #337ab7;
	background: #337ab7;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.login input[type="submit"]:hover {
	background: #F9A91C;
	border: 2px dotted #F9A91C;
	color: #FFF;
}
 @media (max-width: 600px) {
.error-top {
	margin: 7em auto;
	width: 70%;
	padding: 2em 2em;
	position: absolute;
	left: 15%;
	top: 13%;
}
}
 @media (max-width: 640px) {
h2.inner-title.page {
	position: absolute;
	top: -23%;
	font-size: 2.2em;
}
}
/* login page stylesheet : end - 1 to 103 */

.error {
	font: italic 12px/1.3em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #a94442;
	float: left;
}
 @media only screen and (min-width:320px) and (max-width:640px), only screen and (max-width:740px) {
h3.inner-title.t-inner {
	font-size: 17px;
}
.login input[type="submit"] {
	font-size: 16px;
}
}