/******************************************************************************
 * Copyright (c) BBJT 2020.                                                   *
 *                                                                            *
 * @project CAD                                                               *
 * @file login.css                                                            *
 * @author billy                                                              *
 * @site https://bbjt.co.uk                                                   *
 *                                                                            *
 ******************************************************************************/

body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	background-image: url("/images/crt.jpg");
	cursor: url("/images/cursor.png"), auto;
}
.container{
	width: 1024px;
	height: 768px;
	background-color: #ff00ff;
	color: #00ffff;
	overflow:auto
}

.logo_header {
	max-width: 1024px;
	height: 136px;
	margin: 10px auto 30px auto;
}

.login_footer {
	max-width: 380px;
	margin: 20px auto;
	font-size: x-small;
	text-align: center;
}

.navbar {
	border-radius: 0;
	background-color: #d1d1c9;
	background-image: url("/images/nav.jpg");
}
.navbar-default {
	border-color: #d1d1c9;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: #ffffff;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 40%;
}