@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

body{
 
    font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 2px;
	font-weight: 300;
}



#dx-col{
	height: 100vh;
	background-color: #f5f5f5;
}
#sx-col{
	height: 100vh;
	background-color: #fff;
}

#titles-content{
	margin-top:100px;
}

#login-container{
	width:600px;
	background-color: #fff;
	padding:80px;
	margin:0 auto;
	margin-top:100px;
}

#auth-form{
	margin-top:40px;
}





#login-btn{
	background-color: #9c9c9c;
	color:#fff;
	border: none !important;
	padding:10px 20px;
}

#login-btn:hover{
	background-color: #555;
	
}

input{
	border-radius: 0px !important;
	box-shadow: none !important;
	font-size: 12px !important;
	height:40px !important;
}

.grey-text{
	color:#999;
}

.small-text{
	font-size: 11px;
}

.medium{
	font-weight: 400;
}

.title-p{
	font-size: 36px;
}
.input-group-addon{
	border-radius: 0 !important;
	background-color: #fff;
	color:#ccc;
}
