/* ========================================================= NEHU KOHA OPAC LOGIN - SMALL COMPACT LIGHT BLUE BOX ========================================================= */ /* Entire login page */ body#opac-login-page, body#opac-login-page main.main { background: #eaf6fb !important; } /* Smaller Bootstrap login column */ body#opac-login-page .row.justify-content-center > .col-md-10.col-lg-6 { max-width: 340px !important; flex: 0 0 340px !important; } /* Small compact login panel */ body#opac-login-page #opac-auth { background: #d6f0f8 !important; border: 1px solid #a9d5e3 !important; border-radius: 7px !important; padding: 12px 16px !important; margin: 10px auto !important; box-shadow: none !important; } /* "Log in to your account" - smaller */ body#opac-login-page #opac-auth > h1 { font-size: 12px !important; line-height: 1.2 !important; color: #245c70 !important; text-align: center !important; margin: 0 0 7px 0 !important; padding: 0 !important; font-weight: 500 !important; } /* Username and password labels */ body#opac-login-page #auth label { font-size: 11px !important; color: #245c70 !important; margin-bottom: 2px !important; } /* Username and password fields */ body#opac-login-page #auth input[type="text"], body#opac-login-page #auth input[type="password"] { height: 28px !important; min-height: 28px !important; font-size: 11px !important; padding: 3px 6px !important; background: #ffffff !important; border: 1px solid #a9d5e3 !important; } /* Reduce space between fields */ body#opac-login-page #auth .form-group { margin-bottom: 5px !important; } /* Login button */ body#opac-login-page #auth input[type="submit"] { height: 29px !important; min-height: 29px !important; font-size: 11px !important; padding: 3px 14px !important; } /* Reduce action area */ body#opac-login-page #auth fieldset.action { margin-top: 4px !important; margin-bottom: 3px !important; } /* Login instructions */ body#opac-login-page #nologininstructions { margin-top: 6px !important; } /* Instruction headings */ body#opac-login-page #nologininstructions h2 { font-size: 11px !important; line-height: 1.2 !important; color: #245c70 !important; margin: 5px 0 2px 0 !important; } /* Instruction text */ body#opac-login-page #nologininstructions p { font-size: 10px !important; line-height: 1.25 !important; margin-bottom: 4px !important; } /* Forgot password */ body#opac-login-page #forgotpassword { font-size: 10px !important; margin-top: 3px !important; } /* Registration */ body#opac-login-page #registrationinstructions { font-size: 10px !important; margin-top: 3px !important; }