﻿.changePasswordWrapper table {
    background-color: transparent !important;
    border: none !important;
    margin: 0px;
    height: auto !important;
    width: auto !important;
}

.changePasswordPanelSection {

}

.changePasswordInputSection {
    width: 100%;
    float: left;
    position: relative;
}

.changePasswordInputSection label {
    width: 16%;
    text-align: right;
    color: #000;
}

.changePasswordInputSection input {
    color: #000;
}

.changePassword-passwordInstruction {
    position: absolute;
    right: 100px;
    font-size: 13px !important;
    width: auto !important;
    top: 4px;
    color: #848080;
}

.changePassword-errorMsg {
    color: red;
    font-size: 15px;
}

.changePassword_ChangeBtn {
    color: #fff;
    background: #05658f;
    border: 1px solid #05658f;
    text-transform: uppercase;
    padding: 10px 8px 5px;
    font-size: 15px;
    margin-top: 10px;
}

.changePassword_CancelBtn {
    color: #fff;
    background: #05658f;
    border: 1px solid #05658f;
    text-transform: uppercase;
    padding: 10px 8px 5px;
    font-size: 15px;
    margin-top: 15px;
    margin-left: 15px;
}