*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.passcode{
	width: 60%;
	margin: auto;
	text-align: center;
	border: 1px solid #0a72c7;
	border-radius: 50px;
	margin-top: 100px;
	padding: 20px;
}
.passcode h1 {
	margin: 10px;
}
.passcode input {
	padding: 8px 10px;
	border: none;
	border-bottom: 2px solid #0a72c7;
	color: #0a72c7;
	outline: none;
	background: #edfffb;
	width: 300px;
	text-align: center;
}
.passcode button {
	margin: 10px;
	background: #0a72c7;
	border: 2px solid #0a72c7;
	outline: none;
	font-size: 14px;
	padding: 8px 10px;
	color: #FFF;
	border-radius: 32px;
	transition: 0.3s;
}
.passcode button:hover {
	border: 2px solid #427dad;
	cursor: pointer;
	text-shadow: 0 0 8px #fff;
}
.container {
	width: 70%;
	margin: auto;
}
.headbar{
	padding: 10px 0;
	background-color: #0a72c7;
	width: 100%;
	color: white;
	font-size: 25px;
}
.headbar p {
	display: inline;
	padding: 0;
}
.headbar p a {
	color: white;
	padding: 0;
}
.headbar button {
	background: none;
	outline: none;
	font-size: 18px;
	padding: 8px 2px;
	margin: 0 5px;
	float: right;
	color: white;
	border: 2px solid #0a72c7;
	line-height: 10px;
	border-radius: 10px;
	transition: 0.3s;
}
.headbar .logout {
	font-size: 18px;
	padding: 8px 2px;
	margin: 0 5px;
	float: right;
	color: white;
	border: 2px solid #0a72c7;
	line-height: 10px;
	border-radius: 10px;
	transition: 0.3s;
}
.headbar .logout:hover {
	border: 2px solid #FFF;
}
.headbar button:hover {
	border: 2px solid #FFF;
}
.heading {
	font-size: 25px;
	font-family: helvetica;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
.submitBox {
	text-align: center;
}
.submitBox input {
	padding: 8px 10px;
	border: 1px solid #0a72c7;
	color: #0a72c7;
	margin: 10px;
	border-radius: 4px;
	outline: none;
	width: 400px;
}
.submitBox button {
	margin: 10px;
	background: #0a72c7;
	border: 2px solid #0a72c7;
	outline: none;
	font-size: 14px;
	padding: 8px 10px;
	color: #FFF;
	border-radius: 20px;
	transition: 0.3s;
}
.submitBox button:hover {
	border: 2px solid #427dad;
	cursor: pointer;
	text-shadow: 0 0 8px #fff;
}
.option {
	margin: 20px 0;
}
.option button {
	margin-right: 20px;
	background: #0a72c7;
	border: none;
	outline: none;
	font-size: 14px;
	padding: 8px 10px;
	color: #FFF;
	border-radius: 20px;
	transition: 0.3s;
}
.option button:hover {
	cursor: pointer;
	text-shadow: 0 0 8px #fff;
}
.table{
	border-collapse: collapse;
	border: 1px solid #000;
	text-align: center;
	margin: auto;
}
.table tr td, th {
	padding: 3px 10px;
	border: 1px solid #000;
}
tr:nth-child(even) {
	background-color: #edfffb;
}
.expense, .payment, .approve {
	display: none;
	padding: 5px;
	overflow: auto;
}
.wrapper {
	border: 1px solid #0a72c7;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 100px;
	padding-bottom: 20px;
}
.info {
	color: white;
	padding: 10px;
	background: #0a72c7;
}
.pdes {
	margin: 10px;
	font-size: 30px;
	display: block;
	text-transform: capitalize;
	font-weight: bold;
}
.psentence {
	margin-left: 10px;
	font-size: 20px;
}
.wrapper form {
	text-align: center;
}
.wrapper form p {
	font-size: 18px;
	margin: 5px;
}
.wrapper form select, input {
	padding: 5px 10px;
	margin: 10px;
	border: 1px solid #0a72c7;
	color: #0a72c7;
	width: 300px;
	background-color: none;
}
.wrapper form button {
	margin: 10px;
	border-radius: 4px;
	padding: 10px;
	border: none;
	background: #0a72c7;
	color: white;
	font-size: 20px;
	outline: none;
	transition: 0.3s;
}
.wrapper form button:hover {
	cursor: pointer;
}
.wrapper form .cancel {
	color: #0a72c7;
	text-decoration: underline;
	letter-spacing: 1px;
	text-align: center;
}
.cngcode form p {
	font-size: 18px;
	margin: 10px;
	margin-left: 0;
	display: inline-block;
	text-align: center;
	color: #0a72c7;
}
.cngcode form p:hover {
    cursor: pointer;
}

.cngcode form input {
    width: 300px;
    border-radius: 4px;
    padding: 8px 10px;
    outline: none;
    margin: auto;
}
.cngcode form button {
	margin: auto;
	border-radius: 4px;
	padding: 8px 10px;
	border: none;
	background: #0a72c7;
	color: white;
	font-size: 14px;
	outline: none;
	transition: 0.3s;
}
.cngcode form button:hover{
	cursor: pointer;
	text-shadow: 0 0 8px #fff;
}
.footer {
	overflow: hidden;
	background-color: #ccc;
	padding: 6px 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	border-bottom: 5px solid #0a72c7;
}



@media screen and (max-width: 600px){
	.passcode{
		width: 90%;
	}
	.passcode input {
		width: 200px;
	}
	.container {
		width: 90%;
		margin: auto;
	}
	.headbar{
		font-size: 17px;
	}
	.headbar a {
		font-size: 17px;
	}
	.submitBox input {
		width: 250px;
	}
	.option button {
		margin-right: 10px;
	}
	.wrapper {
		margin-top: 20px;
	}
	.pdes {
		font-size: 25px;
	}
	.psentence {
		font-size: 16px;
	}
	.cngcode form input {
        width: 250px;
    }
}