diff --git a/OutOfSchool/OutOfSchool.IdentityServer/Views/Auth/Login.cshtml b/OutOfSchool/OutOfSchool.IdentityServer/Views/Auth/Login.cshtml index 1fd387397a..802026bb28 100644 --- a/OutOfSchool/OutOfSchool.IdentityServer/Views/Auth/Login.cshtml +++ b/OutOfSchool/OutOfSchool.IdentityServer/Views/Auth/Login.cshtml @@ -8,10 +8,19 @@ ViewData["Title"] = SharedLocalizer["Entrance to Extracurricular activities"]; Layout = "_Layout"; } - -
-

@SharedLocalizer["Sign In With"]

-
+
+
+

@SharedLocalizer["Увійти"].Value.ToUpper()

+
+ + +
+
або заповніть форму
+ @*
*@ @* @foreach (var provider in Model.ExternalProviders) *@ @@ -26,24 +35,34 @@ -
- - - -
-
- - - -
-
- -
-
-
\ No newline at end of file diff --git a/OutOfSchool/OutOfSchool.IdentityServer/Views/Auth/Register.cshtml b/OutOfSchool/OutOfSchool.IdentityServer/Views/Auth/Register.cshtml index cb7e046322..5db4de3116 100644 --- a/OutOfSchool/OutOfSchool.IdentityServer/Views/Auth/Register.cshtml +++ b/OutOfSchool/OutOfSchool.IdentityServer/Views/Auth/Register.cshtml @@ -9,19 +9,19 @@ ViewData["Title"] = SharedLocalizer["Registration for Extracurricular activities"]; Layout = "_Layout"; } -
-
-

@SharedLocalizer["Register"].Value.ToUpper()

-
@SharedLocalizer["To be able to apply to clubs or become a service provider"]
-
- -
-
@SharedLocalizer["or fill out the form"]
+
@SharedLocalizer["or fill out the form"]
@@ -78,7 +78,7 @@
+38
- +
@@ -129,7 +129,7 @@
  • @SharedLocalizer["By registering I agree with"] - @SharedLocalizer["Terms of use"] + @SharedLocalizer["Terms of use"] @SharedLocalizer["and consent to the processing of personal data"]
  • @@ -140,7 +140,7 @@
    diff --git a/OutOfSchool/OutOfSchool.IdentityServer/Views/Shared/_Layout.cshtml b/OutOfSchool/OutOfSchool.IdentityServer/Views/Shared/_Layout.cshtml index 34f57236fd..e39698eba3 100644 --- a/OutOfSchool/OutOfSchool.IdentityServer/Views/Shared/_Layout.cshtml +++ b/OutOfSchool/OutOfSchool.IdentityServer/Views/Shared/_Layout.cshtml @@ -7,8 +7,8 @@ -
    - @RenderBody() -
    +
    + @RenderBody() +
    diff --git a/OutOfSchool/OutOfSchool.IdentityServer/wwwroot/css/site.css b/OutOfSchool/OutOfSchool.IdentityServer/wwwroot/css/site.css index 38bf57334b..bcbeac0c12 100644 --- a/OutOfSchool/OutOfSchool.IdentityServer/wwwroot/css/site.css +++ b/OutOfSchool/OutOfSchool.IdentityServer/wwwroot/css/site.css @@ -1,4 +1,4 @@ -html, +html, body { height: 100%; } @@ -53,14 +53,6 @@ a { text-decoration: none; color: inherit; } - -.login__wrapper { - display: flex; - flex-direction: column; - align-items: center; - margin: 0; - padding: 10px; -} .login__text, .login__label, .login__link { @@ -117,13 +109,13 @@ a { color: #4158d0; } -.registration { +.wrapper { display: flex; justify-content: center; margin-top: 50px; } -.registration_wrapper { +.icon_wrapper { background: #ffffff; box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08); border-radius: 5px; @@ -134,29 +126,29 @@ a { flex-direction: column; width: 640px; } -.registration_title { +.icon_title { line-height: 20px; text-align: center; color: #444444; margin: 0; } -.registration_subtitle { +.icon_subtitle { line-height: 18px; text-align: center; color: #aaaaaa; margin: 16px 0 0 0; } -.registration_social { +.icon_social { margin-top: 24px; } -.registration_button { +.icon_button { border: none; outline: none; background: inherit; margin: 0 0.3rem; cursor: pointer; } -.registration_option { +.option { font-size: 0.8125rem; line-height: 18px; text-align: center; @@ -164,7 +156,7 @@ a { position: relative; margin-top: 24px; } -.registration_option:after { +.option:after { content: ""; display: block; position: absolute; @@ -175,7 +167,7 @@ a { top: 50%; transform: translate(-120%, -50%); } -.registration_option:before { +.option:before { content: ""; display: block; position: absolute; @@ -243,7 +235,7 @@ a { .registration_item-password { margin-bottom: 8px; } -.registration_link { +.link { color: #3849f9; font-weight: bold; text-decoration: underline; @@ -436,4 +428,4 @@ a { .registration_form { width: 95%; } -} +} \ No newline at end of file