/* CSS file for pages when user is not logged in */
.intro a:hover {
    color: #0056b3;
    text-decoration: underline;
}
  
.intro > a {
    color: #007bff;
    text-decoration: none;
}

.note a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.note > a {
    color: #007bff;
    text-decoration: none;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.modal.modal-dialog{
    z-index: 300 !important;
}

.schedule_link {
    color: #FE6417 !important;
    text-decoration: underline;
}

.iti {
  width: 100% !important;
}
