body {
    background-image: url("/CurrentRelease/styles/img/common/alert_bg.png");
    display: table;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
label, form, input, button, textarea, fieldset, span, div {
    font-size: 12px;
    font-weight: 300;
    vertical-align: text-top;
}
.LOGIN {
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 2px -1px rgb(51, 51, 51);
    margin: 20px auto 0;
    min-height: 80px;
    padding: 40px 40px 77px;
    position: relative;
    width: 548px;
}
.LOGIN-icon {
    background: url("/CurrentRelease/styles/img/common/LOGIN-symbols.png") no-repeat scroll center center rgb(0, 0, 0);
    height: 50px;
    left: 50px;
    position: absolute;
    top: 53px;
    width: 50px;
}
.LOGIN-icon.success {
    background-color: rgb(17, 204, 17);
}
.LOGIN-icon.warning {
    background-color: rgb(255, 204, 0);
}
.LOGIN-icon.error {
    background-color: rgb(255, 51, 51);
}
.LOGIN-title {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 75px;
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}

.LOGIN-message {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 none;
    line-height: 1.5;
    padding-left: 75px;
    outline: 0 none;
    overflow: auto;
    width: 100%;
    min-height:20px;
}
.LOGIN-message--full {
    min-height: 135px;
}
.LOGIN-buttons {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgb(230, 230, 230);
    bottom: 0;
    left: 0;
    padding: 17px 115px;
    position: absolute;
    right: 0;
    text-align: center;
    display: block;
    height: 70px;
}
.LOGIN-button {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    box-shadow: 0 1px 3px rgb(230, 230, 230);
    color: rgb(33, 33, 33);
    font-size: 13px;
    height: 31px;
    line-height: 31px;
    min-width: 120px;
    padding-bottom: 3px;
}
.LOGIN-button + .LOGIN-button {
    margin-left: 10px;
}
#LOGIN-panel:after {
    clear: both;
    content: "";
    display: block;
}
#LOGIN-panel {
    background-color: #f6f6f6;
    bottom: 0;
    height: 36px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    left: 0;
    padding: 17px 34px 17px 115px;
    position: absolute;
    right: 0;
    z-index: 10;
}
#LOGIN-panel-new {
    background-color: #f6f6f6;
    bottom: 0;
    height: 36px;
    text-align: center;
    border-top: 1px solid #eaeaea;
    left: 0;
    padding: 17px 17px 17px 17px;
    position: absolute;
    right: 0;
    z-index: 10;
    
}
.prompt
{
    float: left;
    height: 34px;
    line-height: 34px;
    margin: 0 5px 10px 0;
    //padding: 0;
    position: relative;
    width: 120px;
    text-align:left;
    border: 1px solid transparent;
}
.login-button {
    height: 32px !important;
    display: inline-block !important;
}

input.prompt
{
    border: 1px solid #ccc;
    width:200px;
    text-align:left;
    padding:0 0 0 5px;
}
#LOGIN-message--error{
    color:red;
    min-height: 20px;
}
#LOGIN--loginSubmit
{
    position:absolute;
    top:-500px;
    left:-500px;
}
/*prod*/