diff --git a/static/styles/portico/portico.scss b/static/styles/portico/portico.scss index c1ce256737..d53999b434 100644 --- a/static/styles/portico/portico.scss +++ b/static/styles/portico/portico.scss @@ -1187,6 +1187,19 @@ input.new-organization-button { .password-reset .input-group { margin: 15px 0px; + + input[type=text], + input[type=password] { + width: calc(100% - 14px); + } + + #pw_strength { + width: 100%; + } + + &.m-t-30 { + margin-top: 30px; + } } .password-reset p { @@ -1202,19 +1215,6 @@ input.new-organization-button { margin: 0; } -.password-reset .input-group input[type=text], -.password-reset .input-group input[type=password] { - width: calc(100% - 14px); -} - -.password-reset .input-group #pw_strength { - width: 100%; -} - -.password-reset .input-group.m-t-30 { - margin-top: 30px; -} - .input-group.margin { margin: 10px 0px; }