#modalSenha {
  min-width: 100% !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.button-text-password {
  font-weight: bold;
  font-size: 15px;
}

.label-password {
  font-size: 14px;
  color: #363636;
}

.modal-comment {
  height: 360px !important;
}

@media (max-width: 200px){
  .button-text-password {
    font-size: 12px;
  }
}

@media (min-width: 800px) {
  #modalSenha {
    padding: 20px !important;
  }
}