﻿.tituloCadastro, .tituloLogin {
    padding-left: 240px;
}

.elementoComInconsistencia {
    border: 1px solid #FF0000 !important;
}

.listaInconsistencias {
    padding-left: 20px;
    margin: 0;
}

::-webkit-input-placeholder {
    color: #AAA;
    font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
   color: #AAA; 
   font-weight: normal;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #AAA;  
   font-weight: normal;
}

:-ms-input-placeholder {  
   color: #AAA; 
   font-weight: normal; 
}

.btn-facebook{
  color:white;
  background-color:#3b5998
}

.btn-linkedin{
  color:white;
  background-color:#007bb5;
}

.btn-curriculo{
  color:white;
  background-color: #3fb23f;
}

.btn-facebook:hover{
  background-color: #3a61b3;
}

.btn-linkedin:hover{
  background-color: #1490cb;
}

.btn-login i{
  vertical-align:middle;
  margin-right: 10px;
}

.btn-login:visited, 
.btn-login:link
{
    color: White !important;
}

.btn-login{
  vertical-align: middle;
  display:block;
  margin: 10px auto;
  width: 333px;
  font-size:13px;
  line-height: 1;
  border-radius: 500px;
  padding: 8px 0 7px;
  border-width: 0;
  letter-spacing: 2px;
  min-width: 160px;
  text-transform: uppercase;
  white-space: normal;
  text-decoration: none !important;
  font-family: Helvetica;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
}

.btn-login:hover
{
    text-decoration:none;
    color:#fff !important;
}

.separadorLogin{
    overflow: hidden;
    text-align: center;
    margin: 20px auto;
    width: 350px;
}

.separadorLogin:before,
.separadorLogin:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.separadorLogin:before {
    right: 0.5em;
    margin-left: -50%;
}

.separadorLogin:after {
    left: 0.5em;
    margin-right: -50%;
}

div.containerDados
{
    position: static !important;
    margin: 0 auto !important;
}

div.containerDados:not(.containerDadosCadastro)
{
    margin-top:135px;
}

.containerRedesSociais
{
    margin-left: 130px;
}

.btn-login {
  position: relative;
  
}

.bg-primary
{
     background-color:#5db969;   
}

.btn-login.bg-primary + input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  direction: ltr;
  cursor: pointer;
  display: none;
}

.botoesInscrever 
{
    margin-left: 92px;
}

.botoesInscrever .btn-login.bg-primary:hover
{
    background-color:#90d399;    
}

.wrapper-texto-informativo
{
    margin-left: 94px;
    margin-bottom: 20px;
}

.texto-informativo
{
    padding: 2px 20px;
    margin-bottom: 20px;
    background-color: #E3FCED;
    border: 1px solid #489A3C;
    width: 325px;
    color: #488A3C;
    margin: 0 auto;
    line-height: 16px;
    letter-spacing: 0.05px;
}

.texto-informativo i
{
    float: left;
    margin-right: 20px;
}

input.lg-textbox.caixa-baixa
{
    text-transform:lowercase;
}