 form select, form input:not([type="checkbox"]), form textarea{
    width: 100%;
  }
  .container-fluid{
    margin-top: 30px;
  }
  .well {
    width: 340px; 
    margin-left: auto;
    margin-right: auto
  }

.title-login-doc{
  margin: 0 0 20px; margin: 0 0 20px; text-align: center;
}
form input:not([type=checkbox]) {
  width: 100% !important;
}
.error-login{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}