@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic");
@import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");

body.harley {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #E6E6E6;
}

.length-locked {
    max-width: 1024px;
}

.staff>.row {
    margin-bottom: 20px;
}

.staff>.row>div {
    padding: 2em;
}

.row>.login-form-custom {
    padding: 4em;
}

a.harley-btn {
    border-color: rgb(255, 102, 0);
    color: rgb(255, 102, 0);
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: rgb(255, 102, 0);
    --bs-btn-hover-border-color: rgb(255, 102, 0);
}

.mschapter-form>.btn {
    margin-top: 1rem !important;
}

.mschapter-event-date {
    font-weight: bold;
    font-size: 1.2rem;
}

a.active {
    color: white !important;
}