/* Referência para o botão de login: https://dsgov.estaleiro.serpro.gov.br/ds/componentes/button */
@import 'https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/css/rawline.css';

.btn-circle {
	font-family: 'rawline', sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	padding: 8px 24px;
	line-height: 1.45;
	border-radius: 100px;
	width: 100%;
}
.btn-entrar {
	background: #1351b4;
	border: 1px solid #1351b4;
	color: white;
}
.btn-entrar:hover, .btn-entrar:active, .btn-entrar:focus {
	background-color: #2670e8;
	border-color: #2670e8;
	color: white;
	text-decoration: none;
}
.btn-solicitar-acesso {
	background: #268744;
	border: 1px solid #268744;
	color: white;
}
.btn-solicitar-acesso:hover, .btn-solicitar-acesso:active, .btn-solicitar-acesso:focus {
	text-decoration: none;
	background: #36A191;
	border: 1px solid #36A191;
	color: white;
}
.btn-circle span {
	font-family: 'rawline', sans-serif;
	font-stretch: ultra-condensed;
	font-weight: 900;
	font-size: 1.2em;
}