@charset "UTF-8";

@font-face {
		font-family: 'Roboto';
		src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

html,body{height:100%;}

body {
		background-color: #e4e9ed;
		font-family: Roboto, Verdana, Geneva, sans-serif;
		font-size: 15px;
		margin: 0;
		color:#444443;
}

h1 {
		font-size: 13px;
		padding-bottom: 12px;
		color: red;
}


a {
		color: #2b2b2a;
		text-decoration: underline;
}

a:visited {
		color: #2b2b2a;
		text-decoration: underline;
}

a:focus, a:hover, a:active {
		color: #2b2b2a;
		text-decoration: underline;
}

.clearfix {
		overflow: auto;
}

.login{
	margin: 0;
	padding: 10px 0;
	width: 100%;
	height: 100%;
	display: table;
	background-color: transparent !important;
}

.loginMain{
	display: table-row;
}

.loginMainContainer{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 4px;
}

.loginContentContainer{
	margin: 0 auto;
	max-width: 750px;
	width: 100%;
	padding: 0 4px;
}

.loginMainHeader{
	background: url('/images/background_image.png') no-repeat center;
	background-size: 100% 100%;
	display: block;
	max-width: 816px;
	width: 100%;
	height: 105px;
	/* -webkit-border-radius: 6px; */
}

.loginMainHeader img{
	display:none;
	margin:auto;
	vertical-align: center;
}

.loginMainContent{
	display: block;
	max-width: 816px;
	width: 100%;
	background-color: #fff;
	/* -webkit-border-radius: 6px; */
	/* border-radius: 6px; */
	padding: 22px 0px;
	min-height: 370px;
}


.loginMainContentMessageBox{
	display: block;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	background-color: #D9D9D9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 0 10px 0;
	text-align: center;
}

.loginMainContentMessageBox
.form-error {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	line-height: 18px;
	/* color: #B61601; */
}


.loginMainContentMessageBox h2{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: none;
	font-weight: 600;
	line-height: 18px;
	padding: 0 4px 10px;
	margin: 0;
	text-transform: uppercase;
}

.loginMainContentMessageBox p{
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: 500;
	line-height: 18px;
	padding: 0 4px 0;
	margin: 0;
}

.loginMainContentMessageBox section{
	padding: 0 0 14px;
}


.loginMainContentLoginBox{
	position: relative;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*max-width: 342px;*/
	width: 88%;
	/* height: 250px; */
	/* background-color: transparent !important; */
	/* background-color: #dfdfdf; */
	text-align: left;
	padding: 1px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/* border: 1px solid #fff; */
}

.loginMainContentLoginBox h2{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: none;
	font-weight: 600;
	line-height: 18px;
	padding: 0 4px 10px;
	margin: 0;
	text-transform: uppercase;
}

.loginMainContentLoginBox p{
	color: #333;
/*	font-family: 'Roboto', sans-serif; */
	font-size: 13px;
	text-transform: none;
	font-weight: 500;
	line-height: 18px;
	padding: 0 4px 4px;
}

.mainContentLoginBox input{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	max-width: 300px;
	width: 100%;
}

.mainContentLoginBox .checkbox{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	max-width: 300px;
	width: 100%;
}

.loginMainContentLoginBox button{
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	background-color: #2C4491;
}

.loginMainContentLoginBox
.btn-default{
	width: 211px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

.loginMainContentLoginBox
.btn-inst{
			background-image: linear-gradient(to bottom,#274896 0,#274896 100%);
		background-repeat: repeat-x;
		color: #fff;
		width: 150px;
		height: 35px;


}


.loginMainContentLogosBox
.image{
	display: block;
	/* height: 50px; */
	margin: 0 auto;
	padding: 4px 6px;
	width: 100%;
}

.loginMainContentLogosBox
.text{
	display: block;
	/* height: 50px; */
	margin: 0 auto;
	padding: 4px 6px;
	width: 100%;
}



.loginMainContentFooterBox{
	display: block;
	max-width: 652px;
	width: 100%;
	margin: 0px 40px;
	/* background-color: #D9D9D9; */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 25px 0 0 0;
	text-align: center;
}


.loginMainContentFooterBox
.logo{
	display: inline-block;
	/* height: 50px; */
	margin: 0 auto;
	padding: 4px 8.4px;
}


.conteudo-instituicao {
	display: inline-block;
	/* width: 200px; */
	margin: 1em;
}

.form-control{
		display: block;
		width: 100%;
		height: 36px;
		padding: 12px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		/* color: black; */
		background-color: #fff;
		background-image: none;
		border: 1px solid #737372;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


::-webkit-input-placeholder { /* WebKit browsers */
		color:    black;
		 opacity: 1 !important;
}

::-webkit-input-placeholder { /* Chrome */
	color: black;
}
:-ms-input-placeholder { /* IE 10+ */
	color: black;
}
::-moz-placeholder { /* Firefox 19+ */
	color: black;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
	color: black;
	opacity: 1;
}



.linha-laranja{
	background: url('/images/linha_laranja.png') no-repeat center;
	display: block;
	width: 100%;
	height: 10px;
}

	
.conteudo-linha-horizontal{

	background: url('/images/linha_horizontal.png') no-repeat center;
	display: block;
	width: 100%;
	height: 10px;
	margin-bottom: 20px;

}

.texto-descricao-topo{
	font-size: 15px;
	text-align: left;
	margin-right: 20px;
}


.conteudo-topo {
	display: inline-block;
	width: 82%;
	 /*margin-left: 60px;*/ 
}

.borda-instituicao{
	border: 2px solid;
	border-radius: 50px;
	width: 100%;

}


		 
#formulario fieldset {
	margin-top: 1em;
	/*padding: 2em; */ 
	border: 1px solid ;
	border-radius: 10px;
	margin-bottom: 2em;
	font-weight: bold;
}


#formulario legend {
	color: #01477F;
	font-size: 1em;
	font-weight: bold;
}

#formulario label {
		margin: 0;
		padding: 0;
		color:#737372;
		font-weight: normal;
}
 
	
/* Reset legend bootstrap */
legend {
		display: block;
		width: auto;
		padding: 0 5px;
		margin-bottom: 0;
		font-size: inherit;
		line-height: inherit;
		border: auto;
		border-bottom: none;
}

fieldset {
		border: 2px groove threedface;
		padding: 5px;
		color:#737372;
}

.campos{
	margin-left: 15px;

}

.styled-select{
   border: 1px solid #ccc;
   /*font-size: 16px; */
   height: 34px;
   width: 95%;
	 border-radius: 3px;
	  margin-bottom: 5px;
}

img.footer__full-img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

