/* New TMS login CSS */

#box-login
{
	background-color: white;
	height: 350px;
}

#box-logo p img
{
	width: 100%;
}

#box-orange
{
	background-color: #3fad76;
	height: 50px;
}

#box-form
{
	margin-top: 20px;
}

#box-recovery
{
	/* margin-top: 20px;
	/* border-top: 2px solid #3fad76; */
}

.login-title
{
	font-size: 21px;
	font-weight: 600;
	color: #3e4f5e;
	margin: 0 0 20px;	
	text-align: center;
}
