/*	-----------------------------------
	Login
	----------------------------------- */
.eid-login {
    min-height: 100%;
    box-sizing: border-box;
}
.eid-login:before,
.eid-login:after {
    content: " ";
    display: table;
}
.eid-login:after {
    clear: both;
}
.eid-login label > input {
    margin-top: 4px;
}
.eid-login input.eid-input.eid-login__input {
    font-size: 1em;
    padding: 6px 12px;
    height: 34px;
    width: 100%;
}
/*.eid-login-image,
.eid-login-form,
.eid-login-other-ways {
    border: 1px solid #ccc;
}*/
.eid-login-captcha {
    padding-top: 20px;
}
.eid-login-other-ways {
    border-width: 1px 0 0 0;
    clear: both;
}
.eid-login-other-ways-title {
    font-weight: normal;
    font-size: 1em;
}
.eid-login-actions {
    margin: 5px 0;
}
.eid-login-actions:before,
.eid-login-actions:after {
    content: "";
    display: table;
}
.eid-login-actions:after {
    clear: both;
}
.eid-login__recover {
    font-size: .8em;
    font-weight: 700;
    float: right;
}
.eid-login-option-list,
.eid-login-option-list > li {
    list-style: none;
    padding: 0;
    margin: 0 0 .5em 0;
}
.eid-login-option-list {
    float: left;
}
.eid-login-option-list a {
    vertical-align: baseline;
}
.eid-login-button {
    width: 100%
}
.eid-login-custom,
.eid-login-form {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.eid-login-form:before,
.eid-login-form:after {
    content: " ";
    display: table;
}
.eid-login-form:after {
    clear: both;
}
.eid-login-custom-image-hack {
    visibility: hidden;
    width: 100%;
}
.eid-login-custom {
    background: url("images/eidsubway.png") no-repeat;
    background-size: contain;
    position: relative;
    width: 60%;
    height: 100%;
    padding-right: 20px;
    display: none;
}
.eid-login-image {
    width: 100%;
}
.eid-login-custom-content {
    color: #fff;
    overflow: hidden;
    position: absolute;
    top: 60%;
    left: 30px;
}
.eid-login-custom-title {
    font-size: 2.4em;
}
.eid-login-custom-description {
    font-size: 1.6em;
    padding: 5px 0 6px 0;
}
/*.eid-login-error {
    padding: 10px;
    margin-bottom: 10px;
}*/
.eid-login-form {
    width: 40%;
    max-width: 500px;
    background: #f5f5f5;
    padding: 20px;
    margin: 30px auto;
    float: none;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.eid-idp-list,
.eid-idp-list > li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.eid-idp-list > li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-top: 7px;
}
.eid-idp-list > li:nth-child(odd) {
    padding-right: 7px;
}
.eid-idp-link[href] {
    display: block;
    font-size: .8em;
    position: relative;
    color: #fff;
    background: #00A9F5;
    padding: 10px 10px 10px 42px;
    min-height: 23px;
    overflow: hidden;
    height: 2.8em;
}
.eid-idp-link[href]:hover {
    opacity: .8;
}
/* Add [href] so added :hover and :visited isn't necessary*/
.eid-idp-link-paypal[href] {
    background-color: #003268;
}
.eid-idp-link-twitter[href] {
    background-color: #00ACE8;
}
.eid-idp-link-facebook[href] {
    background-color: #3A589B;
}
.eid-idp-link-google[href] {
    background-color: #DF562C;
}
.eid-idp-link-yahoo[href] {
    background-color: #5A2973
}
.eid-idp-link-yammer[href] {
    background-color: #0093BE;
}
.eid-idp-link-smartcard[href] {
    background-color: #E1A844;
}
.eid-idp-link-salesforce[href] {
    background-color: #F63E26;
}
.eid-idp-link-linkedin[href] {
    background-color: #007AB8;
}
.eid-idp-link-box[href] {
    background-color: #007FC9;
}
.eid-idp-icon {
    width: 22px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 10px;
}
.eid-idp-title {
    display: none;
}
.eid-idp-description-wrapper {
    height: 2.8em;
    overflow: hidden;
}
.eid-idp-description {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    height: 2.8em;
}
.eid-login-no-empowerid .eid-login-other-ways {
    border: none;
    margin-top: 0;
    padding-top: 0;
}
.eid-login-no-empowerid .eid-login-actions {
    margin-top: 0;
}
.eid-login-no-tiles .eid-login-actions {
    margin-bottom: 0;
}
.eid-header-flag-login {
    float: right;
    /*padding-right: 30px;
    padding-left: 30px;*/
}
.eid-login-remember-provider {
    padding: 10px 0;
}

.eid-username-input {
    font-weight: 700;
}

@media handheld, only screen and (max-width: 832px) {
    .eid-login-custom {
    width: 58%;
    padding-right: 20px;
}
    .eid-login-custom-title {
    font-size: 1.8em;
}
    eid-login-custom-description {
    font-size: 1.2em;
}
}
@media handheld, only screen and (max-width: 715px) {
    .eid-login-custom,
    .eid-login-form {
        padding:15px;
        width: auto;
    }
}

@media handheld, only screen and (max-width: 420px){
    .eid-login-custom-description,
    .eid-login-custom-title {
        width: 100%;
    }
    .eid-login-custom-content {
    top: 55%;
    }

}
@media handheld, only screen and (max-width: 832px){
    .eid-login-custom-title {
        font-size: 1.6em;
    }
    .eid-login-custom-description {
    font-size: 1.3em;
    }
}