* {
    margin: 0;
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    background: none;
    background-color: #B4B4B4;
    text-align: left;
}

fieldset, img {
    border: 0;
}

.login-panel {
    width: 624px;
    height: 474px;
    background: transparent url("../images/login/loginbigbg.png") no-repeat;
    padding-left: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #515354;
}

.loginPanelRecoverPwd {
    width: 624px;
    height: 474px;
    background: transparent url("../images/login/loginbigbg_recover_pwd_screen.png") no-repeat;
    padding-left: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #515354;
}

.login-panel.empty {
    background: transparent url("../images/login/loginbigbg_no_icons.png") no-repeat;
}

.login-panel.empty.recuperation {
    background: transparent url("../images/login/loginbg_no_icons.png") no-repeat;
}

.login-button {
    background-color: #f0f0f0;
    height: 28px;
    width: 75px;
    font-size: 11pt;
    font-weight: bold;
    color: #515354;
    border-color: #515354;
}

.login-logo {
    position: absolute;
    top: 16px;
    height: 70px;
    width: 450px;
}

div.error-message {
    color: red;
    margin: 0 auto 0 auto;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

#loadingBackground {
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30, Style=0,);
    opacity: 0.3;
    position: absolute;
    top: 50%;
}

.hiddenError {
    visibility: hidden;
}

.hiddenLink {
    cursor: default;
}

.loginFormCell {
    display: table-cell;
    vertical-align: middle;
}

.labelOutputText {
    font-size: 14px;
    font-weight: bold;
    color: #646464;
    display: block;
    padding-bottom: 2px;
}

.loginFormInputCell > div {
    width: 246px !important;
}

.loginFormInputCell > input {
    font-size: 11pt;
    height: 20px;
    width: 185px;
}

.loginFormRow {
    display: table-row;
}

.loginFormTable {
    border-spacing: 8px;
    display: table;
    margin-top: 70px;
}

.loginTelemFormTable {
    border-spacing: 8px;
    display: table;
    margin-top: 20px;
}

.loginFormButton {
    height: 32px;
    margin: 0 !important;
}

.loginFormSubmitButton {
    width: 100px;
}

.rememberMeRow {
    display: inline-flex;
}

.rememberMeRow div{
    display: flex;
    align-items: center;
    margin-right: 5px;
}