body{
	background: #5c5c5c;
}

.heading{
	width: 100%;
	text-align: center;
	color: 	#ffffff;
	background: #2d9ab6;
	border: 2px solid #2d9ab6;
}

.user_input{
	width: 50%;
        text-align: left;
        color:  #000000;
        background: #ffffff;
        border: 5px solid #2d9ab6;
}

.pass_input{
	width: 50%;
        text-align: left;
        color:  #000000;
        background: #ffffff;
        border: 5px solid #2d9ab6;
}
form {
	width: 100%;
	height: auto;
	background: #2d9ab6;
	border: 1px solid #2d9ab6;
}
form p {
	color: white;
	margin: 0px;
}
.task_input {
	width: 65%;
	border: 2px solid #2d9ab6;
}
.add_btn {
	background: #FFFFFF;
	color: 	#2d9ab6;
	border: 2px solid #2d9ab6;
	font-weight: bold;
}

.login_btn {
	width: 51%;
        color:  #000000;
        background: #ffffff;
        border: 5px solid #2d9ab6;
        background: #dedede;
	font-weight: bold;
	text-align: center;
}
table {
    width: 90%;
    text-align: left;
    border-collapse: collapse;
}

tr {
	border-bottom: 1px solid #cbcbcb;
	
}

th {
	color: #2d9ab6;
}

td {
	color: #ffffff;
}

th, td{
	border: none;
}

tr:hover {
	background: #E9E9E9;
}

.task {
	text-align: left;
}

.delete{
	text-align: center;
}
.delete a{
	color: white;
	background: #a52a2a;
	padding: 1px 6px;
	border-radius: 3px;
	text-decoration: none;
}

.done {
	text-align: center;
}

.done a{
	color: white;
	background: #00ff00;
	padding: 1px 6px;
	border-radius: 3px;
	text-decoration: none;
}
