﻿
.form-logo {
    height: 84px;
    width: auto;
}

/* override to restore the original purple CTW theme (if ever required) */
/*:root {
    --brand: #8c40ce;
    --brand-600: #7736af;
    --brand-300: #a149ec;
    --bg-hue: 275;
}

.btn-primary {
    box-shadow: 0 6px 18px rgba(140,64,206,.25);
}

.btn-primary:hover,
.btn-primary:focus {
    box-shadow: 0 10px 24px rgba(140,64,206,.32);
}
*/