/* CSS Document */

.signuphome{
	background-color: #114470!important;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  /*border-right: 0.3em solid transparent;*/
  border-bottom: 0;
  /*border-left: 0.3em solid transparent;*/
}

.pb-5,
.py-5 {
  padding-bottom: 1.5rem !important;
}

button, .btn {
  border-radius: 4px;
  transition: all .15s ease-in;
  outline: none;
  font-family: 'open sans', sans-serif;
  font-weight: 500;
}

button:focus, button:active, button:focus:active, .btn:focus, .btn:active, .btn:focus:active {
  outline: none;
}
.btn-bs {
  color: #fff;
  border-color: #114470;
  background-color: #114470;
}
.btn-bs:hover, .btn-bs:focus, .btn-bs:active {
  color: #114470;
  background-color: #114470;
  background-color: rgba(17, 68, 112, 0.1);
  border-color: #114470;
  box-shadow: 0 0 0 3px rgba(17, 68, 112, 0.5);
}

.btn-bs-outline {
  font-weight: 500;
  color: #114470;
  background-color: transparent;
  border-color: #114470;
}

.btn-bs-outline:hover, .btn-bs-outline:focus, .btn-bs-outline:active {
  font-weight: 500;
  color: #114470;
  background-color: rgba(17, 68, 112, 0.1);
  border-color: #114470;
  box-shadow: 0 0 0 3px rgba(17, 68, 112, 0.3);
}

.label {
	height: calc(2.25rem + 2px);
}
