html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-control:focus {
    border-color: #1aa2b9;
    box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.075), 0 0.3rem 3px -3px rgba(26, 162, 185, 0.6);
}

.form-select:focus {
    border-color: #1aa2b9;
    box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.075), 0 0.3rem 3px -3px rgba(26, 162, 185, 0.6);
}

.btn-primary {
    background-color: #1aa2b9;
    border-color: #1aa2b9;
}

.btn-primary:hover {
    background-color: #006d8c;
    border-color: #1aa2b9;
}

.form-check-input:checked[type=radio] {
    background-color: #1aa2b9;
    border-color: #1aa2b9;
}

.form-check-input:checked[type=radio]:focus {
    background-color: #1aa2b9;
    border-color: #1aa2b9;
}

.form-check-input:checked[type=radio]:active {
    background-color: #1aa2b9;
    border-color: #1aa2b9;
}

.form-check-input:checked[type=radio]:hover {
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-check-input:checked[type=checkbox] {
    background-color: #1aa2b9;
    border-color: #1aa2b9;
}

.top-bar {
    background-color: #1aa2b9
}

.top-bar-image {
   
    background-position: right;
    background-repeat: no-repeat;
    background-size: 3.5rem;
}

.logo {
    background-image: url("../images/NowPetLogo.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 2%;
    margin-top: 2px;
    z-index: 1;
    width: 3rem;
    height: 4rem;
}

.info-icon {
    color: #006d8c;
}

.info-icon:hover {
    cursor:pointer;
}

#privacyLink, #privacyLink > div > a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.input-group-text {
    background-color: #1aa2b9 !important;
    color: white;
}

.input-label {
    background-color: #fff;
}

.footer {
    background-color: #1aa2b9
}

.nav-link {
    color: #1aa2b9 !important;
    padding-bottom: 0.5rem;
    background-color: white;
    border-radius: 10%;
    width: 5rem;
    text-align: center;
    font-size: 0.8rem;
}

.nav-link:hover {
    cursor: pointer;
}

.active {
    border-bottom: solid 0.2rem red;
}