body {
  padding-top: auto;
}
.top-info {
  padding: 3rem 1.5rem;
  text-align: center;
}

/* Hide the safari button pseudo-element and users will not be able to use autocomplete */
input::-webkit-contacts-auto-fill-button, 
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

hr.mb-4 {
	border-color: #333;
}

.select2-container .select2-selection--single {
    height: 38px;
    border-color: #ced4da;
  padding-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}

.select2-container .select2-selection--single:focus {
 color:#495057;
 background-color:#fff;
 border-color:#80bdff;
 outline:0;
 box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}

.select2-container .select2-selection--single:-moz-focusring {
 color:transparent;
 text-shadow:0 0 0 #495057
}



