/* .btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}
.modal-open {
  padding-right: 0 !important;
}
html {
  overflow-y: scroll !important;
}

section {
    padding: 0vw 0 !important;
}

form > .row {
	padding: .5vw 0 !important;
}
.red {
	color: #ff0000 !important;
}
.table {
    width: 96% !important;
    margin-left: 15px;
} */

.red,
.error {
  color: #ff0000 !important;
  padding-right: 3px;
}

.row {
  padding: 1vw 0 !important;
}

input[type="text"],
input[type="password"]  {
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  padding: 10px 0 10px 20px;
  margin: 0;
  border: 1px solid #CCC;
  border-radius: 2px;
  background-color:#fff;
  color:#545454;
}

select.form-control:not([size]):not([multiple]) {
  height: 2.5rem;
  border-radius: 2px;
}

section {
  padding: 4rem 0 !important;
}

