.text-danger-light {
    color: #f89696;
}

.login-panel {
    max-width: 540px;
}

.login-panel-md {
    max-width: 960px;
}

.btn-secondary-light {
    background: #7b90a8 !important;
    border: none;
}

.fixed-footer-container {
    margin-bottom: -26px;
    padding-bottom: 26px;
}

.fixed-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 26px;
}