
.portal-container {
    background-color: rgb(255,255,255);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 4px rgba(0,0,0,0.2);
    margin: 40px auto 0;
    padding: 24px;
    padding-bottom: 10px;
    font-size: 13px;
    max-width: 720px;
    overflow: hidden;
}

#infobox {
    line-height: 1.6em;
    padding: 0 0 0 40px;
    /* float: right; */
}

.ie7 #infobox {
    padding: 0;
}

#infobox .icon {
    font-size: 12px;
    list-style-type: none;
    margin-left: -13px;
    margin-bottom: 4px;
    letter-spacing: -0.25px;
    padding-left: 20px;
}

    #infobox .icon.pc {
        background: url(/img/CBALogin/icon_pc_gray.png) left center no-repeat;
    }

    #infobox .icon.ie {
        background: url(/img/CBALogin/icon_ie.png) left center no-repeat;
        float: left;
    }

    #infobox .icon.chrome {
        background: url(/img/CBALogin/icon_chrome.png) left center no-repeat;
        float: left;
        margin-left: 5px;
    }

    #infobox .icon.ff {
        background: url(/img/CBALogin/icon_firefox.png) left center no-repeat;
        float: left;
        margin-left: 5px;
    }

    #infobox .icon.safari {
        background: url(/img/CBALogin/icon_safari.png) left center no-repeat;
        float: left;
        margin-left: 5px;
    }

    #infobox .icon.pdf {
        background: url(/img/CBALogin/icon_pdf.png) left center no-repeat;
        clear: both;
    }

    #infobox .icon.help {
        background: url(/img/CBALogin/icon_help.png) left center no-repeat;
    }
    #infolinks li {
        display: inline;
        list-style: none;
        margin-right: 25px;
    }

        #infolinks li a {
            font-weight: bold;
            color: #666;
            text-decoration: none;
        }

    /*FORM*/
    #loginform {
        /* float: left; */
    }

    .ielt #loginform {
        margin-top: -15px;
    }

    #loginform label {
        display: block;
        font-size: small;
        line-height: 1;
    }

    .ielt #loginform label {
        margin-top: -5px;
    }

    .ie7 #loginform label {
        margin-top: 0;
    }

    #loginform .checkbox span {
        margin: 0px 8px;
        position: absolute;
    }

    .ie7 #loginform .checkbox span {
        position: static;
    }

    #loginform #loginEmail {
        background-image: url(/img/CBALogin/icon_user.png);
        background-position: 10px center;
        background-repeat: no-repeat;
        padding: 10px 10px 10px 35px;
    }

    #loginform #loginPassword {
        background-image: url(/img/CBALogin/icon_pass.png);
        background-position: 10px center;
        background-repeat: no-repeat;
        padding: 10px 10px 10px 35px;
    }
    #loginform input[type="text"],
    #loginform input[type="email"],
    #loginform input[type="number"],
    #loginform input[type="search"],
    #loginform input[type="password"],
    #loginform textarea {
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 2px;
        -webkit-box-shadow: inset 0 1px 4px rgba(204, 204, 204, 0.75);
        -moz-box-shadow: inset 0 1px 4px rgba(204, 204, 204, 0.75);
        box-shadow: inset 0 1px 4px rgba(204, 204, 204, 0.75);
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #666;
        margin: 6px 0 12px 0;
        padding: 10px;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
        width: 290px;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

        #loginform input[type="text"]:focus,
        #loginform input[type="email"]:focus,
        #loginform input[type="number"]:focus,
        #loginform input[type="search"]:focus,
        #loginform input[type="password"]:focus,
        #loginform textarea:focus,
        #loginform select:focus {
            background-color: #f8f8f8;
            border-color: #ccc;
            -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;
            -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #ccc;
            color: rgb(0,0,0);
        }

        #loginform input[type="text"]:invalid:focus,
        #loginform input[type="email"]:invalid:focus,
        #loginform input[type="number"]:invalid:focus,
        #loginform input[type="search"]:invalid:focus,
        #loginform input[type="password"]:invalid:focus,
        #loginform textarea:invalid:focus,
        #loginform select:invalid:focus {
            background-color: #f8f8f8;
            border-color: rgba(204, 51, 51, 0.5);
            -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(204, 51, 51, 0.5);
            -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(204, 51, 51, 0.5);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(204, 51, 51, 0.5);
        }
    /*BUTTON DESIGN*/
    [class*='btn-'] {
        border: none;
        border-bottom: 2px solid rgba(0,0,0,.15);
        border-top: 1px solid rgba(255,255,255,.15);
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 140%;
        padding: 10px 20px;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        text-transform: uppercase;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .btn-login {
        background-color: #999;
        border-radius: 0;
        border: 1px solid rgb( 186, 186, 186 );
        color: rgb(255, 255, 255);
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    }

        .btn-login:hover {
            background-color: #333;
            border: 1px solid rgba(0,0,0,.1);
            color: rgb(255,255,255);
            cursor: pointer;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        }

        .btn-login:active {
            box-shadow: 0 1px 1px rgba(0,0,0,0.15) inset;
            text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
        }

    .passlink {
        background: url(/img/CBALogin/icon_lostpass_gray.png) no-repeat 10px center;
    }

    .userlink {
        background: url(/img/CBALogin/icon_firstuser_gray.png) no-repeat 10px center;
    }
    .passlink, .userlink {
        margin-bottom: -2px;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        padding-left: 35px;
    }

    .powered {
        display: block;
        font-size: 10px;
        float: right;
        margin: 4px 6px 0 0;
    }

    .error {
      color: red;
      margin-bottom: 15px;
      border: 1px solid #F0C36D;
      background: #FFF799;
      padding: 8px;
      font-weight: 500;
      text-align: center;
    }

    .powered {
        color: #191C1C;
    }
