/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body{
	font-family: 'Roboto', sans-serif;
	//line-height: 1.846;
	background-color:#fafafa;
}
.icon-block {
  padding: 0 15px;
}
.login-center{
	margin-top:20px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	overflow:hidden;
}
.welcome-center{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	overflow:hidden;
}
..welcome-center span
{
	font-size:17px;
}
.notice{ background-color:#00b8d4;}
.welcome-header , .error, .success, .notice{
	padding:11px;
	text-align:left;
	overflow:hidden;
	border-bottom:1px solid #e0e0e0;
}
.error, .success, .notice{
	color:#FFF; margin:5px 0px 5px 0px;
}
.login-header{
	padding:23px;
	text-align:center;
	border-bottom:1px solid #e0e0e0;
}
.login-header span
{
	font-size:36px;
}
.login-content .welcome-content{
	float:left;
}
.g-recaptcha{
	  margin: 0px auto -28px auto !important;
  width: 86% !important;
  
}
.login-content .pull-right{ text-align:right;}
.last-login,.location{ width:256px; padding:9px; margin-top:10px; color:#FFF; }
.location,.last-login{ width:auto;}
.location-row{ margin-top:-20px;}
nav .brand-logo{ padding-left:10px; font-size:15px !important;}
.padding-bottom{ padding-bottom:18px !important;}