diff --git a/Bootstrap.Admin/Bootstrap.Admin.csproj b/Bootstrap.Admin/Bootstrap.Admin.csproj index bc6fe3e4..36f3d5c7 100644 --- a/Bootstrap.Admin/Bootstrap.Admin.csproj +++ b/Bootstrap.Admin/Bootstrap.Admin.csproj @@ -115,6 +115,7 @@ + diff --git a/Bootstrap.Admin/Content/images/bg4.jpg b/Bootstrap.Admin/Content/images/bg4.jpg new file mode 100644 index 00000000..5d6863eb Binary files /dev/null and b/Bootstrap.Admin/Content/images/bg4.jpg differ diff --git a/Bootstrap.Admin/Content/login.css b/Bootstrap.Admin/Content/login.css index 5ad23fa6..9cac3641 100644 --- a/Bootstrap.Admin/Content/login.css +++ b/Bootstrap.Admin/Content/login.css @@ -1,15 +1,19 @@ -.form-signin { +body { + background: url('images/bg4.jpg') fixed repeat; +} + +.form-signin { margin: 0 auto; - background: #fff; border-radius: 5px; - border: solid 1px #ddd; + border: solid 1px #1a88a9; + background: rgba(255, 255, 255, 0.23); } .form-signin .form-signin-heading { margin: 0; padding: 15px; text-align: center; - background: #41cac0; + background: rgba(0, 0, 0, 0.57); border-radius: 5px 5px 0 0; color: #fff; font-size: 34px;