/* Ficha de filiação
login
-------------------------------------------------------------*/
.fundo {
  background-color: #cdd0dd !important;
}
.card {
  height: 430px;
  margin-top: auto;
  margin-bottom: auto;
  width: 390px;
  background-color: #d4d7e4 !important;
}
.cardConta {
  height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  width: 390px;
  background-color: #d4d7e4 !important;
}
.cardSenha {
  height: 230px;
  margin-top: auto;
  margin-bottom: auto;
  width: 390px;
  background-color: #d4d7e4 !important;
}

.social_icon span {
  font-size: 60px;
  margin-left: 10px;
  color: #b0b3c0;
}

.card-header h3,
.card-header h4 {
  color: white;
}

.social_icon {
  position: absolute;
  right: 20px;
  top: -50px;
}

.input-group-prepend span {
  width: 50px;
  background-color: #b0b3c0;
  color: black;
  border: 0 !important;
}

input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.remember {
  color: white;
}

.remember input {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px;
}

.login_btn {
  color: black;
  background-color: #b0b3c0;
  width: 100px;
}

.login_btn:hover {
  color: black;
  background-color: white;
}

.links {
  color: rgb(216, 62, 62);
}

.links a {
  color: rgb(81, 88, 112);
  margin-left: 8px;
}

/* Politica de privacidade
-------------------------------------------------------------*/
.scroller {
  width: auto;
  height: 340px;
  overflow-y: scroll;
  scrollbar-width: auto;
  padding: 30px 40px 30px 40px;
}

/* Breakings point
-------------------------------------------------------------*/
@media (min-width: 360px) {
  .tituloCurriculo {
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1.2;
    color: #79797a;
  }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
  .tituloCurriculo {
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.2;
    color: #79797a;
  }
}

@media (min-width: 992px) {
  .tituloCurriculo {
    font-size: 3.8rem;
    font-weight: 300;
    line-height: 1.2;
    color: #79797a;
  }
}

@media (min-width: 1200px) {
}
