.login-body
{
	background: url(../images/background.jpg) no-repeat center center fixed;
	background-size: cover;
	moz-background-size: cover;
	o-background-size: cover;
	webkit-background-size: cover;
}
.login-div
{
	margin-top: 35px;
}
.system-name
{
	height: 120px;
	margin-bottom: 10px;
}
#user-type
{
	height: 40px;
	width: 100%;
}
.login-logo
{
	height: 90px;
	margin: auto;
	padding-top: 10px;
	width: 100%
}
.login-logo img
{
	/*height: 90px;
	width: 128px;*/
	width:100%;
}
.system-name h3
{
	color: #fff;
	font-family: roboto slab;
	text-align: center;
	text-shadow: 2px 2px 4px #fff;
}
fieldset
{
	border: 0;
}
label
{
	display: block;
	margin: 30px 0 0 0;
}
select
{
	width: 200px;
}
.overflow
{
	height: 200px;
}
.login-panel
{
	background: rgba(0,0,0,.4);
	border-radius: 0px;
	min-height: 270px;
	padding-bottom:20px;
}
.login-panel h1
{
	color: #fff;
	font-family: roboto slab;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
}
.my-form
{
	margin-top: 30px;
}
.my-control
{
	background: rgba(0,0,0,.2);
	background-image: none;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #fff;
	display: block;
	font-family: roboto slab;
	font-size: 14px;
	height: 40px;
	line-height: 1.42857143;
	margin-top: 5px;
	o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding: 6px 12px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	width: 100%;
}
.my-btn
{
	background: #1abc9c;
	background-image: none;
	border: none;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #fff;
	display: block;
	font-family: roboto slab;
	font-size: 18px;
	height: 40px;
	line-height: 1.42857143;
	margin-top: 5px;
	o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding: 6px 12px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	width: 100%;
	-webkit-transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
}
.my-btn:hover
{
background:#16a085;
}
::-webkit-input-placeholder
{
	color: #ecf0f1;
}
:-moz-placeholder
{
	color: #ecf0f1;
	opacity: 1;
}
::-moz-placeholder
{
	color: #ecf0f1;
	opacity: 1;
}
:-ms-input-placeholder
{
	color: #ecf0f1;
}
.email-icon::-webkit-input-placeholder::before
{
	color: #fff;
	content: '\f007  ';
	font-family: fontAwesome;
}
.email-icon::-moz-placeholder::before
{
	color: #fff;
	content: '\f007  ';
	font-family: fontAwesome;
}
.email-icon:-ms-input-placeholder::before
{
	color: #fff;
	content: '\f007  ';
	font-family: fontAwesome;
}
.email-icon:-moz-placeholder::before
{
	color: #fff;
	content: '\f007  ';
	font-family: fontAwesome;
}
.pass-icon::-webkit-input-placeholder::before
{
	color: #fff;
	content: '\f084  ';
	font-family: fontAwesome;
}
.pass-icon::-moz-placeholder::before
{
	color: #fff;
	content: '\f084  ';
	font-family: fontAwesome;
}
.pass-icon:-ms-input-placeholder::before
{
	color: #fff;
	content: '\f084  ';
	font-family: fontAwesome;
}
.pass-icon:-moz-placeholder::before
{
	color: #fff;
	content: '\f084  ';
	font-family: fontAwesome;
}
@media screen and (max-width: 768px)
{
.login-div
{
	margin-top: 0px;
}

}