diff --git a/login.html b/login.html index 52b39164d74ff3f3019bee785acda7f3fb92d72f..440dee0f68994b4f7ca9db653b11f6a5b8cd728f 100644 --- a/login.html +++ b/login.html @@ -20,11 +20,15 @@ {% block stylesheet %} {{ super() }} -{% endblock %} - +<img src="/etc/jupyterhub/custom/images/select_idp_csusb.png", alt="csusb_cilogon-image"> <style> - #login-main { - margin-top: 5%; - height: 100%; - } -</style> \ No newline at end of file +#login-main { + margin-top: 5%; + height: 100%; +} + +img { + width: 45%; +} +</style> +{% endblock %}