/*
Theme Name: Science Sistema Assembléias (Duome)
Author: the Duome team
Author URI: https://agenciaduo.me/
Version: 0.1-alfa
Text Domain: duomescisistass
*/

body {
	font-family: 'Montserrat', sans-serif;
}
#topo {
	background: #f6f6f6;
	padding: 30px 0;
	text-align: center;
}
#topo img {
	display: block;
	margin: 0 auto 20px;
}
#topo h1 {
	color: #006a9e;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 700;
}
.form-login,
#bem-vindo {
	margin-top: 50px;
}
.form-login h2 {
	color: #575756;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px;
	text-align: center;
}
#layoutAuthentication .form-control {
	background: #f6f6f6;
	border: none;
	border-radius: 0;
}
#layoutAuthentication .btn-primary,
#bem-vindo .btn-info {
	background: linear-gradient(120deg, #0099d1 40%, #00546c 120%);
	border: none;
	border-radius: 0;
	color: white;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 40px;
	text-transform: uppercase;
}
#bem-vindo h3 {
	color: #575756;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px;
}
#bem-vindo h3 strong {
	color: #00546c;
	font-weight: 700;
}
#bem-vindo .btn-info  {
	margin-bottom: 20px;
}
#bem-vindo .btn-link {
	color: #575756;
	text-decoration: underline;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	#topo img {
		float: left;
		margin: 0;
	}
	#topo h1 {
		float: right;
		margin: 30px 0 0;
	}
	.form-login,
	#bem-vindo {
		margin-top: 90px;
	}
	.form-login h2,
	#bem-vindo h3 {
		margin-bottom: 40px;
	}
	#bem-vindo .btn-info  {
	margin-bottom: 45px;
}
}