diff --git a/src/app/components/login/login.component.html b/src/app/components/login/login.component.html
index 6ca8c17..d1b1293 100644
--- a/src/app/components/login/login.component.html
+++ b/src/app/components/login/login.component.html
@@ -15,7 +15,7 @@
You must enter a mail.
@@ -46,11 +50,15 @@ [(ngModel)]="loginData.password" required /> + @if(!loginData.password) {You must enter a password.
@@ -78,7 +86,8 @@ !loginData.mail || password.invalid || !loginData.password || - sharedService.isBtnDisabled + sharedService.isBtnDisabled || + !checkIfUserEmailIsValid(loginData.mail) " >