.trnLogin
{
	width:100%;
	height:100%;
	display: table;	
	position:absolute;
	left:0;
	top:0;
}

.trnLoginContainer
{	
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.trnLoginContainer .trnTab
{	
	width:400px;
	height:auto;
	margin:auto;
	padding:15px;
	clear:both;
	background-color:#FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	
	-webkit-box-shadow: 0 1px 10px #AAA;
	-moz-box-shadow: 0 1px 10px #AAA;
	box-shadow: 0 1px 10px #AAA;	
}

.trnLogin .trnTabBtn ul li
{
	width:50%;
}

.trnLogin .trnTabContent h2
{
	padding:20px 0 10px 0;
	text-align:center;
	color:#714B67;
}

.trnLogin .form-item label
{
	color:#714B67;
	background: #FFF;
}

.trnLogin button
{
	height:60px;
	line-height:60px;
	font-size:32px;
	font-weight:bold;
	background-color:#714B67;
}

.trnLogin button:hover
{
	background-color:#604058;
}

.trnLogin input
{
	color: #714B67;
}

.trnLogin ::-webkit-input-placeholder
{
	/* Chrome/Opera/Safari */
	color: #714B67;
}
.trnLogin ::-moz-placeholder
{
	/* Firefox 19+ */
	color: #714B67;
}
.trnLogin :-ms-input-placeholder
{
	/* IE 10+ */
	color: #714B67;
}
.trnLogin :-moz-placeholder
{ 
	/* Firefox 18- */
	color: #714B67;
}

@media only screen and (max-width: 768px),(min-device-width: 600px) and (max-device-width: 768px)
{
	.trnLoginContainer .trnTab
	{
		width:90%;
	}
}