.titulo_modal{
  color:#fff;
  background-color: #00AD9F;
}
.borda-modal-redonda{
  border-radius: 6px 6px 0px 0px;
}
#logo_login{
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
}

#logo_login img {
  max-width: 200px;
  margin-bottom: 25px;
}

.msg_inicial_login {
  font-weight: 500;
  padding: 25px 10px;
  text-align: center;
}

body {
  background-image: url("../images/background.png");
  background-size: 10%;
  color: #4b4b4d;
}

button.btn-verde{
  background-color:#f5c41a !important;
  border-color:#f5c41a;
  font-weight: 500 !important;
  color:#fff !important;
  transition-duration: 0.3s !important;

}
button.btn-verde:hover{
  background-color:#00AD9F !important;
}
p{
  text-align:left;
}

a {
  color: #282425;
  font-weight: 500;
  transition-duration: 0.3s;
}
a:hover {
  color: #687C7E;
  text-decoration: underline;
}
.selecionar-perfis{
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px;
}
.selecionar-perfis p{
  text-align: center;
}
.selecionar-perfis a {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-decoration: none;
  color: #666767;
  font-weight: 600;
}

.lista-tipos-perfis img {
  width: 350px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  border-radius: 10px;
}

/* Iframe do Zendesk */
#launcher {
  display: block !important;
}

@media only screen and (max-width: 700px) {
  body {
    background-size: 15% auto;
  }

}
@media only screen and (max-width: 600px) {
  #logo_login img {
    width: 200px;
  }
}

@media only screen and (max-width: 500px) {
  #logo_login img {
    width: 160px;
  }

}
@media only screen and (max-width: 460px) {
  body {
    background-size: 30% auto;
  }
  .lista-tipos-perfis img { width: 300px; }
}

