﻿#hero-panel h2 {
    color:#fff;
    text-align:left;
}
#forgotPassword {
    font-family: 'Battersea', Tahoma, sans-serif;
}

#top-bar {
    display: block;
}

.buttons > button {
    margin-top: 2rem;
    width: 100%;
}
.buttons button {
    color: #fff;
    background: #474c55;
}
.buttons button:hover {
    color: #474c55;
    background: #fff;
}

.cimlogo {
    padding-left: 16px;
    padding-top: 8px;
}
h1 {
    margin:1em 0 0.5em 0;
    border-bottom: thin solid #737370;
}

h2{
    font-family: 'Battersea', Tahoma, sans-serif;
}

.intro, .intro h2, .options h3 {
    font-family: 'Battersea', Tahoma, sans-serif;
    color: #737370;
}
.entry {
    border: thin solid #737370;
    margin: 0 auto 2em;
    padding: 2em;
    width: 86%;
}
.options {
    padding: 5em 0 1em 4em;
}
.options a {font-size:2em; margin-bottom: 1em;}

.options .info-area {
    margin-top:2em;
}

.signin .error p {color: red; font-size: 1.5em;}

.password-label > label, .entry-item > label, .rememberMe > label {
    font-family: 'Battersea', Tahoma, sans-serif;
    color: #737370;
}

input {
    border: 1px solid #737370;
    color: #737370;
    padding: 0.5rem !important;
}

.attention {
    background: aliceblue;
    padding: 2em;
    margin: 0.5em;
    max-width: 985px;
    text-align:center;
}
.attention p {margin-bottom:0;}
.attention a {color: #070078;}
.localAccount {width: 100%; margin: 1em auto;}
#footer {margin-top: 2em;}


/*-------------- Password Reset -------------*/
.password-reset .hide {display: none !important;}
.password-reset .error {color: red;}
.password-reset .error p {color: #474c55;}
.password-reset #api {text-align:center;}
.password-reset ul li {list-style-type:none;}
.password-reset .buttons button {width: auto;}
/*.password-reset .buttons #continue, .password-reset .buttons #cancel {display:none;}
.password-reset .error {display:none;}
.password-reset input {display:block; margin:1em auto;}
.password-reset .attrEntry label {display:none;}
.password-reset .verificationInfoText#email_intro {display:none !important;}*/
/*.password-reset .verify label, .password-reset .verify input {display: block !important;}*/
.password-reset .verificationInfoText {color: green; font-weight:bold;}
.password-reset .verificationInfoText.error {color: red;}
.password-reset .Password {width: 50%; margin: auto;}
.password-reset .Password .helpLink.tiny {display: none;}
.password-reset .attr ul {margin: 0;}
.password-reset .buttons.verify {margin-top: 1em;}
.password-reset .blocking {display:block !important; margin:1em auto 0.5em auto;}
/*.password-reset #email_ver_input {display: block !important; margin: auto;}
.password-reset #email_ver_input_label.hide, .password-reset #email_ver_input.hide {display: none !important;}*/

    @media only screen and (max-width:736px) {
        .cimlogo {
            margin-top: 2em;
            text-align: center;
            width: 100%;
        }

        .localAccount {
            width: 100%;
        }

        .search-button {
            width: 100% !important;
        }

        ul.inline-list > .right {
            margin: 1em 0 1em 12.5%;
            width: 100%;
        }

            ul.inline-list > .right > ul {
                margin-left: 17%;
            }

        ul.inline-list > .icon.fill, ul.inline-list > .icon.stroke {
            width: 16%;
        }

    /* -------- sign in page ------- */
    .small-6.signin, .small-6.options {width: 100%;}
    .small-6.options {padding-top: 0; padding-left: 2em;}
    .small-6.options a {font-size: 1.2em;}
    ul.inline-list > .icon.fill, ul.inline-list > .icon.stroke {width: 28%; text-align:center; margin: auto;}
    .entry {width: 96%}

    /* --------- Password Reset ----------- */
        .password-reset .Password {width: 80%;}
    }

    .LPMContainer {
        background-color: rgba(7,0,120,0.9) !important;
    }

    .popover {
        background: #fff;
        color: #000;
        padding: 0.5em;
        border-radius: 0.5em;
    }
