
    /* DATA SPRINGS Inc. - DYNAMIC LOGIN STYLE SHEET */

    input:-webkit-autofill {
    color:rgba(214,210,209, 0.5) !important;
}

    #tableLogin {
        width: 75% !important;
    }

    #tableLogin span {
        color: #2e2e2e;
    }

    .DynamicLogin_UserName {
        width: 150px;
        padding: 12px 3px 12px 3px;
        line-height: 16px;
        font-size: 16px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        height: auto !important;
        width: 100% !important;
        border: 1px solid #acacac;
        background-color: rgba(214,210,209, 0.5);
        margin-top: 5px;
        margin-bottom: 10px;

    }


    .DynamicLogin_Password {
        width: 150px;
        padding: 12px 3px 12px 3px;
        line-height: 16px;
        font-size: 16px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        height: auto !important;
        width: 100% !important;
        border: 1px solid #acacac;
        background-color: rgba(214,210,209, 0.5) !important;
        margin-top: 5px;
    }



    .DynamicLogin_UserNameWBackground {
        padding: 12px 3px 12px 3px;
        line-height: 16px;
        font-size: 16px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        height: auto !important;
        width: 100% !important;
        border: 1px solid #acacac;
        background-color: rgba(214,210,209, 0.5) !important;
        width: 137px;
    }

        .DynamicLogin_UserNameWBackground:hover {
            background: transparent url(/desktopmodules/Dynamic%20Login/images/DynamicLoginUsernameBackground.png) no-repeat scroll 0 -20px;
        }

    .DynamicLogin_PasswordWBackground:hover {
        background: transparent url(/desktopmodules/Dynamic%20Login/images/DynamicLoginPasswordBackground.png) no-repeat scroll 0 -20px;
    }


    .DynamicLogin_PasswordWBackground {
        height: 24px;
        margin-bottom: 10px;
        overflow: hidden;
        padding: 3px 2px 0 25px;
        width: 137px;
        background: transparent url(/desktopmodules/Dynamic%20Login/images/DynamicLoginPasswordBackground.png) no-repeat scroll 0 0;
    }



    .DynamicLogin_LoginLink {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 4px;
        font-size: 14px !important;
        font-weight: normal !important;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff !important;
        background-color: #00ACCF;
        border-color: #6e6462;
        margin-top: 10px;
    }


    .DynamicLogin_CheckBox {
    }

    .DynamicLogin_RegisterLink {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 4px;
        font-size: 14px !important;
        font-weight: normal !important;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff !important;
        background-color: #00ACCF;
        border-color: #6e6462;
        margin-top: 10px;
    }

    .DynamicLogin_RegisterButton {
        display: none;
    }

    .DynamicLogin_PasswordLink {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 4px;
        font-size: 14px !important;
        font-weight: normal !important;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff !important;
        background-color: #00ACCF;
        border-color: #6e6462;
        margin-top: 10px;
    }

    .DynamicLogin_PasswordButton {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 4px;
        font-size: 14px !important;
        font-weight: normal !important;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff !important;
        background-color: #3e3e3e;
        border-color: #6e6462;
    }



    .DynamicLogin_ContinueLink {
    }



    .DynamicLogin_LoginButton {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 4px;
        font-size: 14px !important;
        font-weight: normal !important;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff !important;
        background-color: #ef7d00;
        border-color: #6e6462;
    }

