body 
	{
		background-color: #f2f2f2;
		font-family: 'Open Sans', sans-serif;	
		color:#000;
		font-weight:400;
	}

.gts-title
	{
		text-align: center;
		font-size:36px;
		font-weight: 300;
		line-height: 36px;
	}

strong
	{
		font-weight: 400;
	}

.text
	{
		padding:8px 0px 10px 0px;
		font-size:14px;
		overflow:visible;
		min-height:10px;
		height:10px;
		height:auto !important;
		text-align: center;
	}

.lock
	{
		text-align: center;
		font-size:18px;
	}

.glyphicon-lock
	{
		padding:10px;
		background-color:#000;
		color:#fff;
		border-radius: 5px;
		cursor: pointer;
		-webkit-transition: background-color 250ms linear;
    	-moz-transition: background-color 250ms linear;
    	-o-transition: background-color 250ms linear;
    	-ms-transition: background-color 250ms linear;
    	transition: background-color 250ms linear;
	}

.glyphicon-lock:hover
	{
		background-color: #3997d9;
	}

.sign-in
	{
		padding-top:10px;
		margin:0 auto;
		display:none;
		text-align: center;
		max-width: 350px;
	}

.log-in
	{
		padding-top:10px;
		margin:0 auto;
		text-align: center;
		max-width: 350px;
	}

.fullcontent
	{
		display: none;
	}

.alert
	{
	max-width: 350px;
	margin:10px auto 10px;
	}