body{
	background-color: #f3f3f3;
}
.ts-wrapper {
	padding-top: 50px;
}

.ts-login-box {
	width: 400px;
	margin:20px auto;
	background-color: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.ts-login-title {
	padding:20px;
	text-align: center;
	font-size:1.8em;
	color:white;
	font-weight: 300;
}

.ts-login-title h2 {
	font-size: 1.5em;
	margin: 0;
}

.ts-login-title p {
	margin:0;
	font-size: 1.2rem;
	font-weight: 300;
}

.ts-login-input {
	padding:30px 20px 30px;
	text-align: center;
}

.ts-login-error p{
	text-align: center;
	margin:0;
	font-size: 1.1em;
	color: maroon;
	background: pink
}

.ts-register-button button{
	display: block;
	width: 100%;
	border: 0px;
	padding: 20px 0;
	color: white;
	font-weight: 300;
	font-size: 1.2em;
}

.ts-button-teal {background-color: #00796B;}




/* INTRO STYLES */


.ts-container {
	width: 80%;
	margin: 10px auto;
	background-color:#fff;
	height: 100%;
	padding: 0px 5% 2% 5%;
}

.ts-container h2{
	padding-top: 30px;
	font-weight: 300;
	font-size: 2em;
	text-align: center;
}

.ts-search-icon {
	background: gray;
	float:left;
	height: 40px;
	width: 5%;
	text-align: center;
	padding-top: 8px;
	color:lightgray;
}

.ts-search-bar {
	width: 90%;
	float:left;
	height: 40px;
}

.ts-search-bar input {
	height: 2.5em;
}