First impression, update the look of the landing page (#3626)
[openemr.git] / interface / themes / login_page.scss
blobcf3c71e897e8f9ed656d4e96ac551a3dbae2d697
1 /**
2 * Login page stylesheet.
4 * LICENSE: This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version 2
7 * of the License, or (at your option) any later version.
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 * You should have received a copy of the GNU General Public License
13 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
15 * @package OpenEMR
16 * @author  Robert Down <robertdown@live.com>
17 * @link    http://www.open-emr.org
20 body.login {
21   background: $light;
24 .login-failure {
25   background-color: $danger;
26   color: $white;
27   font-weight: bold;
30 .login .container {
31   background: $white;
32   border-radius: 10px;
33   box-shadow: 0 30px 60px 0 rgba($black, 0.3);
34   margin-top: 75px;
35   max-width: 785px;
36   padding: 25px;
39 .logo-left {
40   float: left;
43 .login-title-label {
44   font-size: 130%;
45   font-weight: bold;
46   margin-bottom: 10px;
47   margin-left: 30px;
50 .login-logo-wrapper {
51   max-width: 400px;
54 .tinylogopng {
55   height: 43px;
56   margin-bottom: 10px;
57   width: 86px;
60 #ui-id-1 > .message {
61   color: $danger;
62   font-weight: bold;