html,
body {
  height: 100%;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin h1 {
  font-size: 18px;
}

.form-signin div {
  font-size: 14px;
  margin-bottom: 15px;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.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;
}

label.error {
  color: #B56665;
  font-size: 12px;
  text-align: left;
  width: 100%;
}

.main-container {
  margin-bottom: 100px;
}

footer {
  background-color: #f5f5f5;
}

.form-control {
  margin-bottom: 10px;
}

.controle {
  width: 50%;
  text-align: right;
}

.concorda {
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 18px;
  }

  h3,
  h5 {
    font-size: 14px;
  }

  span,
  small {
    font-size: 11px;
  }

  .descricao {
    font-size: 11px;
  }

  .box-votacao {
    flex-direction: column !important;
  }

  .box-votacao .align-self-center {
    align-self: flex-end !important;
    margin-top: 20px;
  }

  .form-control {
    font-size: 12px;
    margin-bottom: 10px;
  }

  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px !important;
  }

  ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px !important;
  }

  :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px !important;
  }

  :-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px !important;
  }
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

