﻿body {
    margin: 0;
    padding: 0;
    background-image: url('/Images/AirBranch.jpg');
    background-size: cover;
    font-family: sans-serif;
}
bodyLicenseInfo {
    /*color: rgb(51, 51, 51); line-height: 15px; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 12px; background-color: White;*/
    background-color: #fff;
    font-size: 80%;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    padding: 0;
    line-height: 1.4em;
}
.loginbox {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: auto;
    padding: 80px 40px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
}

.registerbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: auto;
    padding: 30px 40px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
}
/*Popup Panel*/

.PopUpPanel {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    top: 20%;
    left: 50%;
    position: absolute !important;
}


.user {
    width: 100px;
    height: 100px;
    overflow: hidden;
    top: calc(-100px/2);
    left: calc(50% - 50px);
    position: absolute;
}

h2 {
    padding: 0;
    margin: 0;
    text-align: center;
    color: rgb(255, 217, 9);
}

h3 {
    padding: 0px;
    padding-top: 15px;
    margin: 0;
    text-align: center;
    color: rgb(255 255 255);
}

.lblemail, .lblpassword {
    font-weight: bold;
    color: #fff;
}

.lblRegisterFields {
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.txtemail, .txtpass, .btnlogin, .btnRegister {
    width: 100%;
    margin-bottom: 30px;
}

.txtRegFields {
    width: 100%;
    margin-bottom: 10px;
}

.txtemail, .txtpass {
    border: none;
    border-bottom: 3px solid #fff;
    outline: none;
    height: 30px;
    color: #fff;
    font-size: 16px;
    background-color: transparent;
}

.txtRegFields {
    border: none;
    border-bottom: 3px solid #fff;
    outline: none;
    height: 25px;
    color: #fff;
    font-size: 16px;
    background-color: transparent;
}

::placeholder {
    color: rgba(255, 255, 255, .5);
}

.btnlogin {
    border: none;
    outline: none;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: rgb(255, 9, 9);
    cursor: pointer;
    border-radius: 20px;
    transition: .3s ease-in-out;
}

.btnRegister {
    border: none;
    outline: none;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: rgb(255, 9, 9);
    cursor: pointer;
    border-radius: 20px;
    transition: .3s ease-in-out;
}

.btnlogin:hover {
    background-color: rgb(255, 217, 9);
}


.btnRegister:hover {
    background-color: rgb(255, 217, 9);
}

.btnforgotpass {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

    .btnforgotpass:hover {
        text-decoration: underline;
    }

.lbtnRegister:hover {
    text-decoration: underline;
}
.lbtnLogin:hover {
    text-decoration: underline;
}

.lblnotreg {
    border-top: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}

.lbtnRegister {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: rgb(255, 217, 9);
    padding-left: 5px;
}
.lbtnForgotSecAnswer {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: rgb(255, 217, 9);
    padding-left: 5px;
}
.lbtnForgotSecAnswer:hover {
        text-decoration: underline;
    }
fieldset.forgotPW {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

legend.forgotPW {
    position: absolute;
    left: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    top: -10px;
    font-family: Verdana;
    font-size: 13px;
    background-color: #993333;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    -webkit-box-shadow: 2px 2px 4px #888;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888');
}

.TableBorder {
    BORDER-RIGHT: #99bade 1px solid;
    BORDER-TOP: #99bade 1px solid;
    BORDER-LEFT: #99bade 1px solid;
    BORDER-BOTTOM: #99bade 1px solid;
}


/* Message Boxes */

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../Images/Info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../Images/Success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../Images/warning_new.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../Images/error.png');
}

#navi {
    z-index: 1;
}

#infoi {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
}


.modalBackground {
    background-color: #333333;
    filter: alpha(opacity=80);
    opacity: 0.5;
}

.ModalWindow {
    border: solid1px#c0c0c0;
    background: #f0f0f0;
    padding: 0px10px10px10px;
    position: absolute;
    top: -1000px;
}

