::-webkit-scrollbar { 
    display: none; 
}
.login-page, .register-page {
    background: #d2d6de;
	background-image: url("eexxiimm.png");
}

    body
    {
		background-image: url("eexxiimm.png");
        position: fixed; 
        overflow-y: scroll;
        width: 100%;
background: rgba(169,3,41,1);
background: -moz-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
background: -webkit-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -o-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(left, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
background: linear-gradient(to right, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 );
**overflow: hidden**
    }

	.dt
	{
	Font-size:20px;	
	color:white;
	}
	.navbar-default {
  background-color:#3480a5;  
  border-color:#3480a5;  
  color:white;
}
.navbar-default .navbar-nav>li>a {
    color: #fff6f6;
}


	.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: -95px;
    font-weight: 300;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-top:-30px;
    font-weight: 300;
}

.example3 .navbar-brand {
  height: 80px;
}

.example3 .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.example3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #24516b;
   color: white;
   text-align: center;
}