input[type=text],
input[type=password] {
  height: 28px !important;
}

label {
  display: inline-block !important;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  border-top: 3px solid #eee;
  -webkit-font-smoothing: antialiased;
}

hr {
  margin: 15px 0px 10px 0px;
  padding: 0px;
  border-top: 0px;
  border-bottom: 1px solid #f4f4f4;
  height: 0px;
}

.center {
  text-align: center;
}

.center.bold {
  font-weight: bold;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.well {
  background: #f4f4f4;
  border: 1px solid #eee;
  padding: 10px 15px;
  box-shadow: inset 0px 0px 2px #eee;
  margin: 10px 0px;
}

.content {
  margin: 20px 0px;
}

footer {
  padding-top: 20px;
  padding-bottom: 0px;
  margin-top: 20px;
  color: #000;
  font-size: 12px;
}

footer a,
footer a:visited {
  color: #ddd;
}

footer a:hover {
  color: #ccc;
  text-decoration: underline;
}

footer hr {
  height: 0px;
  padding: 0px;
  margin: 5px 0px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #222;
}

footer ul {
  margin-left: 0px;
}

footer ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

a,
a:visited {
  color: #5d00a2;
}

a:hover {
  cursor: pointer;
  color: #9051bf;
}

.color {
  color: #5d00a2;
}

.w80a {
  width: 80px;
}

.w80b {
  width: 80px;
  float: right;
}

.w80bx {
  width: 80px;
  float: right;
  margin-left: 5px;
}

.m-10 {
  margin-right: 2%;
  margin-top: -1%;
}

.m-11 {
  margin-left: 30%;
}

.text {
  font-size: 14px;
}

.custom-a {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  color: #5d00a2;
}

.custom-b {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
}

purple {
  color: #5d00a2;
}

.w150 {
  width: 150px;
}

.w300 {
  width: 300px;
}

.modal .row {
  padding-top: 15px;
}

.modal .col-md-4 {
  top: 4px;
}

@media (max-width: 767px) {
  body .container {
    max-width: 500px;
    margin: 0 auto;
  }
  header,
  footer {
    margin-left: -20px;
    margin-right: -20px;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  header {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
