Multiple improvements from IPPF related to layouts. (#1081)
[openemr.git] / interface / themes / login.css
blob5987670ea895e9ec702a9f00032b764bc9a2d904
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: #f4f4f4;
24 .login-failure {
25 background-color: #ff5d5a;
26 color: #fff;
27 font-weight: bold;
30 .login .container {
31 margin-top: 75px;
32 padding:25px;
33 max-width: 785px;
34 background: #fff;
37 .logo-left {
38 float: left;
41 .login-title-label {
42 margin-bottom: 10px;
43 margin-left: 30px;
44 font-weight: bold;
45 font-size: 130%;
48 .login-logo-wrapper {
49 max-width: 400px;
52 .tinylogopng
54 width: 86px;
55 height: 43px;
56 margin-bottom: 10px;