From 4503c72f657a31a0e10a3f7f9e601953ebe8afce Mon Sep 17 00:00:00 2001 From: Chandana3008 Date: Wed, 4 Sep 2024 09:13:27 +0000 Subject: [PATCH] Added css --- lms/templates/student_account/login_and_register.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lms/templates/student_account/login_and_register.html b/lms/templates/student_account/login_and_register.html index 060492a22a09..e06e138b5928 100644 --- a/lms/templates/student_account/login_and_register.html +++ b/lms/templates/student_account/login_and_register.html @@ -18,6 +18,9 @@ .window-wrap { background-image: url("${marketing_link('LOGIN_PAGE_BANNER')}") ; } +.submission-error h4.message-title { + color: #b91c1c !important; +} <%block name="js_extra">