ecff6005 by Jeff Balicki

SS

1 parent af91c49d
1 #login { 1 #login {
2 background: #fff url(../images/logo.png) top center no-repeat !important; 2 background: url(../images/logo-white-5.png) 40px 40px no-repeat !important;
3 padding-top: 170px; 3 padding-top: 40%;
4 width: 100%;
5 padding: 8% 0 0;
6 margin: auto;
4 7
5 } 8 }
6 9
7 body.login { 10 body.login {
8 background: #fff !important; 11
12 background: url(../images/login-background.jpg) no-repeat 0px bottom fixed;
13 -webkit-background-size: cover;
14 -moz-background-size: cover;
15 -o-background-size: cover;
16 background-size: cover;
9 } 17 }
10 18
11 #login {} 19 #login {}
12 20
21 .login #nav {
22 width: 35%;
23 display: block;
24 margin: auto;
25 margin-top: -100px;
26 background-color: transparent;
27 padding: 0px 100px 100px 240px;
28 margin-left: 30%;
29
30 }
31
13 .login #nav a { 32 .login #nav a {
14 color:#221D58 !important; 33 color: #221D58 !important;
15 color:#221D58 34 text-transform: uppercase;
35 background-color: transparent;
36 margin-left: 50px !important;
16 } 37 }
17 38
18 #login h1 { 39 #login h1 {
19 display:none; 40 display: none;
20 } 41 }
21 42
22 43
23 #login form { 44 #login form {
24 -moz-border-radius: 0px; 45 width: 35%;
25 -khtml-border-radius: 0; 46 min-height: 250px;
26 -webkit-border-radius: 0; 47 display: block;
27 -moz-box-shadow:none; 48 margin-top: 35%;
28 -webkit-box-shadow: none; 49 -moz-border-radius: 0px;
29 -khtml-box-shadow: none; 50 -khtml-border-radius: 0;
30 box-shadow: none; 51 -webkit-border-radius: 0;
31 border-radius: 0px; 52 -moz-box-shadow: none;
32 border: none; 53 -webkit-box-shadow: none;
33 background : transparent; 54 -khtml-box-shadow: none;
34 margin-left:0px; 55 box-shadow: none;
35 56 border-radius: 0px;
36 } 57 border: none;
37 form { margin-left:0px;} 58 padding: 60px 100px 100px 240px;
59 margin-left: 30%;
60 margin-top: 8%;
61 background: url(../images/login.png) 0px 0px no-repeat !important;
62 -webkit-background-size: cover;
63 -moz-background-size: cover;
64 -o-background-size: cover;
65 background-size: cover;
66 }
67
68 form {}
69
38 form { 70 form {
39 padding: 0px 16px 40px; 71 padding: 0px 16px 40px;
40 } 72 }
41 73
42 #login_error, .message { 74 #login_error,
75 .message {
43 -moz-border-radius: 0px; 76 -moz-border-radius: 0px;
44 border:none; 77 border: none;
45 margin: 0 8px 16px 8px; 78 margin: 0 8px 16px 8px;
46 border:1px solid #6ac9c8; 79 border: 1px solid #6ac9c8;
47 background-color:#221D58; 80 background-color: #221D58;
48 } 81 }
49 .updated, .login .message { 82
50 background-color:#221D58; 83 .updated,
51 color:#fff; 84 .login .message {
85 background-color: #221D58;
86 color: #fff;
52 } 87 }
53 88
54 label { 89 label {
55 color: #221D58; 90 color: #221D58;
56 font-size:11px; 91 font-size: 11px;
57 } 92 }
58 93
59 #nav { 94 #nav {
60 text-shadow: none; 95 text-shadow: none;
61 text-shadow: 0px; 96 text-shadow: 0px;
62 margin: 0; 97 margin: 0;
63 padding: 16px; 98 padding: 16px;
64 padding-top: 0px; 99 padding-top: 0px;
65 } 100 }
66 101
67 html {background-color:#fff !important;} 102 html {
68 103 background-color: #fff !important;
69 body.login {
70 border-top-color:#fff;
71 } 104 }
72 105
73 p#backtoblog { display:block; } 106 body.login {}
107
108 p#backtoblog {
109 display: block;
110 }
74 111
75 #backtoblog { 112 #backtoblog {
76 background: #fff; 113
77 color: #221D58; 114 color: #fff;
78 border: none; 115 border: none;
79 text-shadow: none; 116 text-shadow: none;
80 position: absolute; 117 position: absolute;
81 top: 0; 118 top: 50px;
82 left: 0; 119 left: 27%;
120
83 } 121 }
122
84 .login #backtoblog a, 123 .login #backtoblog a,
85 .login #backtoblog a:hover { 124 .login #backtoblog a:hover {
86 color: #221D58 !important; 125 color: #fff !important;
87 text-decoration: none !important; 126 text-decoration: none !important;
127 text-transform: uppercase;
88 } 128 }
89 129
90 #user_pass, #user_login, #user_email { 130 label {
131 margin-top: 10px !important;
132 display: block;
133 position: relative;
134 right: 0px;
135 margin-left: 50px !important;
136 }
137
138 #user_pass,
139 #user_login,
140 #user_email {
91 font-family: Georgia, Helvetica, Serif; 141 font-family: Georgia, Helvetica, Serif;
92 font-size:18px; 142 font-size: 18px;
93 font-style: italic; 143 font-style: italic;
144 border: none;
145 background: transparent;
146 box-shadow: none;
147 border-bottom: 1px solid #221D58;
148 width: 300px;
94 } 149 }
95 .login #login_error, .login .message, .login .success{ 150
96 151 .login #login_error,
152 .login .message,
153 .login .success {
154
97 border-left: 4px solid #6ac9c8; 155 border-left: 4px solid #6ac9c8;
156 }
157
158 #wp-submit {
159
160 transition: background-color 0.2s linear;
161 background-color: #221D58 !important;
162 color: #fff;
163 border: none;
164 border-radius: 0px;
165 font-size: 12px !important;
166 padding: 10px 30px;
167 line-height: 14px;
168 text-decoration: none;
169 text-transform: uppercase;
170 text-shadow: none !important;
171 float: left;
172 margin-top: 20px !important;
173 margin-left: 50px !important;
174
175 }
176
177 #wp-submit:hover {
178 background-color: #3BA3A2 !important;
179 text-decoration: none;
180 color: #fff;
181 border: none;
182 }
183
184 .forgetmenot {
185 display: none;
98 } 186 }
...\ No newline at end of file ...\ No newline at end of file
......
1 <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 163.68 88.3"><defs><style>.cls-1{fill:none;}.cls-2{fill:#221d58;}.cls-3{fill:#6ac9c8;}.cls-4{clip-path:url(#clip-path);}.cls-5{fill:#715f8a;}</style><clipPath id="clip-path" transform="translate(-2.15 -22.92)"><rect class="cls-1" x="2.19" y="22.92" width="163.65" height="88.3"/></clipPath></defs><title>logo</title><path class="cls-2" d="M62.54,71.63a21.48,21.48,0,0,0,1.25,7.56,16.71,16.71,0,0,0,3.44,5.66,14.61,14.61,0,0,0,5.18,3.53,16.93,16.93,0,0,0,6.49,1.23,10.26,10.26,0,0,0,4-.82,15.68,15.68,0,0,0,3.59-2.13,17.39,17.39,0,0,0,3-3,19.38,19.38,0,0,0,2.16-3.35l2.78,1.82A27.21,27.21,0,0,1,91.52,86a18.85,18.85,0,0,1-3.85,3.29,19.67,19.67,0,0,1-4.94,2.29,20.43,20.43,0,0,1-6.16.86,24,24,0,0,1-6.16-.76,22.41,22.41,0,0,1-5.32-2.13,19.87,19.87,0,0,1-7.58-7.53,20.44,20.44,0,0,1-2-5,20.65,20.65,0,0,1-.71-5.46,20.95,20.95,0,0,1,2.79-10.49,20.39,20.39,0,0,1,3.31-4.3,20.7,20.7,0,0,1,4.41-3.35,22.71,22.71,0,0,1,5.38-2.18,24.66,24.66,0,0,1,6.25-.77,18.58,18.58,0,0,1,5.81.86,20.41,20.41,0,0,1,4.85,2.29A19.77,19.77,0,0,1,91.48,57a25,25,0,0,1,2.92,3.89l-2.87,2A20.07,20.07,0,0,0,86,55.69a11.5,11.5,0,0,0-7-2.28,16.34,16.34,0,0,0-6.42,1.27,15.19,15.19,0,0,0-5.2,3.62A17.34,17.34,0,0,0,63.82,64a21.33,21.33,0,0,0-1.28,7.6Z" transform="translate(-2.15 -22.92)"/><path class="cls-2" d="M103.75,88.6h7.19a20,20,0,0,0,5-.56,10.5,10.5,0,0,0,3.52-1.57A6.28,6.28,0,0,0,121.54,84a7.34,7.34,0,0,0,.67-3.12,10.2,10.2,0,0,0-.6-3.54,6.8,6.8,0,0,0-2-2.83,9.72,9.72,0,0,0-3.55-1.89,18,18,0,0,0-5.36-.69h-7V88.6Zm0-19.1h8.46a10.28,10.28,0,0,0,3.55-.58,7.32,7.32,0,0,0,2.63-1.6,6.79,6.79,0,0,0,1.62-2.4,8,8,0,0,0,.55-3,7.71,7.71,0,0,0-.65-3.19,6.25,6.25,0,0,0-2-2.46,10,10,0,0,0-3.52-1.57,21,21,0,0,0-5.11-.55h-5.48V69.5Zm-6.64-18H113a22,22,0,0,1,5.79.72,15,15,0,0,1,4.53,2,9.65,9.65,0,0,1,2.94,3.11,7.84,7.84,0,0,1,1,4,11.37,11.37,0,0,1-.35,2.93,6.76,6.76,0,0,1-1.16,2.4,9.93,9.93,0,0,1-2.21,2.1,23.14,23.14,0,0,1-3.5,2v.12A14.33,14.33,0,0,1,124,72a10,10,0,0,1,2.93,2.09A9.1,9.1,0,0,1,128.74,77a10,10,0,0,1,.65,3.67,9.58,9.58,0,0,1-1,4.26,10.32,10.32,0,0,1-2.78,3.45,13.49,13.49,0,0,1-4.36,2.3,18.22,18.22,0,0,1-5.71.84H97.11V51.46Z" transform="translate(-2.15 -22.92)"/><polygon class="cls-2" points="131.74 28.54 146.64 60.41 160.53 28.54 163.68 28.54 145.71 69.56 144 69.56 124.73 28.54 131.74 28.54 131.74 28.54"/><polygon class="cls-3" points="33.48 37.15 92.25 9.82 24.75 27.46 33.48 37.15 33.48 37.15"/><g class="cls-4"><polygon class="cls-2" points="14.04 25.29 73.92 12.3 5 15.27 14.04 25.29 14.04 25.29"/><polygon class="cls-2" points="9.49 10.54 59.35 10.32 0 0 9.49 10.54 9.49 10.54"/></g><polygon class="cls-5" points="96.33 75.92 96.33 88.09 94.95 88.09 94.95 75.92 96.33 75.92 96.33 75.92"/><path class="cls-5" d="M102.92,111h-1.34v-9h1.34v1.57a3.39,3.39,0,0,1,3.07-1.76,3.29,3.29,0,0,1,3.45,3.6V111H108.1v-5.25a2.4,2.4,0,0,0-2.49-2.71,2.64,2.64,0,0,0-2.69,2.81V111Z" transform="translate(-2.15 -22.92)"/><path class="cls-5" d="M115.1,111.18a6.18,6.18,0,0,1-3.72-1.32l.68-1a5.23,5.23,0,0,0,3.11,1.14c1.08,0,1.86-.55,1.86-1.42v0c0-.9-1.06-1.25-2.24-1.58-1.41-.4-3-.88-3-2.54v0c0-1.55,1.28-2.57,3.06-2.57a6.13,6.13,0,0,1,3.23,1l-.61,1a5.13,5.13,0,0,0-2.66-.86c-1.06,0-1.74.55-1.74,1.3v0c0,.86,1.12,1.19,2.32,1.55,1.39.42,2.88,1,2.88,2.58v0c0,1.7-1.41,2.69-3.2,2.69Z" transform="translate(-2.15 -22.92)"/><path class="cls-5" d="M122.65,108.46a1.33,1.33,0,0,0,1.51,1.49,2.85,2.85,0,0,0,1.3-.31v1.14a3.25,3.25,0,0,1-1.61.39,2.29,2.29,0,0,1-2.54-2.54V103.2h-1.25V102h1.25V99.31h1.34V102h2.85v1.18h-2.85v5.26Z" transform="translate(-2.15 -22.92)"/><path class="cls-5" d="M128.14,111v-9h1.34v9Zm-.08-11V98.58h1.52v1.48Z" transform="translate(-2.15 -22.92)"/><path class="cls-5" d="M134.68,108.46a1.33,1.33,0,0,0,1.51,1.49,2.92,2.92,0,0,0,1.31-.31v1.14a3.32,3.32,0,0,1-1.62.39,2.29,2.29,0,0,1-2.54-2.54V103.2h-1.25V102h1.25V99.31h1.34V102h2.85v1.18h-2.85v5.26Z" transform="translate(-2.15 -22.92)"/><path class="cls-5" d="M146.43,102h1.32v9h-1.32v-1.56a3.43,3.43,0,0,1-3.08,1.75,3.28,3.28,0,0,1-3.44-3.6V102h1.34v5.25a2.4,2.4,0,0,0,2.49,2.72,2.66,2.66,0,0,0,2.69-2.82V102Z" transform="translate(-2.15 -22.92)"/><path class="cls-5" d="M152.79,108.46a1.33,1.33,0,0,0,1.52,1.49,2.88,2.88,0,0,0,1.3-.31v1.14a3.29,3.29,0,0,1-1.62.39,2.29,2.29,0,0,1-2.53-2.54V103.2H150.2V102h1.26V99.31h1.33V102h2.86v1.18h-2.86v5.26Z" transform="translate(-2.15 -22.92)"/><path class="cls-5" d="M164.48,106c-.14-1.63-1.08-3.06-2.87-3.06a3.09,3.09,0,0,0-2.92,3.06Zm-2.63,4a3.73,3.73,0,0,0,2.84-1.26l.83.74a4.63,4.63,0,0,1-3.7,1.69,4.71,4.71,0,0,1-.18-9.39c2.66,0,4.19,2.12,4.19,4.76,0,.13,0,.27,0,.42h-7.13a3.14,3.14,0,0,0,3.16,3Z" transform="translate(-2.15 -22.92)"/></svg>
...\ No newline at end of file ...\ No newline at end of file
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Generator: Adobe Illustrator 23.0.6, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3 <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 253.9 137" style="enable-background:new 0 0 253.9 137;" xml:space="preserve">
5 <style type="text/css">
6 .st0{fill:#FFFFFF;}
7 </style>
8 <title>Icon_CBV-Institute_Logo_header</title>
9 <g id="cbv-logo-text">
10 <g>
11 <path class="st0" d="M149.5,117.8v18.9h-2.1v-18.9C147.4,117.8,149.5,117.8,149.5,117.8z"/>
12 <path class="st0" d="M156.4,136.7h-2.1v-13.9h2.1v2.4c1-1.7,2.8-2.8,4.8-2.7c3.4,0,5.3,2.3,5.3,5.6v8.7h-2.1v-8.1
13 c0-2.6-1.4-4.2-3.9-4.2c-2.3-0.1-4.1,1.7-4.2,4c0,0.1,0,0.3,0,0.4L156.4,136.7L156.4,136.7z"/>
14 <path class="st0" d="M175.3,136.9c-2.1,0-4.2-0.8-5.8-2.1l1-1.5c1.4,1.1,3.1,1.7,4.8,1.8c1.6,0,2.9-0.8,2.9-2.2l0,0
15 c0-1.4-1.7-1.9-3.5-2.5c-2.2-0.6-4.6-1.4-4.6-4l0,0c0-2.4,2-4,4.8-4c1.8,0,3.5,0.6,5,1.5l-0.9,1.6c-1.2-0.8-2.6-1.2-4.1-1.3
16 c-1.7,0-2.7,0.8-2.7,2l0,0c0,1.3,1.7,1.9,3.6,2.4c2.2,0.6,4.5,1.5,4.5,4l0,0C180.2,135.4,178,136.9,175.3,136.9z"/>
17 <path class="st0" d="M187,132.7c-0.2,1.1,0.6,2.1,1.6,2.3c0.2,0,0.4,0,0.7,0c0.7,0,1.4-0.1,2-0.5v1.8c-0.8,0.4-1.6,0.6-2.5,0.6
18 c-2.3,0-4-1.1-4-4v-8.4H183v-1.9h1.9v-4.2h2.1v4.2h4.4v1.9H187V132.7z"/>
19 <path class="st0" d="M195.4,119.7v-2.3h2.4v2.3H195.4z M195.5,136.7v-13.9h2.1v13.9H195.5z"/>
20 <path class="st0" d="M205.7,132.7c-0.2,1.1,0.6,2.1,1.6,2.3c0.2,0,0.4,0,0.7,0c0.7,0,1.4-0.1,2-0.5v1.8c-0.8,0.4-1.6,0.6-2.5,0.6
21 c-2.3,0-4-1.1-4-4v-8.4h-1.9v-1.9h1.9v-4.2h2.1v4.2h4.4v1.9h-4.4L205.7,132.7L205.7,132.7z"/>
22 <path class="st0" d="M223.9,122.7h2.1v13.9h-2.1v-2.4c-1,1.7-2.8,2.8-4.8,2.7c-3.4,0-5.3-2.3-5.3-5.6v-8.7h2.1v8.1
23 c0,2.6,1.4,4.2,3.9,4.2c2.3,0.1,4.1-1.7,4.2-4c0-0.1,0-0.3,0-0.4L223.9,122.7L223.9,122.7z"/>
24 <path class="st0" d="M233.8,132.7c-0.2,1.1,0.6,2.1,1.6,2.3c0.2,0,0.4,0,0.7,0c0.7,0,1.4-0.1,2-0.5v1.8c-0.8,0.4-1.6,0.6-2.5,0.6
25 c-2.3,0-4-1.1-4-4v-8.4h-1.9v-1.9h1.9v-4.2h2.1v4.2h4.4v1.9h-4.4L233.8,132.7L233.8,132.7z"/>
26 <path class="st0" d="M247.8,135.2c1.7,0,3.3-0.7,4.4-2l1.3,1.2c-1.4,1.7-3.6,2.7-5.8,2.6c-3.9,0-7-3.1-7-7c0-0.1,0-0.2,0-0.3
27 c0-4,2.8-7.3,6.7-7.3c4.1,0,6.5,3.3,6.5,7.4v0.6h-11C243,133.1,245.1,135.2,247.8,135.2z M251.9,128.9c-0.2-2.5-1.7-4.8-4.4-4.8
28 c-2.4,0-4.3,2-4.5,4.8H251.9z"/>
29 </g>
30 <g>
31 <path class="st0" d="M93.7,75.6c-0.1,4,0.6,7.9,1.9,11.7c1.2,3.3,3,6.2,5.3,8.8c2.3,2.4,5,4.2,8,5.5c3.2,1.3,6.6,1.9,10.1,1.9
32 c2.1,0,4.2-0.4,6.2-1.3c2-0.8,3.9-1.9,5.6-3.3c1.7-1.4,3.2-2.9,4.6-4.6c1.3-1.6,2.4-3.3,3.3-5.2l4.3,2.8c-1.3,2.2-2.8,4.2-4.5,6
33 c-1.8,2-3.8,3.7-6,5.1c-2.4,1.6-5,2.7-7.7,3.5c-3.1,0.9-6.4,1.4-9.6,1.3c-3.2,0-6.5-0.4-9.6-1.2c-2.9-0.8-5.7-1.9-8.3-3.3
34 c-2.5-1.4-4.7-3.1-6.7-5.1c-2-1.9-3.7-4.2-5-6.6c-1.4-2.4-2.4-5-3.1-7.7c-1.5-5.6-1.5-11.4,0-17c0.8-2.7,1.8-5.3,3.2-7.8
35 c1.4-2.4,3.1-4.7,5.1-6.7c2.1-2,4.4-3.8,6.9-5.2c2.6-1.5,5.4-2.6,8.3-3.4c3.2-0.8,6.4-1.2,9.7-1.2c3,0,6.1,0.4,9,1.3
36 c2.6,0.9,5.1,2.1,7.5,3.5c2.2,1.4,4.2,3.1,6,5.1c1.7,1.9,3.3,3.9,4.6,6l-4.4,3c-2.6-5-5.4-8.7-8.6-11.1c-3.2-2.3-7-3.5-10.9-3.5
37 c-6.8-0.1-13.4,2.7-18.1,7.6c-2.4,2.6-4.2,5.6-5.4,8.9C94.3,67.4,93.7,71.5,93.7,75.6z"/>
38 <path class="st0" d="M147.4,44.2h24.7c3,0,6.1,0.4,9,1.1c2.5,0.6,4.9,1.7,7,3.1c1.9,1.2,3.4,2.9,4.6,4.8c1.1,1.9,1.6,4,1.6,6.2
39 c0,1.5-0.2,3.1-0.5,4.6c-0.4,1.3-1,2.6-1.8,3.7c-1,1.2-2.1,2.4-3.4,3.3c-1.7,1.2-3.5,2.2-5.4,3.1v0.2c2,0.3,4,0.9,5.9,1.8
40 c3.4,1.5,6.1,4.2,7.5,7.7c1.5,4,1.3,8.4-0.5,12.3c-1.1,2.1-2.5,3.9-4.3,5.4c-2,1.6-4.3,2.8-6.8,3.6c-2.9,0.9-5.9,1.4-8.9,1.3
41 h-28.6V44.2H147.4z M157.6,72.3h13.1c1.9,0,3.7-0.3,5.5-0.9c1.5-0.5,2.9-1.4,4.1-2.5c1.1-1.1,1.9-2.3,2.5-3.7
42 c0.6-1.5,0.9-3.1,0.8-4.7c0-1.7-0.3-3.4-1-5c-0.7-1.5-1.8-2.8-3.2-3.8c-1.6-1.1-3.5-1.9-5.4-2.4c-2.6-0.6-5.2-0.9-7.9-0.8h-8.5
43 L157.6,72.3L157.6,72.3z M157.6,101.9h11.1c2.6,0,5.3-0.3,7.8-0.9c1.9-0.5,3.8-1.3,5.4-2.4c1.4-0.9,2.5-2.3,3.2-3.8s1-3.1,1-4.8
44 c0-1.9-0.3-3.7-0.9-5.5c-0.6-1.7-1.6-3.2-3-4.4c-1.6-1.3-3.5-2.3-5.5-2.9c-2.7-0.8-5.5-1.2-8.3-1.1h-10.8V101.9z"/>
45 <path class="st0" d="M204.4,44.2l23.1,49.5L249,44.2h4.9L226,107.9h-2.7l-29.9-63.7H204.4z"/>
46 </g>
47 </g>
48 <g id="arrow">
49 <polygon class="st0" points="52,57.6 143.1,15.2 38.4,42.6 "/>
50 <polygon class="st0" points="21.8,39.2 114.7,19.1 7.8,23.7 "/>
51 <polygon class="st0" points="14.7,16.3 92.1,16 0,0 "/>
52 </g>
53 </svg>
......