.login th:nth-child(1), .login td:nth-child(1) {
	text-align: right;
}

.login th:nth-child(2), .login td:nth-child(2) {
	text-align: left;
}

.days td {
	// border: 1px solid black;
	text-align: center;
}

.progress {
	margin: 20px 0 0 0;
	width: 300px;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 5px;
}

.progress-bar {
	width: 0%;
	height: 20px;
	background-color: #4CAF50;
}
