body, html {
	margin: 0;
	height: 100%;
	background: #f4f4f4;
}

.ajax-status-externo{
	position: fixed;
	top: 100px;
	right: 530px;
	width: 35px;
	height: 35px;
}

.layout-page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	min-height: 100%;
}

.content-externo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5%
}

.content-externo form {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-top: 5px solid #006992;
  border-bottom:5px solid #006992;
}

.content-externo-grande {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5%
}

.content-externo-grande form {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-top: 5px solid #006992;
  border-bottom: 5px solid #006992;
}

.logoExterna {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.logoExternaCadastro {
	display: block;
  	left: 0;
}

.texto-form {
	color: #666666;
	font-size: 15px !important;
	margin-top: 10px;
}
