.login-form-wrapper {
	
	padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
	
}

.validation-errors-wrapper {
	
	padding: 10px;
	position: fixed;
    right: 0;
    top: 0;
	
}

.validation-errors-wrapper ul {
	
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}

table.w-tr-links tr {
	
	cursor: pointer;
	
}

table.w-tr-links tr:hover {
	
	background: #ccc;
	
}

.form-info {
	
	position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 10px;
	display: none;

}

.form-info.success,
.form-info.error {
	
	display: block;
	color: #fff;
	
}

.form-info.success {
	
	background: green;
	
}

.form-info.error {
	
	background: red;	

}

.projects-table {
	
	font-size: 14px;
	
}