diff --git a/css/offcanvas.css b/css/offcanvas.css index e077286..1f5a648 100644 --- a/css/offcanvas.css +++ b/css/offcanvas.css @@ -70,7 +70,7 @@ body { .text-white-50 { color: rgba(255, 255, 255, .5); } .bg-purple { background-color: #6f42c1; } -.bg-blue { background-color: #4854ff; } +.bg-blue { background-color: #007bff; } .lh-100 { line-height: 1; } .lh-125 { line-height: 1.25; } diff --git a/css/signin.css b/css/signin.css new file mode 100644 index 0000000..fc1b18b --- /dev/null +++ b/css/signin.css @@ -0,0 +1,44 @@ +html, +body { + height: 100%; +} + +body { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding-top: 40px; + padding-bottom: 40px; + background-color: #f5f5f5; +} + +.form-signin { + width: 100%; + max-width: 330px; + padding: 15px; + margin: auto; +} +.form-signin .checkbox { + font-weight: 400; +} +.form-signin .form-control { + position: relative; + box-sizing: border-box; + height: auto; + padding: 10px; + font-size: 16px; +} +.form-signin .form-control:focus { + z-index: 2; +} +.form-signin input[type="email"] { + margin-bottom: -1px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.form-signin input[type="password"] { + margin-bottom: 10px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} \ No newline at end of file diff --git a/img/icon-cloud.jpg b/img/icon-cloud.jpg new file mode 100644 index 0000000..5a4fd90 Binary files /dev/null and b/img/icon-cloud.jpg differ diff --git a/index.html b/index.html index c237c1a..89d40c2 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@ diff --git a/login.html b/login.html new file mode 100644 index 0000000..7370ad3 --- /dev/null +++ b/login.html @@ -0,0 +1,58 @@ + + + + + + + + + + BlueWeather login + + + + + + + + + + + + + +
+ +

Please sign in

+ + + + +
+ +
+ + + +
+ + + \ No newline at end of file