diff --git a/src/app/components/login/forgot-pw/forgot-pw.component.scss b/src/app/components/login/forgot-pw/forgot-pw.component.scss index 257e08b..99a40a6 100644 --- a/src/app/components/login/forgot-pw/forgot-pw.component.scss +++ b/src/app/components/login/forgot-pw/forgot-pw.component.scss @@ -220,14 +220,8 @@ section { } .custom-img { &:nth-child(2) { - top: 2px; + top: 14px; } - &:nth-child(5) { - top: 73px; - } - } - .passwordEye { - top: 76px; } } diff --git a/src/app/components/login/forgot-pw/pw-reset/pw-reset.component.scss b/src/app/components/login/forgot-pw/pw-reset/pw-reset.component.scss index 52aa08f..17c0977 100644 --- a/src/app/components/login/forgot-pw/pw-reset/pw-reset.component.scss +++ b/src/app/components/login/forgot-pw/pw-reset/pw-reset.component.scss @@ -175,23 +175,17 @@ section { } .custom-img { &:nth-child(2) { - top: 15px; + top: 12px; } &:nth-child(5) { - top: 90px; - } - &:nth-child(8) { - top: 162px; - } - &:nth-child(11) { - top: 237px; + top: 87px; } } .passwordEye { - top: 162px; + top: 12px; } .passwordEyeConfirm { - top: 237px; + top: 87px; } }