/*
 *    Copyright (c) 2016 University of Illinois Board of Trustees
 *    All rights reserved.
 *
 *    Developed by:       Technology Services at Illinois
 *                        University of Illinois
 *                        http://techservices.illinois.edu
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to
 * deal with the Software without restriction, including without limitation the
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 * sell copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 *    * Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimers.
 *    * Redistributions in binary form must reproduce the above copyright
 *      notice, this list of conditions and the following disclaimers in the
 *      documentation and/or other materials provided with the distribution.
 *    * Neither the names of Technology Services at Illinois, University of
 *      Illinois, nor the names of its contributors may be used to endorse or
 *      promote products derived from this Software without specific prior
 *      written permission.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 * WITH THE SOFTWARE.
 */

body, html {
    background: white;
}

#login {
    width: auto;
    padding: 0;
}

#login h1 {
    display: none;
}

#login form {
    margin-top: 0;
    padding-top: 0;

    -webkit-box-shadow: none;
    box-shadow: none;
}

#login-shib-uiuc {
}

#shib-uiuc-login-container {
    padding: 0;
    margin: 24px;
}

.site-branding {
    min-height: 72px;
    margin: 24px 0;
    padding-left: 80px;

    background-image: url(../images/imark_bold.gif);
    background-repeat: no-repeat;

    text-align: left;
}

.site-branding .site-title {
    line-height: 1.25;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
}

.site-branding .site-title a {
    color: black;
    text-decoration: none;
}

.site-branding .site-title a:hover {
    color: #00a0d2
}

.site-branding .site-description {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.5em 0;
}

.shib-uiuc-login-panel {
    width: 45%;
    float: left;
    padding: 0 10px 10px 0;
    position: relative;
}

.shib-uiuc-login-panel p {
    margin: 1em 0;
}

.shib-uiuc-login-panel fieldset {
    min-height: 180px;
    border: 1px solid #CCC;
    padding: 0 1.5em 0.5em 1.5em;
    margin-bottom: 0.7em;
}

.shib-uiuc-login-panel fieldset legend {
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
    padding: 5px;
}

.shib-uiuc-login-panel ul {
    padding-left: 40px;
}

.shib-uiuc-login-panel a {
    font-weight: bold;
    font-size: larger;
}

#shib-uiuc-splogin fieldset {
    border: 2px solid darkGreen;
}

#shib-uiuc-splogin fieldset legend {
    border: 2px solid darkGreen;
    background-color: lightGreen;
}

#shib-uiuc-wplogin {
    padding-top: 1px;
}
