﻿/* sign-in page*/
.localAccount {
    width: 40%;
    margin: 2em auto;
    text-align: center;
}
.entry {
    margin-top: 2em;
    border: thin solid #070078;
    padding: 2em;
}

input[type="email"], input[type="password"] {
    background-color: #e3e4e2;
    width: 100%;
    margin: 1em auto;
    padding: 4px 8px;
    color: #737370;
    line-height: 1.625;
    border-radius: 0;
    box-shadow: none;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.password-label label{
    width: 100%;
    display:block;
}

#hero-panel {
    background: #070078;
    padding: 0.5em 1em;
}

.buttons button {
    padding: 6px 20px 5px 20px;
    border: 2px solid #474c55;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #474c55;
    line-height: 1.625;
    background:none;
}
.buttons button:hover {
    color: #fff;
    background: #474c55;
}
/* ??? */
div#postcode_lookup input {
    display: inline-block;
}

    div#postcode_lookup input#opc_input {
        width: 200px;
    }

    div#postcode_lookup input#opc_button {
        border: 1px solid #CCC;
    }

/* ??? */
span.profileContent {
    position: relative;
}

    span.profileContent a {
        background-color: #008CBA;
        margin: 0px;
        color: #FFF;
        font-weight: normal;
        padding: 5px;
        position: absolute;
        z-index: 100;
        right: 0;
        display: none;
    }

    span.profileContent:hover,
    span.profileContent input:hover {
        cursor: pointer;
    }
/* Full membership form */
/*div.companyselector {
    display: none;
}*/
div#ui-datepicker-div {
    position: absolute !important;
}
div.hidConfirmation {
    display: none;
}

.js .jsHide{
    display:none;
}

.margin10{margin: 10px}

/* Registration Page*/
.registrationform section + section {margin-top:0; padding-top:0;}