body  {
  overflow-x: hidden;
  height:100%;
  
}


.mainlogin{
	width: 20rem; 
	margin-top: 14%;
	margin-left: 20%;
}

.logincard{
	border: 0px !important;
	height: 10%;
	background: #ffffff;
}

.loginbody{
  background-color: #303030;
  min-height: 50px; /* You must set a specified height */
  height: auto;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */	
}


.loginContainer{
  background-image: url("index.jpg"); /* The image used */
  background-color: #ffffff;
  height: 50px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain; /* Resize the background image to cover the entire container */
  max-width: 100%;
  padding-top: 30px;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
  height: 100% !important;
}

.wrapper{
	margin-top: 14%;
	margin-left: 20%;
}

.btn{
	
	border: none;
	
}

.main-footer , .login-footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 2.5rem;
	text-align: center; 
}

.login-footer a{
	color: red;
}

.login-footer{
	color: white;
}

.main-footer{
	color: white;
}

.main-footer a {
	color: white;
}

.login-button{
	border: 1px solid red;
	background-color: #303030;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    
    width: 100%;
    height: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
    
  }
}

/*
* Changes by Obakeng
*/
@include media-breakpoint-between(xs,sm){
  .btn {
      @include button-size($input-btn-padding-y-sm, $input-btn-padding-x-sm, $font-size-sm, $line-height-sm, $btn-border-radius-sm);
  }
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
