/*!
 * Via Saúde - Gestão Integral
 */

body {
  padding: 30px 0;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
}

a {
  transition: all 0.2s;
}

a:hover {
  text-decoration: underline;
}

strong, b {
  font-weight: bold;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* 
 MAIN TITLE
*/
.main-title {
  font-weight: bold;
  text-align: center;
}

.main-title::after {
  content: '';
  display: block;
  background-color: #ddd;
  width: 45px;
  height: 4px;
  margin: 10px auto 0;
}

#dependente-user,
#has-dependente,
#box-user,
#box-doctor,
#box-success,
#box-error {
  display: none;
}


/* LOGIN */
body.signin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"],
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.table-registers tbody>tr:first-child{
  background: #e9ecef;
  font-weight: bold;
}
.table-registers {
  font-size: 14px;
}