@import url("login-client.css");

.brand-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: #c45c26;
    margin-bottom: 1rem;
}

.login-header .active a {
    color: #c45c26;
}

.login-btn {
    background: #c45c26;
}

.login-btn:hover {
    background: #9e4a1f;
}
