﻿#content {
    padding-top: 0px;
}

.loginLogo {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: -10000;
}

.loginForm {
    margin-top: -25px;
    width: 150px;
    text-align: center;
    padding-right: 235px;
    position: relative;
}

    .loginForm td {
        padding-bottom: 10px;
    }

    .loginForm tr:nth-child(2) td {
        padding-bottom: 40px;
    }


    .loginForm input[type=text], .loginForm input[type=password] {
        border: 1px solid #cccccc;
        background-color: White;
        margin-right: 10px;
        height: 14px;
    }

.loginText {
    width: 50px;
    text-align: left;
    float: left;
}

.loginInput {
    width: 225px;
    color: #cccccc;
    float: right;
}

.clearBoth {
    clear: both;
}

.loginButton {
    margin-top: 30px;
    float: right;
}

.loginCheckbox {
    padding-left: 53px;
    float: left;
    font-size: 11px;
    color: #085254;
    padding-top: 15px;
}

    .loginCheckbox .holderWrap {
        margin-top: -3px;
    }

    .loginCheckbox input {
        border: 1px solid gray !important;
        color: #075253;
    }

.loginCheckboxLabel {
    top: 3px;
    left: -3px;
    white-space: nowrap;
}


.loginForgotPassword {
    font-size: 11px;
    color: #075253;
    position: relative;
    left: 65px;
    float: left;
    top: -10px;
}


    .loginForgotPassword a {
        color: #085254 !important;
    }

.loginLink {
    position: relative;
    left: -15px;
}

    .loginLink a {
        color: #085254 !important;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        position: relative;
        top: 1px;
        padding-left: 3px;
    }


    .loginLink img {
        position: relative;
        top: 5px;
    }

.logout {
    color: #075253 !important;
    font-size: 11px !important;
}

.RadInput_Empty_Default, .riEmpty {
    color: #193D40 !important;
    font-weight: normal;
}

.legalText {
    text-align: left !important;
    font-size: 10px !important;
    font-style: italic;
    /*font-weight: bold;*/
    color: #193D40 !important;
}
