body{
	background: #5c5c5c20;
}

.heading{
	width: 100%;
	margin: 30px auto;
	text-align: center;
	color: 	#ffffff;
	background: #2d9ab6;
	border: 2px solid #2d9ab6;
	border-radius: 20px;
	font-size: 40px;
}

.user_input{
	width: 50%;
        margin: 10px auto;
        text-align: left;
        color:  #000000;
        background: #ffffff;
        border: 5px solid #2d9ab6;
        border-radius: 5px;
        font-size: 60px;
}

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

.login_btn {
	width: 51%;
        margin: 10px auto;
        color:  #000000;
        background: #ffffff;
        border: 5px solid #2d9ab6;
        border-radius: 20px;
        font-size: 40px;
	height: 100px;
        background: #dedede;
	font-weight: bold;
	text-align: center;
}
table {
    width: 90%;
    text-align: left;
    margin: 30px auto;
    border-collapse: collapse;
    font-size: 30px;
}

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

th {
	font-size: 30px;
	color: #2d9ab6;
}

td {
	color: #ffffff;
	font-size: 40px;
}

th, td{
	border: none;
    height: 30px;
    padding: 2px;
}

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;
}
