body  {
	background-image: linear-gradient(214deg, #7aff9d, #00764b) !important;
  	overflow-y: hidden;
}

.content{
	background-image: none !important;
	background-color: transparent !important;
	box-sizing: content-box !important;
	height: 100vh !important;
	margin: 0px !important;
	padding: 0px !important;
}

.card {
    float: none;
    margin: 10%;
    width: 80%;
    max-height: 90%;
    flex-direction: row;
    padding: 0px !important;
    overflow: auto;
}
@media only screen and (max-width: 768px) {
  body{
  	overflow-y: unset;
  }
  
  .card {
     flex-direction: column;
     min-height: auto !important;
  }
  .content{
  	  height: 100% !important;
  }
  .frame{
  	padding: 8%;
  }
  .primeiroFrame{
  	overflow: unset !important;
  }
  .logo{
  	width: 50%;	
  }
}

.frame {
	width: 100%;
    height: auto;
    max-height: 98%;
    padding: 2%;
    overflow: auto;
    margin: auto 0px;
}

.frame::-webkit-scrollbar {
    display: none;
}

.centralizar-vertical {
	display: flex;
	justify-content: center;
	height: 100%;
}

.verMais{
	font-size: 0.9rem;
	color: var(--verde-ima) !important;
	font-weight: bold;	
	background-color: transparent;
	padding: 0px;
	display: contents;
	float: right;
	text-transform: initial;
}

.imgUrl{
	width: 90% !important;
	display: block;
}

.logo{
	width: 70%;
}

.btnLoginGovBr{
	width: 90% !important;
	display: block;
	margin: 10px 10px 15px 10px !important;
}

.z-label {
	font-size: 14px;
    color: #373435;
    line-height: 24px;
    font-weight: 500;
}

.titulo {
	color: var(--verde-ima);
    font-size: 1.198rem;
    font-weight: bold;
    margin: 10px 0px;
}

.item{
	margin: 15px 0px;
	text-align: justify;
}

.item > div {
	cursor: pointer;
}

.conteudo{
	display: block;
	line-height: normal;
    font-weight: 400;
}

.centralizado{
	text-align: center;
	margin: 10px;
}

.linha{
	width: 95%;
	height: 1px;
	background-color: green;
	text-align: center;
	margin: 10px 0px;
}
