﻿html {
    height: 100%;
}

body {
    background-color: #002d5d;
    background-image: linear-gradient(to bottom right, #060000, #002d5d);
    font-size: 9pt !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a:hover {
    color: white;
}

#frmLogIn {
    background-color: #060000;
    width: 715px;
    color: white;
}

div.login-box {
    background: url(images/login_scrn_cont.jpg) no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 715px;
    height: 395px;
}

.login-section-top {
    height: 42px;
}

    .login-section-top span {
    }


#chkRememberMe {
    margin: 7px 5px 8px 0;
}

#dealerOperator {
    margin: 8px 0 8px 0;
}

.login-logo {
    height: 62.8px;
    background: url(../Images//logo_air_new.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position-x: 18px;
}


h4 {
    font: lighter 200% Tahoma;
    color: #208BE1;
}

h5 {
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: #208BE1;
}

h4, p {
    margin: 0;
    padding: 10px 20px;
}


.modal-dialog {
    width: 400px;
}

.lb-radius > tbody > tr > td {
    border-radius: 3px !important;
}

