﻿html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
}

.login-form-global-table {
    height: 100%;
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
}

.login-form-sds-logo {
    font-size: 30px !important;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    left: 30px;
    top: 13px;
    overflow: visible;
}

.login-form-sds-logo-pro {
    font-size: 18px !important;
    font-family: arial;
    position: absolute;
    left: 70px;
    top: 38px;
}

.login-form-center-block {
    width: 33%;
}

.login-form {
    position: relative;
    height: 246px;
    font-family: calibri;
    overflow: hidden;
    background-image: url(Images/login-form-bacground.png);
    background-position: right top;
    background-repeat: no-repeat;
    min-width: 40em;
}

.login-table {
    margin-left: 2em;
    border-collapse: collapse;
}

.login-table-top-panel {
    height: 80px;
}

.login-table TD {
    border-bottom-style: none !important;
    vertical-align: top;
}

.login-form-control {
    width: 10em;
    font-size: 13px !important;
}

    .login-form-control INPUT {
        font-size: 13px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

.login-form-label {
    white-space: nowrap;
    padding-top: 2px;
    font-weight: bold;
    margin-right: 1em;
    font-size: 14px;
}

.login-form-button-block {
    padding-left: 40px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    vertical-align: bottom;
}

.login-form-button-container {
    padding-right: 10px;
}

.login-form-button {
    padding: 0px !important;
    height: 27px;
    width: 80px;
    font-family: calibri !important;
    font-size: 15px;
    font-weight: bold;
}

.login-form-bottom-panel {
    width: 100%;
    height: 47px;
    background-position-x: right !important;
    background-position-y: top !important;
    position: relative;
    bottom: -35px;
    background-color: #204B5A;
}
.login-form-bottom-panel img { width:32px; height:32px; padding:5px 10px; display:block; }

    .login-form-bottom-panel TABLE {
        width: 100%;
        border: 0px none #426682;
        border-spacing:0;
    }

.login-form-bottom-panel-login {
    text-align: right;
    width:20%;
}

.login-form-space-panel {
    height: 20px;
    vertical-align: bottom;
}

    .login-form-space-panel LABEL {
        float: right;
        color: red;
        padding-right: 2em;
    }

.login-form-info-panel {
    height: 144px;
}

.login-form-bottom-panel TABLE {
    border-collapse: collapse;
    padding: 0;
}

    .login-form-bottom-panel TABLE TD {
        vertical-align: middle;
        padding: 0;
        border:0 none #000;
        height:47px;
    }

        .login-form-bottom-panel table td.login-form-version-info {
            color: #fff;
            font-size: 12px;
            padding-right: 20px;
            text-align:right;
        }
