span.t-Login-logo
{
	background-image: url(logo_pritty.png);
	background-size: cover;
	width: 150px;
 	height: 120px; 
}

.t-PageBody--login .t-Body
{
	    background-color: #4ec164;
	    background: linear-gradient(to right, #4ec164, #a1c92b);
}

.t-Login-region
{
    opacity: 0.9;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgb(58, 81, 55);
}

.t-Login-title{
	color: white !important;
}


.add-button
{
	background-color: #5cb85c !important;
}

.add-button: hover
{
	background-color: #449d44 !important;
}

.remove-button
{
	background-color: #d9534f !important;
}

.remove-button: hover
{
	background-color: #c9302c !important;
}

