div#responsavel{
	width:390px;
	float:left;
	position: relative;
}

div#responsavel p{
	text-align:right;
	padding-bottom:25px;
	color:#6e6d6e;
	font-size:10pt;
	font-weight:bold;
}

div#responsavel p.esqueci{
	font-size: 10pt;
}

div#responsavel p a{
	color: #6e6d6e;
}

div#responsavel p input[type='text'], input[type='password']{
	height:25px;
	border:0px;
	border-radius:10px;
	margin-left:10px;
	font-weight:normal;
	line-height:35px;
	font-size:10pt;
	padding:5px;
}

div#responsavel p input#username{
	width:185px;
}

div#responsavel p input#password{
	width:150px;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	float:right;
}

div#responsavel p input#btVerSenha{
	background-color:#ffffff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	width:35px;
	height: 35px;	
	padding: 5px;
	background-image: url('../../images/eye_black.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 18px;
	float:right;
}

div#responsavel p input#btVerSenha:hover{
	background-image: url('../../images/eye_black_invisible.png');
	background-size: 18px 18px;
}

div#responsavel p input[type=submit]{
	width:45px;
	height:20px;
	color:#ffffff;
	background-color:#01537a;
	border:0px;
	padding:0px;
	color:#ffffff;
	font-size:11pt;
	cursor:pointer;
	border-radius:5px;
}

div#responsavel p.login{
	padding-top:25px;
}

div#responsavel p.senha{
	padding-bottom:15px;
	line-height: 35px;
}

div#responsavel div.alert_erro {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px 5px;
	border-radius: 5px;
	position: relative;
	font-weight: bold;
	width: 100%;
	text-align: left;
	margin-bottom:10px;
	text-align: center;
}

div#browsers{
	width:360px;
	float:right;
	margin-top:25px
}

div#browsers p{
	color:#31373e;
}

div#browsers p a{
	color:#31373e;
}

div#browsers p#atencao{
	text-transform:uppercase;
	color:#415063;
	font-weight:bold;
	font-size:14pt;
	padding-bottom:15px;
}

div#browsers p.frases{
	padding-bottom:20px;
}

div#browsers p.browser{
	text-indent:35px;
	min-height:18px;
	padding-bottom:15px;
}

div#browsers p.firefox{
	background-image:url('../../images/firefox_icon.png');
	background-position:left top;
	background-repeat:no-repeat;
}

div#browsers p.chrome{
	background-image:url('../../images/chrome_icon.png');
	background-position:left top;
	background-repeat:no-repeat;
}

div#browsers p.ie{
	background-image:url('../../images/ie_icon.png');
	background-position:left top;
	background-repeat:no-repeat;
}

.recaptcha-container {
    position: relative;
    width: 100%; /* Ajuste conforme necessário */
	height:90px;
}

.alinhar-direita {
    position: absolute;
    right: 0;
}