body {
	text-align: center;
	background: #f9f9f9;
}

/** bg-content **/
.bg-content {
	width: 100%;
	background: url(../img/login_bg.jpg) center no-repeat;
	background-size: 100% 100%;
}

.bg-content:before, .bg-content:after {
	clear: both;
	content: "";
	display: block;
}

/** login-content **/
.login-content {
	width: 400px;
	height: 580px;
	margin: 120px auto 60px auto;
	padding: 45px 20px 70px 20px;
	*padding-bottom: 0px;
	border-radius: 10px;
	background: #fff;
}

.login-content h1 {
	margin-bottom: 40px;
	font-size: 28px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.login-content .pic-image {
	text-align: center;
	margin-bottom: 30px;
}

.login-content .pic-image img {
	width: 80px;
	height: 80px;
}

.login-content .main {
	margin: 0 auto;
}

/** footer **/
.footer {
	padding: 20px 15px;
	background: #f9f9f9;
}

p.copy_rights {
	font-size: 14px;
	text-align: center;
	color: #ccc;
	margin-bottom: 20px;
}

p.copy_rights a {
	text-decoration: none;
}

p.copy_rights a:hover {
	color: #000;
}

.j-forms {
	position: relative;
}

.j-forms .input {
	position: relative;
}

.j-forms .unit {
	position: relative;
	margin-bottom: 25px;
}

.j-forms .link {
	border-bottom: 1px solid #90caf9;
	color: #1e88e5;
	font-size: 14px;
	line-height: inherit;
	text-decoration: none;
}

.j-forms .link:hover {
	border-bottom: none;
}

.j-forms .inline-group {
	display: inline-block;
}

.j-forms .hidden {
	display: none;
}

.j-forms input[type="search"]::-webkit-search-decoration, .j-forms input[type="search"]::-webkit-search-cancel-button,
	.j-forms input[type="search"]::-webkit-search-results-button, .j-forms input[type="search"]::-webkit-search-results-decoration
	{
	display: none;
}

.j-forms select, .j-forms input[type="button"], .j-forms input[type="submit"],
	.j-forms input[type="search"] {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

/* Header
=============================== */
.j-forms .header {
	background-color: #3f51b5;
	border-top: 1px solid #7986cb;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: 0 6px 3px -3px rgba(63, 81, 181, .5);
	-moz-box-shadow: 0 6px 3px -3px rgba(63, 81, 181, .5);
	-o-box-shadow: 0 6px 3px -3px rgba(63, 81, 181, .5);
	box-shadow: 0 6px 3px -3px rgba(63, 81, 181, .5);
	display: block;
	position: relative;
}

.j-forms .header>i {
	color: #fff;
	font-size: 31px;
	float: left;
	padding: 31px 15px 0 25px;
}

.j-forms .header p {
	color: #fff;
	margin: 0;
	padding: 30px 25px;
	font-size: 30px;
	text-transform: uppercase;
}

/* Content
=============================== */
.j-forms .content {
	padding: 25px 25px 0;
}

.j-forms .content:after {
	clear: both;
	content: ".";
	display: block;
	/* height:0; */
	/* visibility:hidden; */
}

/* Footer
=============================== */
.j-forms .footer {
	background: none;
	display: block;
	padding: 10px 25px;
}

.j-forms .footer:after {
	clear: both;
	content: "";
	display: block;
}

/* Labels
=============================== */
.j-forms label {
	display: block;
	color: inherit;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0;
}

.j-forms .label {
	font-size: 17px;
	margin-bottom: 5px;
	color: #000;
	text-transform: uppercase;
}

.j-forms .label {
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.j-forms .label-center {
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 0;
}

.j-forms .j-row>.label {
	padding-left: 10px;
}

/* Inputs
=============================== */
.j-forms input[type="text"], .j-forms input[type="password"], .j-forms input[type="email"],
	.j-forms input[type="search"], .j-forms input[type="url"], .j-forms textarea,
	.j-forms select {
	background: none;
	border: 1px solid #146eb4;
	color: #000;
	display: block;
	font-size: 16px;
	padding: 10px 15px;
	*padding-right: 0px;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all.4s;
	-moz-transition: all.4s;
	-ms-transition: all.4s;
	-o-transition: all.4s;
	transition: all.4s;
}

.j-forms .input textarea {
	height: 112px;
	overflow: auto;
	resize: vertical;
	resize: none;
}

/* Buttons
=============================== */
.j-forms .primary-btn, .j-forms .secondary-btn {
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: block;
	cursor: pointer;
	float: right;
	font-size: 16px;
	margin: 10px 0 10px 20px;
	outline: none;
	padding: 10px 25px;
	white-space: nowrap;
}

.j-forms .primary-btn {
	position: relative;
}

.j-forms .secondary-btn {
	
}

.j-forms .content .primary-btn, .j-forms .content .secondary-btn {
	margin: 0 0 20px 20px;
}

.j-forms .primary-btn, .j-forms .secondary-btn {
	background: #146eb4;
	-webkit-transition: background.2s;
	-moz-transition: background.2s;
	-ms-transition: background.2s;
	-o-transition: background.2s;
	transition: background.2s;
}

.j-forms .primary-btn:hover, .j-forms .secondary-btn:hover {
	background: #000;
}

.j-forms .primary-btn:hover.processing {
	background: #000;
	cursor: wait;
}

.j-forms .file-button:hover+input {
	border: 2px solid rgba(48, 63, 159, .6);
}

.j-forms .secondary-btn, .j-forms .secondary-btn:hover, .j-forms .secondary-btn:active
	{
	opacity: .5;
}

.j-forms .primary-btn.processing:before {
	background: rgba(255, 255, 255, .4);
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-animation: processing 3s ease-in-out infinite;
	-moz-animation: processing 3s ease-in-out infinite;;
	-ms-animation: processing 3s ease-in-out infinite;
	-o-animation: processing 3s ease-in-out infinite;
	animation: processing 3s ease-in-out infinite;
}

/** login-content **/
.login-content .j-forms .label {
	font-size: 14px;
	color: #ccc;
}

.login-content .j-forms input {
	border: 0 none;
	border-bottom: 1px solid #e3e3e3;
	border-radius: 5px;
}

.login-content .j-forms .primary-btn {
	width: 100%;
	margin: 0;
	background: #485c76;
}

.login-content .j-forms .randCode {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 5px;
	cursor: pointer;
}