body {
	color: #444;
	background:url(../images/LoginBack.jpg)repeat-x 0 0;
}
body.vertical-layout.vertical-menu.menu-expanded .content, body.vertical-layout.vertical-menu.menu-expanded .footer {
    margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
}
html body .content .content-wrapper {
    padding: 0rem 2px;
}
#page-content-wrapper {
    background: #7d7d7d;
	min-height: 625px;
}
#content {
    background: rgba(255,255,255,0);
    width: 100%;
    min-height: 0px;
    padding-bottom: 25px;
    margin-left: 0px;
    margin-right: 1px;
    position: relative;
    left: auto;
    top: auto;
	float: left;
}
.show_left_menu {
    display: none;
}
#wrapper {
    padding-left: 0px;
}
#sidebar-wrapper{
	display:none;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
#content {
    margin: 0px;
    width: 50%;
    border-radius: 10px;
    padding: 1px 0px 0px 0px;
  
	position: relative;
	max-width: 580px;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #42a1f3;
    border-color: #42a1f3;
}
.btn-primary a:hover {
    color: #fff;
    background-color: #42a1f3;
    border-color: #42a1f3;
}
.show_content {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
	width: 100%;

}

.col-sm-offset-4 {
/*background-color: rgba(255, 255, 239, .9);*/
	background-color: #feffea;
	margin-top: 100px;
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 20px;
}
h3{
color: #000;
}

.col-sm-6 {
	padding-right:10px;
	padding-left:10px;
}

.form-control {
	margin-bottom: 6px;
	height: 29px;
}
a {
	color: #f00;
}

@media only screen and (max-width: 768px) {
	.col-sm-offset-3 {
	margin-left: 2%;
}

.col-sm-6 {
    width: 96%;
	float: left;
}

}
