diff --git a/frappe/templates/styles/card_style.css b/frappe/templates/styles/card_style.css index cf90ff0bd5..410f6d535a 100644 --- a/frappe/templates/styles/card_style.css +++ b/frappe/templates/styles/card_style.css @@ -10,22 +10,57 @@ background-color: #fff; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); } + +.for-reset-password { + margin: 80px 0; +} + +.for-reset-password .page-card { + border: 0; + max-width: 450px; + margin: auto; + padding: 40px 60px; + border-radius: 10px; + box-shadow: 0px 2px 6px rgba(17, 43, 66, 0.08), 0px 1px 4px rgba(17, 43, 66, 0.1); +} + .page-card .page-card-head { padding: 10px 15px; margin: -15px; margin-bottom: 15px; border-bottom: 1px solid #d1d8dd; } + +.for-reset-password .page-card .page-card-head { + border-bottom: 0; +} + +.page-card-head h4 { + font-size: 18px; + font-weight: 600; +} + +#reset-password .form-group { + margin-bottom: 10px; +} .page-card .page-card-head .indicator { color: #36414C; font-size: 14px; } + +.sign-up-message { + margin-top: 20px; + font-size: 13px; + color: #687178; +} .page-card .page-card-head .indicator::before { margin: 0 6px 0.5px 0px; } + .page-card .btn { margin-top: 30px; } + .page-card p { font-size: 14px; } diff --git a/frappe/www/update-password.html b/frappe/www/update-password.html index d12be86d12..d336fa945d 100644 --- a/frappe/www/update-password.html +++ b/frappe/www/update-password.html @@ -1,32 +1,39 @@ {% extends "templates/web.html" %} {% block title %} {{_("Reset Password")}} {% endblock %} - +{% block head_include %} +{{ include_style('login.bundle.css') }} +{% endblock %} {% block page_content %} - -