footer#footer, header#header {
	display: none;
}
#content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	    align-items: center;
	padding: 0;
	margin: 0;
	min-height: 100vh;
	width: 100vw;
	background-image: url(/admin/view/image/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new-form {
	background-color: #ffffff;
	border-radius: 6px;
	padding: 40px;
	width: 400px;
	max-width: 90%;
}
.login-logo.text-center{
margin: 20px 0px;
}
@media screen and (max-width: 760px) {
	.new-form {
	  	padding: 20px;
	}
}
.new-form #login-title {
	margin-top: 13px;
	margin-bottom: 29px;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}
.new-form p {
	font-size: 17px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 30px;
}
.new-form form .form-group {
	padding: 0;
	border-top: none !important;
	margin-bottom: 15px;
}
.new-form form .form-group label {
	display: none;
}
.new-form form .form-group .input-group {
	width: 100%;
}
.new-form form .form-group .input-group .input-group-addon {
	display: none;
}
.new-form form .form-group .input-group .form-control {
	background: #f2f2f2;
	border-radius: 2px 2px 2px 2px;
	border: none;
}
.new-form form .text-center .btn.btn-primary {
	margin-top: 20px;
	width: 100%;
	height: 50px;
	background: #244388;
                border-radius: 3px 3px 3px 3px;
                border-color: #244388;
}
.new-form form .text-center .btn.btn-primary .fa.fa-key {
	display: none;
}
.new-form form #login-links {
	margin-top: 30px;
}
.new-form form #login-links .help-block {
	margin: 0;
}