body {

  background-image: url('../img/carpets.jpg');
  background-size:100%;
	
}
#form {border-radius:7px;}
.margin-top90 {margin-top:90px;}
.margin-top30 {margin-top:30px}

.grey-bg {background: #e6e6e6;}

.clear {clear:both;}
.right {float:right;}
.left {float:left;}
.center {text-align:center;}
.margin-20 {margin-top:20px;}
.navbar-fixed-top .navbar-collapse {max-height:372px;}
.capital {text-transform:lowercase;text-transform:capitalize;}
.container {margin-top:50px;}


.menu {
        background: #363636;
	z-index:1000;
	width:100%;
	position: fixed;
	top:0;
	left:0;
	display: block;
	padding: 10px;
	margin-bottom:20px;
	color:white;
}

input[type="text"] {
	width:350px;
}

input[type="submit"]{
	cursor:pointer;
}

input[type="submit"]:hover{
	 color: #8e8ea2;
    box-shadow: 0px 0px 3px grey;
}

table {
    border-collapse: collapse;
    
}

td, th {
	padding: 5px;
}

table, th, td {
   border: 1px solid black;
}

tr:hover, .table-striped > tbody > tr:nth-of-type(2n+1):hover {
	border:1px solid grey;
	background:#dff2db;
}

tr:hover th {
	background:white;
}

.success {
	padding:10px;
	margin-top:10px;
	border-radius:4px;
	width: 350px;
	border: 1px solid #4b784d;
	background: #83d487;
	
}

.failed {
	padding:10px;
	margin-top:10px;
	border-radius:4px;
	width: 350px;
	border: 1px solid #78504b;
	background: #d48383;
	
}
	.login-form {
		width: 300px;
    	margin: 50px auto;
	}
    .login-form form {
    	margin-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }
    .login-form h2 {
        margin: 0 0 15px;
    }
    .form-control, .btn {
        min-height: 38px;
        border-radius: 2px;
    }
    .login-form .btn {        
        font-size: 15px;
        font-weight: bold;
    }
    .form-group input[type="text"] {
	width:280px;
}
    .small-input input[type="text"] {
        width:120px;
}
    .login-form .input-group {
        margin-bottom:15px;
}
    .loginform.alert {
	max-width:600px;
	margin:auto;
	text-align:center;
}

    .logo-img {
        width:230px;
        display: block;
        margin: auto;
        margin-bottom: 30px;
}

.centre-box {

width: 350px;
margin: auto;
padding: 15px;
border-radius: 4px;
text-align: center;
background: #f7f7f7;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.nfctag {
    width: 100% !important;
}

.nfcimg {
    border: 4px #ababab solid;
    border-radius: 4px;
}

