
        .input-icons i {
            position: absolute;
        }
          
        .input-icons {
            width: 100%;
            margin-bottom: 10px;
        }
          
        .icon {
            padding: 15px;
            color: #1e527f;
            min-width: 50px;
            text-align: center;
        }
          
        .input-field {
            width: 100%;
			padding: 10px;
			padding-left:40px;
            text-align: left;
        }
          
        h2 {
            color: #1e527f;
        }

.erro{
            border: 1px solid #a61f23 !important;
            width: 100%;
			padding: 10px;
			padding-left:40px;
			text-align: left;
			color:#bc1212;
}

.sucesso{
border: 1px solid #12669e !important;
width: 100%;
			padding: 10px;
			padding-left:40px;
			text-align: left;
}


.exibe_loading {
	display: block;

}

.oculta_loading {
	display: none;

}

.div_loader {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}





.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #003B71; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;

}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
